2024-11-17 19:26:31 +01:00
name : "🐌 Performance Problem"
description : Report any performance issues.
type : "Bug"
labels :
- "scope: performance"
- "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 running the latest version of Paper from [our downloads page](https://papermc.io/downloads/paper).
2 . You searched for and ensured there isn't already [an open issue](https://github.com/PaperMC/Paper/issues?q=is%3Aissue%20state%3Aopen%20type%3ABug) regarding this.
3 . Your version of Minecraft is supported by Paper.
2021-03-22 16:07:16 +01:00
- type : markdown
attributes :
value : |
2021-10-02 20:42:35 +02:00
Before creating an issue regarding server performance, please consider reaching out for support in the
`#paper-help` channel of [our Discord](https://discord.gg/papermc)!
2021-03-22 16:07:16 +01:00
- type : input
attributes :
2024-11-17 19:26:31 +01:00
label : Spark Profile
description : |
Please provide all profiles as links rather than screenshots. Screenshots limit our ability to investigate the root cause of the issue.
For more information, see our [profiling documentation](https://docs.papermc.io/paper/profiling).
2024-07-22 23:30:57 +02:00
placeholder : "Example: https://spark.lucko.me/XsN0hxGfsi"
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 : Description of issue
description : If applicable, please describe your issue.
validations :
required : false
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 : Server config files
2024-11-17 19:46:43 +01:00
description : We need bukkit.yml, spigot.yml, paper-global.yml, paper-world-defaults.yml and server.properties. If you use per-world Paper configs, make sure to include them. You can paste it below or use a paste site like https://mclo.gs.
2021-03-22 16:07:16 +01:00
value : |
```
2024-11-17 19:46:43 +01:00
Paste configs or mclo.gs link here!
2021-03-22 16:07:16 +01:00
```
placeholder : Please don't remove the backticks; it makes your issue a lot harder to read!
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 links below.
2021-05-05 05:00:10 +02:00
The more information we receive, the quicker and more effective we can be at finding the solution to the issue.
validations :
required : false