Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. [Server thread/ERROR]: null
  2. org.bukkit.command.CommandException: Unhandled exception executing command 'za' in plugin ZombieApocalypse v1.5.0
  3. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[craftbukkit-1.14-R0.1-SNAPSHOT.jar:git-Bukkit-ba575a5]
  4. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:148) ~[craftbukkit-1.14-R0.1-SNAPSHOT.jar:git-Bukkit-ba575a5]
  5. at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:686) ~[craftbukkit-1.14-R0.1-SNAPSHOT.jar:git-Bukkit-ba575a5]
  6. at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1619) ~[craftbukkit-1.14-R0.1-SNAPSHOT.jar:git-Bukkit-ba575a5]
  7. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1473) ~[craftbukkit-1.14-R0.1-SNAPSHOT.jar:git-Bukkit-ba575a5]
  8. at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:37) ~[craftbukkit-1.14-R0.1-SNAPSHOT.jar:git-Bukkit-ba575a5]
  9. at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:9) ~[craftbukkit-1.14-R0.1-SNAPSHOT.jar:git-Bukkit-ba575a5]
  10. at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:13) ~[craftbukkit-1.14-R0.1-SNAPSHOT.jar:git-Bukkit-ba575a5]
  11. at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [craftbukkit-1.14-R0.1-SNAPSHOT.jar:git-Bukkit-ba575a5]
  12. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:135) [craftbukkit-1.14-R0.1-SNAPSHOT.jar:git-Bukkit-ba575a5]
  13. at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [craftbukkit-1.14-R0.1-SNAPSHOT.jar:git-Bukkit-ba575a5]
  14. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:114) [craftbukkit-1.14-R0.1-SNAPSHOT.jar:git-Bukkit-ba575a5]
  15. at net.minecraft.server.v1_14_R1.MinecraftServer.aW(MinecraftServer.java:853) [craftbukkit-1.14-R0.1-SNAPSHOT.jar:git-Bukkit-ba575a5]
  16. at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:846) [craftbukkit-1.14-R0.1-SNAPSHOT.jar:git-Bukkit-ba575a5]
  17. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:123) [craftbukkit-1.14-R0.1-SNAPSHOT.jar:git-Bukkit-ba575a5]
  18. at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:830) [craftbukkit-1.14-R0.1-SNAPSHOT.jar:git-Bukkit-ba575a5]
  19. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:770) [craftbukkit-1.14-R0.1-SNAPSHOT.jar:git-Bukkit-ba575a5]
  20. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  21. Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
  22. at com.gmail.deathbysniper727.zombieapocalypse.ZombieApocalypse.getPlayersInvolved(ZombieApocalypse.java:57) ~[?:?]
  23. at com.gmail.deathbysniper727.zombieapocalypse.ZAStarter.startApocalypse(ZAStarter.java:86) ~[?:?]
  24. at com.gmail.deathbysniper727.zombieapocalypse.ZAStarter.startApocalypseByCommand(ZAStarter.java:76) ~[?:?]
  25. at com.gmail.deathbysniper727.zombieapocalypse.ZACommands.onCommand(ZACommands.java:33) ~[?:?]
  26. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[craftbukkit-1.14-R0.1-SNAPSHOT.jar:git-Bukkit-ba575a5]
  27. ... 17 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement