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 d56eda6 commit b484b77Copy full SHA for b484b77
1 file changed
src/main/java/lol/hyper/toolstats/ToolStats.java
@@ -36,7 +36,7 @@
36
37
public final class ToolStats extends JavaPlugin {
38
39
- public final int CONFIG_VERSION = 15;
+ public final int CONFIG_VERSION = 16;
40
public final ComponentLogger logger = this.getComponentLogger();
41
public final File configFile = new File(this.getDataFolder(), "config.yml");
42
public boolean tokens = false;
0 commit comments