config updater 17

This commit is contained in:
hyperdefined
2026-04-06 12:19:11 -04:00
parent 27427c9ee6
commit c5deb0f7fd
4 changed files with 85 additions and 2 deletions

View File

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