diff --git a/plugin.yml b/plugin.yml index 9707812..95a47b8 100644 --- a/plugin.yml +++ b/plugin.yml @@ -2,7 +2,7 @@ name: SpawnerMeta main: mc.rellox.spawnermeta.SpawnerMeta softdepend: [Vault, WildStacker, WildTools, ShopGUIPlus, SuperiorSkyblock2] api-version: 1.14 -version: 22.1 +version: 22.2 author: Rellox commands: spawnermeta: diff --git a/pom.xml b/pom.xml index b1fdbf9..d7d1db2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ mc.rellox SpawnerMeta - 22.1 + 22.2 jar SpawnerMeta diff --git a/src/mc/rellox/spawnermeta/SpawnerMeta.java b/src/mc/rellox/spawnermeta/SpawnerMeta.java index efcf25e..3109f0b 100644 --- a/src/mc/rellox/spawnermeta/SpawnerMeta.java +++ b/src/mc/rellox/spawnermeta/SpawnerMeta.java @@ -25,7 +25,7 @@ public final class SpawnerMeta extends JavaPlugin { - public static final double PLUGIN_VERSION = 22.1; + public static final double PLUGIN_VERSION = 22.2; private static SpawnerMeta plugin; @@ -52,8 +52,8 @@ public void onEnable() { double v = Double.parseDouble(s); if(v > PLUGIN_VERSION) Text.logOutdated(v); }); - HookRegistry.load(); Configuration.initialize(); + HookRegistry.load(); CommandManager.initialize(); DataManager.initialize(); ShopRegistry.initialize();