remove/add hashes when enabled/disabled

This commit is contained in:
hyperdefined
2025-01-28 21:53:39 -05:00
parent b4be9eb741
commit 8a1759b6b1
3 changed files with 44 additions and 32 deletions

View File

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