2024-11-17 19:26:31 +01:00
name : "🐛 Bug or Incompatibility"
description : Report issues related to unexpected behavior or vanilla/plugin incompatibility.
type : "Bug"
labels :
- "status: needs triage"
2021-03-22 16:07:16 +01:00
body :
2024-11-17 19:26:31 +01:00
- type : markdown
attributes :
value : |
Before submitting this issue, please ensure the following :
1 . You are using the latest version of Paper, available on our [our downloads page](https://papermc.io/downloads/paper).
2 . You have searched to confirm there isn’ t [an existing open issue](https://github.com/PaperMC/Paper/issues?q=is%3Aissue%20state%3Aopen%20type%3ABug) on this topic.
3 . Your version of Minecraft is supported by Paper.
If you're unsure whether you've encountered a bug, feel free to ask in the `#paper-help` channel on our
[ Discord](https://discord.gg/papermc).
2021-03-22 16:07:16 +01:00
- type : textarea
attributes :
label : Expected behavior
description : What you expected to see.
validations :
required : true
2021-10-02 20:42:35 +02:00
2021-03-22 16:07:16 +01:00
- type : textarea
attributes :
label : Observed/Actual behavior
description : What you actually saw.
validations :
required : true
2021-10-02 20:42:35 +02:00
2021-03-22 16:07:16 +01:00
- type : textarea
attributes :
label : Steps/models to reproduce
description : This may include a build schematic, a video, or detailed instructions to help reconstruct the issue.
validations :
required : true
2021-10-02 20:42:35 +02:00
2021-03-22 16:07:16 +01:00
- type : textarea
attributes :
2021-10-02 20:42:35 +02:00
label : Plugin and Datapack List
description : |
All plugins and datapacks running on your server.
To list plugins, run `/plugins`. For datapacks, run `/datapack list`.
2021-03-22 16:07:16 +01:00
validations :
required : true
2021-10-02 20:42:35 +02:00
2021-03-22 16:07:16 +01:00
- 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.
<details>
<summary>Example</summary>
```
> version
[20:34:42 INFO] : Checking version, please wait...
2024-07-22 23:30:57 +02:00
[20:34:42 INFO] : This server is running Paper version 1.21-105-master@7e91a2c (2024-07-20T21:04:31Z) (Implementing API version 1.21-R0.1-SNAPSHOT)
2021-03-22 16:07:16 +01:00
[20:34:42 INFO] : You are running the latest version
2024-07-22 23:30:57 +02:00
[20:34:42 INFO]: Previous version: 1.21-103-aa3b356 (MC : 1.21 )
2021-03-22 16:07:16 +01:00
```
</details>
validations :
2021-06-22 00:18:07 +02:00
required : true
2021-03-22 16:07:16 +01:00
2021-05-05 05:00:10 +02:00
- type : textarea
2021-03-22 16:07:16 +01:00
attributes :
2021-05-05 05:00:10 +02:00
label : Other
description : |
2021-03-22 16:07:16 +01:00
Please include other helpful information below.
The more information we receive, the quicker and more effective we can be at finding the solution to the issue.
2021-05-05 05:00:10 +02:00
validations :
required : false
2021-03-22 16:07:16 +01:00