Advertisement
Guest User

bug

a guest
Aug 19th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. [20:21:23 ERROR]: null
  2. org.bukkit.command.CommandException: Unhandled exception executing command 'uctw' in plugin EpicCaptureTheWool v1.0.0
  3. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[Pruebas.jar:git-PaperSpigot-"4c7641d"]
  4. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:146) ~[Pruebas.jar:git-PaperSpigot-"4c7641d"]
  5. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:666) ~[Pruebas.jar:git-PaperSpigot-"4c7641d"]
  6. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1189) [Pruebas.jar:git-PaperSpigot-"4c7641d"]
  7. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1001) [Pruebas.jar:git-PaperSpigot-"4c7641d"]
  8. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [Pruebas.jar:git-PaperSpigot-"4c7641d"]
  9. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [Pruebas.jar:git-PaperSpigot-"4c7641d"]
  10. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [Pruebas.jar:git-PaperSpigot-"4c7641d"]
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_181]
  12. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_181]
  13. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [Pruebas.jar:git-PaperSpigot-"4c7641d"]
  14. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:774) [Pruebas.jar:git-PaperSpigot-"4c7641d"]
  15. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [Pruebas.jar:git-PaperSpigot-"4c7641d"]
  16. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713) [Pruebas.jar:git-PaperSpigot-"4c7641d"]
  17. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616) [Pruebas.jar:git-PaperSpigot-"4c7641d"]
  18. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
  19. Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.setInvulnerable(Z)V
  20. at capturethewool.managers.Arena.addPlayer(Arena.java:80) ~[?:?]
  21. at capturethewool.commands.GameCMD.onCommand(GameCMD.java:37) ~[?:?]
  22. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[Pruebas.jar:git-PaperSpigot-"4c7641d"]
  23. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement