1.9.11 (spear support)

This commit is contained in:
hyperdefined
2025-12-22 19:09:14 -05:00
parent c28ee0fb8c
commit b5040a4636
7 changed files with 104 additions and 5 deletions

View File

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