CraftBook 3

CraftBook 3

139k Downloads

CraftBook Failed to Load Mechanic: Chairs

LadyCailinBot opened this issue ยท 3 comments

commented

CRAFTBOOK-3027 - Reported by xyZen

The the log is to be read from the bottom up. The error is always received at Bukkit startup.
Upon joining the server, the chairs mechanic doesn't work.

27.06 15:07:56 [Server] INFO ... 17 more
27.06 15:07:56 [Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_55]
27.06 15:07:56 [Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_55]
27.06 15:07:56 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[Bukkit_Beta.1.7.9.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
27.06 15:07:56 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[Bukkit_Beta.1.7.9.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
27.06 15:07:56 [Server] INFO at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_55]
27.06 15:07:56 [Server] INFO at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_55]
27.06 15:07:56 [Server] INFO at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_55]
27.06 15:07:56 [Server] INFO at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_55]
27.06 15:07:56 [Server] INFO Caused by: java.lang.ClassNotFoundException: com.comphenix.protocol.events.PacketListener
27.06 15:07:56 [Server] INFO at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [Bukkit_Beta.1.7.9.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
27.06 15:07:56 [Server] INFO at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [Bukkit_Beta.1.7.9.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
27.06 15:07:56 [Server] INFO at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:182) [Bukkit_Beta.1.7.9.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
27.06 15:07:56 [Server] INFO at net.minecraft.server.v1_7_R3.MinecraftServer.a(MinecraftServer.java:282) [Bukkit_Beta.1.7.9.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
27.06 15:07:56 [Server] INFO at net.minecraft.server.v1_7_R3.MinecraftServer.g(MinecraftServer.java:326) [Bukkit_Beta.1.7.9.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
27.06 15:07:56 [Server] INFO at net.minecraft.server.v1_7_R3.MinecraftServer.n(MinecraftServer.java:352) [Bukkit_Beta.1.7.9.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
27.06 15:07:56 [Server] INFO at org.bukkit.craftbukkit.v1_7_R3.CraftServer.enablePlugins(CraftServer.java:380) [Bukkit_Beta.1.7.9.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
27.06 15:07:56 [Server] INFO at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugin(CraftServer.java:446) [Bukkit_Beta.1.7.9.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
27.06 15:07:56 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [Bukkit_Beta.1.7.9.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
27.06 15:07:56 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [Bukkit_Beta.1.7.9.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
27.06 15:07:56 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) [Bukkit_Beta.1.7.9.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
27.06 15:07:56 [Server] INFO at com.sk89q.craftbook.bukkit.CraftBookPlugin.onEnable(CraftBookPlugin.java:431) [CraftBook.jar:3.9-SNAPSHOT]
27.06 15:07:56 [Server] INFO at com.sk89q.craftbook.bukkit.CraftBookPlugin.setupCraftBook(CraftBookPlugin.java:543) [CraftBook.jar:3.9-SNAPSHOT]
27.06 15:07:56 [Server] INFO at java.lang.Class.newInstance(Unknown Source) ~[?:1.7.0_55]
27.06 15:07:56 [Server] INFO at java.lang.Class.getConstructor0(Unknown Source) ~[?:1.7.0_55]
27.06 15:07:56 [Server] INFO at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) ~[?:1.7.0_55]
27.06 15:07:56 [Server] INFO at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:1.7.0_55]
27.06 15:07:56 [Server] INFO java.lang.NoClassDefFoundError: com/comphenix/protocol/events/PacketListener
27.06 15:07:56 [Server] WARN Failed to load mechanic: Chairs
27.06 15:07:54 [Server] INFO Loading persistent data from YAML!
27.06 15:07:54 [Server] INFO Enabling CraftBook v3.9-SNAPSHOT:3825-c98139b,master

commented

Comment by me4502

You need ProtocolLib to use chairs

commented

Comment by xyZen

Okay. Please add that to the wiki!

commented

Comment by me4502

That was on the wiki, it appears someone erased it