Advertisement
Guest User

Untitled

a guest
Sep 11th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. [22:00:36] [Server thread/INFO]: Toryar issued server command: /rtp
  2. [22:00:36] [Server thread/ERROR]: null
  3. org.bukkit.command.CommandException: Unhandled exception executing command 'rtp' in plugin BreakerLandPlugin v1.0
  4. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[e.jar:git-Spigot-798ea6a-7a806a3]
  5. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[e.jar:git-Spigot-798ea6a-7a806a3]
  6. at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:710) ~[e.jar:git-Spigot-798ea6a-7a806a3]
  7. at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1641) ~[e.jar:git-Spigot-798ea6a-7a806a3]
  8. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1481) ~[e.jar:git-Spigot-798ea6a-7a806a3]
  9. at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[e.jar:git-Spigot-798ea6a-7a806a3]
  10. at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[e.jar:git-Spigot-798ea6a-7a806a3]
  11. at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[e.jar:git-Spigot-798ea6a-7a806a3]
  12. at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [e.jar:git-Spigot-798ea6a-7a806a3]
  13. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [e.jar:git-Spigot-798ea6a-7a806a3]
  14. at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [e.jar:git-Spigot-798ea6a-7a806a3]
  15. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [e.jar:git-Spigot-798ea6a-7a806a3]
  16. at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:909) [e.jar:git-Spigot-798ea6a-7a806a3]
  17. at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:902) [e.jar:git-Spigot-798ea6a-7a806a3]
  18. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeAll(SourceFile:103) [e.jar:git-Spigot-798ea6a-7a806a3]
  19. at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:885) [e.jar:git-Spigot-798ea6a-7a806a3]
  20. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:819) [e.jar:git-Spigot-798ea6a-7a806a3]
  21. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]
  22. Caused by: java.lang.IllegalArgumentException: bound must be positive
  23. at java.util.Random.nextInt(Random.java:388) ~[?:1.8.0_201]
  24. at fr.breakerland.breakerlandplugin.command.RandomTeleportPlayerCommand.onCommand(RandomTeleportPlayerCommand.java:25) ~[?:?]
  25. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[e.jar:git-Spigot-798ea6a-7a806a3]
  26. ... 17 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement