FatherWh0

FUBS Random Teleport factions conflict

Jul 5th, 2017
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.83 KB | None | 0 0
  1. [10:11:18] [Server thread/ERROR]: null
  2. org.bukkit.command.CommandException: Unhandled exception executing command 'rtp' in plugin RandomTeleport v1.7.4 (build #20)
  3. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[patched_1.12.jar:git-Paper-1143]
  4. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:151) ~[patched_1.12.jar:git-Paper-1143]
  5. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:669) ~[patched_1.12.jar:git-Paper-1143]
  6. at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1424) ~[patched_1.12.jar:git-Paper-1143]
  7. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1229) ~[patched_1.12.jar:git-Paper-1143]
  8. at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) ~[patched_1.12.jar:git-Paper-1143]
  9. at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.12.jar:git-Paper-1143]
  10. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:14) ~[patched_1.12.jar:git-Paper-1143]
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_77]
  12. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_77]
  13. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [patched_1.12.jar:git-Paper-1143]
  14. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:842) [patched_1.12.jar:git-Paper-1143]
  15. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:423) [patched_1.12.jar:git-Paper-1143]
  16. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:766) [patched_1.12.jar:git-Paper-1143]
  17. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:664) [patched_1.12.jar:git-Paper-1143]
  18. at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
  19. Caused by: org.bukkit.command.CommandException: Unhandled exception executing command 'rtp' in plugin RandomTeleport v1.7.4 (build #20)
  20. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[patched_1.12.jar:git-Paper-1143]
  21. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:151) ~[patched_1.12.jar:git-Paper-1143]
  22. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:669) ~[patched_1.12.jar:git-Paper-1143]
  23. at de.themoep.bukkit.plugin.RandomTeleport.RandomTeleport.onCommand(RandomTeleport.java:145) ~[?:?]
  24. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[patched_1.12.jar:git-Paper-1143]
  25. ... 15 more
  26. Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/entity/BoardColls
  27. at de.themoep.bukkit.plugin.RandomTeleport.RandomTeleport.checkforRegion(RandomTeleport.java:718) ~[?:?]
  28. at de.themoep.bukkit.plugin.RandomTeleport.RandomTeleport.teleportCheck(RandomTeleport.java:676) ~[?:?]
  29. at de.themoep.bukkit.plugin.RandomTeleport.RandomTeleport.onCommand(RandomTeleport.java:521) ~[?:?]
  30. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[patched_1.12.jar:git-Paper-1143]
  31. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:151) ~[patched_1.12.jar:git-Paper-1143]
  32. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:669) ~[patched_1.12.jar:git-Paper-1143]
  33. at de.themoep.bukkit.plugin.RandomTeleport.RandomTeleport.onCommand(RandomTeleport.java:145) ~[?:?]
  34. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[patched_1.12.jar:git-Paper-1143]
  35. ... 15 more
  36. Caused by: java.lang.ClassNotFoundException: com.massivecraft.factions.entity.BoardColls
  37. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_77]
  38. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:102) ~[patched_1.12.jar:git-Paper-1143]
  39. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[patched_1.12.jar:git-Paper-1143]
  40. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
  41. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
  42. at de.themoep.bukkit.plugin.RandomTeleport.RandomTeleport.checkforRegion(RandomTeleport.java:718) ~[?:?]
  43. at de.themoep.bukkit.plugin.RandomTeleport.RandomTeleport.teleportCheck(RandomTeleport.java:676) ~[?:?]
  44. at de.themoep.bukkit.plugin.RandomTeleport.RandomTeleport.onCommand(RandomTeleport.java:521) ~[?:?]
  45. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[patched_1.12.jar:git-Paper-1143]
  46. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:151) ~[patched_1.12.jar:git-Paper-1143]
  47. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:669) ~[patched_1.12.jar:git-Paper-1143]
  48. at de.themoep.bukkit.plugin.RandomTeleport.RandomTeleport.onCommand(RandomTeleport.java:145) ~[?:?]
  49. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[patched_1.12.jar:git-Paper-1143]
  50. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment