name: Server crash or Stacktrace description: Report server crashes or scary stacktraces body: - type: markdown attributes: value: | Before reporting a crash here, please make sure you are on the latest version of Paper. Forks of Paper receive no support here. If you are using a fork, please make sure that this crash also happens when using Paper. Please do not make reports when the report says "DO NOT REPORT THIS TO PAPER". These are simply messages informing you of lag, to find what is causing it. Ask for tips on Discord or IRC instead. - type: textarea attributes: label: Stack trace description: | We need all of the stack trace! Do not cut off parts of it. Please do not use attachments. If you prefer, you can use a paste site like https://paste.gg. value: | ``` paste your stack trace or a paste.gg link here! ``` placeholder: Please don't remove the backticks; it makes your issue a lot harder to read! validations: required: true - type: textarea attributes: label: Plugin list description: All plugins running on the server. validations: required: true - type: textarea attributes: label: Actions to reproduce (if known) description: This may include a build schematic, a video, or detailed instructions to help reconstruct the issue. Anything helps! validations: required: false - type: textarea attributes: label: Paper version description: | Run `/version` on your server and **paste** the full, unmodified output here. "latest" is *not* a version; we require the output of `/version` so we can adequately track down the issue. Additionally, do NOT provide a screenshot, you MUST paste the entire output.
Example ``` > version [20:34:42 INFO]: This server is running Paper version git-Paper-540 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT) [20:34:42 INFO]: Checking version, please wait... [20:34:42 INFO]: Previous version: git-Paper-538 (MC: 1.16.5) [20:34:42 INFO]: You are running the latest version ```
validations: required: false - type: checkboxes attributes: label: Agreements description: Please agree to the following. options: - label: I am running the latest version of Paper available from https://papermc.io/downloads. required: true - label: I have searched for and ensured there isn't already an open issue regarding this. required: true - label: My version of Minecraft is supported by Paper. required: true - type: textarea attributes: label: Other description: | Please include other helpful information below, if any. The more information we receive, the quicker and more effective we can be at finding the solution to the issue. validations: required: false