Advertisement
Guest User

trtrtrrtr

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