We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72869b7 commit f4825e2Copy full SHA for f4825e2
src/Buycraft/MyPlugin.java
@@ -30,7 +30,7 @@ public class MyPlugin extends PluginBase {
30
31
private static MyPlugin instance;
32
33
- public String version = "17w17a";
+ public static String version = "17w17a";
34
35
private Settings settings;
36
private Language language;
0 commit comments