bump config

This commit is contained in:
hyperdefined
2026-03-06 21:04:52 -05:00
parent d56eda6512
commit b484b772cb

View File

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