@@ -6,19 +6,44 @@ labels: 'bug'
66assignees : CryptoMorin
77---
88
9- ** Description**
9+ ## Description
1010A clear and concise description of what the bug is.
11- You must be using the latest version of the utility.
12- Your code that used the utility class.
13- Any available stacktrace (must be full) related to this issue in [ Pastebin] ( https://pastebin.com/ ) . Do not include any
14- logs that are unrelated to the library.\
15- ** Note:** Issues caused by plugins such ProtocolSupport or ViaVersion should be reported to the plugin developers, not
16- here.
17-
18- ** Version**
19- Your server version. It must be using the latest version of that major update.
20- E.g. 1.14, 1.14.1, 1.14.2 and 1.14.3 are not supported, only 1.14.4 is supported.\
21- Also, make sure you're using the latest utility/maven version.
11+
12+ ** Note:** Issues caused by plugins such ProtocolSupport or ViaVersion
13+ should be reported to the plugin developers, not here.
14+
15+ ## Code
16+
17+ * A minimal code to reproduce this issue.
18+ * It should not contain any code from your plugin's classes or external libraries.
19+ * You should write a code with pure Java + Bukkit API + XSeries.
20+
21+ ``` java
22+ // Code here (Kotlin, Scala or Groovy is fine too)
23+ ```
24+
25+ ## Error
26+
27+ If you get any errors, put them in a spoiler tag below:
28+
29+ <details >
30+ <summary >Error stacktrace</summary >
31+
32+ ``` hs
33+ Error goes here
34+
35+ (Make sure its properly indented by selecting all
36+ the error text and pressing TAB or Shift + TAB )
37+ ```
38+ </details >
39+
40+ * Do not use pasting websites such as [ Pastebin] ( https://pastebin.com/ ) .
41+ * Try not to include any logs (that are not stacktraces) which are unrelated to the library.
42+
43+ ## Version
44+ * ** Server:** Your server version information from ` /ver ` command. It must be using the latest version of that major update.
45+ E.g. 1.14, 1.14.1, 1.14.2 and 1.14.3 are not supported, only 1.14.4 is supported.
46+ * ** XSeries:** Specify the version (or commit if you're using unreleased JitPack builds) Make sure you're using the latest utility/maven version.
2247
2348** Do not** make requests regarding support for newly released Minecraft versions
2449(read [ contributing guidelines] ( /CONTRIBUTING.md ) for more info).
0 commit comments