update config from 6 to 7

This commit is contained in:
hyperdefined
2024-08-29 00:16:22 -04:00
parent fb0d179d37
commit 6d1f0fe561
4 changed files with 83 additions and 2 deletions

View File

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