config updater for 14 -> 15

This commit is contained in:
hyperdefined
2026-01-25 17:50:18 -05:00
parent e537286785
commit fb1901085c
3 changed files with 139 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ import java.io.File;
public final class ToolStats extends JavaPlugin {
public final int CONFIG_VERSION = 14;
public final int CONFIG_VERSION = 15;
public final ComponentLogger logger = this.getComponentLogger();
public final File configFile = new File(this.getDataFolder(), "config.yml");
public boolean tokens = false;