Advertisement
mr_floris

Untitled

Apr 23rd, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. [12:09:19] [Server thread/INFO]: mrfloris issued server command: /cmi tree dark_oak
  2. [12:09:19] [Server thread/ERROR]: null
  3. org.bukkit.command.CommandException: Unhandled exception executing command 'cmi' in plugin CMI v8.5.6.1
  4. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[spigot-1.14-pre5.jar:git-Spigot-6dbf995-5fea790]
  5. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:145) ~[spigot-1.14-pre5.jar:git-Spigot-6dbf995-5fea790]
  6. at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:706) ~[spigot-1.14-pre5.jar:git-Spigot-6dbf995-5fea790]
  7. at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1667) ~[spigot-1.14-pre5.jar:git-Spigot-6dbf995-5fea790]
  8. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1507) ~[spigot-1.14-pre5.jar:git-Spigot-6dbf995-5fea790]
  9. at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[spigot-1.14-pre5.jar:git-Spigot-6dbf995-5fea790]
  10. at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot-1.14-pre5.jar:git-Spigot-6dbf995-5fea790]
  11. at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:13) ~[spigot-1.14-pre5.jar:git-Spigot-6dbf995-5fea790]
  12. at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [spigot-1.14-pre5.jar:git-Spigot-6dbf995-5fea790]
  13. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.h(SourceFile:135) [spigot-1.14-pre5.jar:git-Spigot-6dbf995-5fea790]
  14. at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.h(SourceFile:23) [spigot-1.14-pre5.jar:git-Spigot-6dbf995-5fea790]
  15. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.p(SourceFile:114) [spigot-1.14-pre5.jar:git-Spigot-6dbf995-5fea790]
  16. at net.minecraft.server.v1_14_R1.MinecraftServer.aW(MinecraftServer.java:876) [spigot-1.14-pre5.jar:git-Spigot-6dbf995-5fea790]
  17. at net.minecraft.server.v1_14_R1.MinecraftServer.p(MinecraftServer.java:869) [spigot-1.14-pre5.jar:git-Spigot-6dbf995-5fea790]
  18. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.bf(SourceFile:99) [spigot-1.14-pre5.jar:git-Spigot-6dbf995-5fea790]
  19. at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:852) [spigot-1.14-pre5.jar:git-Spigot-6dbf995-5fea790]
  20. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:793) [spigot-1.14-pre5.jar:git-Spigot-6dbf995-5fea790]
  21. at java.lang.Thread.run(Thread.java:834) [?:?]
  22. Caused by: java.lang.NullPointerException
  23. at com.Zrips.CMI.NBT.v1_14_R1.placeBlockEvent(v1_14_R1.java:615) ~[?:?]
  24. at com.Zrips.CMI.commands.list.tree.perform(tree.java:59) ~[?:?]
  25. at com.Zrips.CMI.commands.CommandsHandler.onCommand(CommandsHandler.java:262) ~[?:?]
  26. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot-1.14-pre5.jar:git-Spigot-6dbf995-5fea790]
  27. ... 17 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement