Mr-Deej / ClaimExtension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPE on ClaimExtension.56

Mr-Deej opened this issue · comments

commented

[18:33:07] [Server thread/INFO]: [ClaimExtension] Enabling ClaimExtension v1.2.1-SNAPSHOT [18:33:07] [Server thread/INFO]: [ClaimExtension] Successfully hooked into GriefPrevention [18:33:07] [Server thread/INFO]: [18:33:07] [Server thread/ERROR]: Error occurred while enabling ClaimExtension v1.2.1-SNAPSHOT (Is it up to date?) java.lang.NullPointerException: null at net.southhollow.claims.ClaimExtension.onEnable(ClaimExtension.java:56) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Paper-638] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.5.jar:git-Paper-638] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.5.jar:git-Paper-638] at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501) ~[patched_1.16.5.jar:git-Paper-638] at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415) ~[patched_1.16.5.jar:git-Paper-638] at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:591) ~[patched_1.16.5.jar:git-Paper-638] at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:281) ~[patched_1.16.5.jar:git-Paper-638] at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1065) ~[patched_1.16.5.jar:git-Paper-638] at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:289) ~[patched_1.16.5.jar:git-Paper-638] at java.lang.Thread.run(Thread.java:829) [?:?] [18:33:07] [Server thread/INFO]: [ClaimExtension] Disabling ClaimExtension v1.2.1-SNAPSHOT