config updater for 13

This commit is contained in:
hyperdefined
2025-05-15 18:44:48 -04:00
parent 364859bc0a
commit 3ee53e0cf7
4 changed files with 86 additions and 36 deletions

View File

@@ -120,7 +120,7 @@ public final class ToolStats extends JavaPlugin {
*/
public final NamespacedKey originType = new NamespacedKey(this, "origin");
public final int CONFIG_VERSION = 12;
public final int CONFIG_VERSION = 13;
public final Logger logger = this.getLogger();
public final File configFile = new File(this.getDataFolder(), "config.yml");
public boolean tokens = false;