Essentials Createkit Bug

Discussion in 'Bukkit Help' started by HeroJackPvP, Jul 5, 2019.

Thread Status:
Not open for further replies.
  1. Offline

    HeroJackPvP

    Ok so I feel as though this problem is common or easy to fix, I have dealt with essentials a lot in the past so I am not new to this. But currently essentials is the only plugin other than Vault running on my server. I have spigot 1.8 snapshot, and whenever I type the command /createkit fighter 0 this is what it says in the console:

    05.07 16:54:17 [Server] INFO Jacckko_ issued server command: /createkit
    05.07 16:54:17 [Server] ERROR Command createkit failed:
    05.07 16:54:17 [Server] INFO java.lang.NoClassDefFoundError: Could not initialize class com.earth2me.essentials.commands.Commandcreatekit
    05.07 16:54:17 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_66]
    05.07 16:54:17 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_66]
    05.07 16:54:17 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_66]
    05.07 16:54:17 [Server] INFO at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_66]
    05.07 16:54:17 [Server] INFO at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_66]
    05.07 16:54:17 [Server] INFO at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:515) [EssentialsX-2.16.1.0.jar:?]
    05.07 16:54:17 [Server] INFO at com.earth2me.essentials.Essentials.onCommand(Essentials.java:458) [EssentialsX-2.16.1.0.jar:?]
    05.07 16:54:17 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [spigot-1.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-c3c767f-33d5de3]
    05.07 16:54:17 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot-1.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-c3c767f-33d5de3]
    05.07 16:54:17 [Server] INFO at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:646) [spigot-1.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-c3c767f-33d5de3]
    05.07 16:54:17 [Server] INFO at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1115) [spigot-1.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-c3c767f-33d5de3]
    05.07 16:54:17 [Server] INFO at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:950) [spigot-1.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-c3c767f-33d5de3]
    05.07 16:54:17 [Server] INFO at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:26) [spigot-1.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-c3c767f-33d5de3]
    05.07 16:54:17 [Server] INFO at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:53) [spigot-1.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-c3c767f-33d5de3]
    05.07 16:54:17 [Server] INFO at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [spigot-1.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-c3c767f-33d5de3]
    05.07 16:54:17 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_66]
    05.07 16:54:17 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_66]
    05.07 16:54:17 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:696) [spigot-1.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-c3c767f-33d5de3]
    05.07 16:54:17 [Server] INFO at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot-1.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-c3c767f-33d5de3]
    05.07 16:54:17 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634) [spigot-1.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-c3c767f-33d5de3]
    05.07 16:54:17 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537) [spigot-1.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-c3c767f-33d5de3]
    05.07 16:54:17 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]


    This is really annoying me so could anybody help me?
     
Thread Status:
Not open for further replies.

Share This Page