2021-03-22 16:07:16 +01:00
name : Performance Problem
description : Report performance related problems or other areas of concern
2021-10-02 20:42:35 +02:00
labels : [ "status: needs triage" , "type: performance" ]
2021-03-22 16:07:16 +01:00
body :
- 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-07-22 23:30:57 +02:00
label : Profile link
description : We ask that all profiles are a link, not a screenshot. Screenshots inhibit our ability to figure out the real cause of the issue.
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
2022-06-14 10:50:38 +02: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://paste.gg.
2021-03-22 16:07:16 +01:00
value : |
```
Paste configs or paste.gg link here!
```
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
2021-10-02 20:42:35 +02:00
- type : markdown
attributes :
value : |
Before submitting this issue, please ensure the following :
2023-04-05 02:06:59 +02:00
1 . You are running the latest version of Paper from [our downloads page](https://papermc.io/downloads/paper).
2021-10-02 20:42:35 +02:00
2 . You searched for and ensured there isn't already an open issue regarding this.
3 . Your version of Minecraft is supported by Paper.