Advertisement
norezen

Protocol Support Error

May 27th, 2016
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. [02:56:24] [Server thread/INFO]: [ProtocolSupport] Loading ProtocolSupport v4.23.dev
  2. [02:56:24] [Server thread/INFO]: [ProtocolSupport] Allocator: PooledByteBufAllocator(directByDefault: true), direct: true
  3. [02:56:24] [Server thread/INFO]: [ProtocolSupport] Compression level: 3
  4. [02:56:24] [Server thread/WARN]: java.lang.NoClassDefFoundError: net/minecraft/server/v1_9_R2/PacketListener
  5. [02:56:24] [Server thread/WARN]: at protocolsupport.protocol.pipeline.initial.InitialPacketDecoder.<clinit>(InitialPacketDecoder.java:39)
  6. [02:56:24] [Server thread/WARN]: at protocolsupport.ProtocolSupport.onLoad(ProtocolSupport.java:32)
  7. [02:56:24] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:297)
  8. [02:56:24] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198)
  9. [02:56:24] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
  10. [02:56:24] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  11. [02:56:24] [Server thread/WARN]: Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_9_R2.PacketListener
  12. [02:56:24] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91)
  13. [02:56:24] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  14. [02:56:24] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(Unknown Source)
  15. [02:56:24] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(Unknown Source)
  16. [02:56:24] [Server thread/WARN]: ... 6 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement