Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. [21:52:18] [Server thread/INFO]: Falget issued server command: /mm s resettimers
  2. [21:52:18] [Server thread/ERROR]: null
  3. org.bukkit.command.CommandException: Unhandled exception executing command 'mm' in plugin MythicMobs v4.2.0-SNAPSHOT
  4. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.12.jar:git-Spigot-4df3c0c-03f1e37]
  5. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.12.jar:git-Spigot-4df3c0c-03f1e37]
  6. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:644) ~[spigot-1.12.jar:git-Spigot-4df3c0c-03f1e37]
  7. at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1385) [spigot-1.12.jar:git-Spigot-4df3c0c-03f1e37]
  8. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1220) [spigot-1.12.jar:git-Spigot-4df3c0c-03f1e37]
  9. at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.12.jar:git-Spigot-4df3c0c-03f1e37]
  10. at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.12.jar:git-Spigot-4df3c0c-03f1e37]
  11. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.12.jar:git-Spigot-4df3c0c-03f1e37]
  12. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_101]
  13. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_101]
  14. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot-1.12.jar:git-Spigot-4df3c0c-03f1e37]
  15. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:747) [spigot-1.12.jar:git-Spigot-4df3c0c-03f1e37]
  16. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-4df3c0c-03f1e37]
  17. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-4df3c0c-03f1e37]
  18. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-4df3c0c-03f1e37]
  19. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  20. Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
  21. at io.lumine.xikage.mythicmobs.commands.spawners.ResetTimersCommand.onCommand(ResetTimersCommand.java:21) ~[?:?]
  22. at io.lumine.xikage.mythicmobs.util.commands.Command.onCommand(Command.java:68) ~[?:?]
  23. at io.lumine.xikage.mythicmobs.util.commands.Command.onCommand(Command.java:59) ~[?:?]
  24. at io.lumine.xikage.mythicmobs.util.commands.Command.onCommand(Command.java:65) ~[?:?]
  25. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.12.jar:git-Spigot-4df3c0c-03f1e37]
  26. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement