Guest User

Untitled

a guest
Sep 19th, 2021
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 KB | None | 0 0
  1. 20.09 00:13:30 [Server] INFO Johnny1232 issued server command: /loot give Johnny1232 SampleLoot
  2. 20.09 00:13:30 [Server] ERROR [PhatLoots] Error occured when executing command /loot give
  3. 20.09 00:13:30 [Server] INFO java.lang.reflect.InvocationTargetException: null
  4. 20.09 00:13:30 [Server] INFO at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  5. 20.09 00:13:30 [Server] INFO at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) ~[?:?]
  6. 20.09 00:13:30 [Server] INFO at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  7. 20.09 00:13:30 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
  8. 20.09 00:13:30 [Server] INFO at com.codisimus.plugins.phatloots.commands.CommandHandler.handleCommand(CommandHandler.java:270) ~[PhatLoots.jar:?]
  9. 20.09 00:13:30 [Server] INFO at com.codisimus.plugins.phatloots.commands.CommandHandler.onCommand(CommandHandler.java:168) ~[PhatLoots.jar:?]
  10. 20.09 00:13:30 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.17.1.jar:git-Purpur-1393]
  11. 20.09 00:13:30 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:172) ~[patched_1.17.1.jar:git-Purpur-1393]
  12. 20.09 00:13:30 [Server] INFO at org.bukkit.craftbukkit.v1_17_R1.CraftServer.dispatchCommand(CraftServer.java:838) ~[patched_1.17.1.jar:git-Purpur-1393]
  13. 20.09 00:13:30 [Server] INFO at net.minecraft.server.network.PlayerConnection.handleCommand(PlayerConnection.java:2339) ~[patched_1.17.1.jar:git-Purpur-1393]
  14. 20.09 00:13:30 [Server] INFO at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2150) ~[patched_1.17.1.jar:git-Purpur-1393]
  15. 20.09 00:13:30 [Server] INFO at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2131) ~[patched_1.17.1.jar:git-Purpur-1393]
  16. 20.09 00:13:30 [Server] INFO at net.minecraft.network.protocol.game.PacketPlayInChat.a(PacketPlayInChat.java:46) ~[patched_1.17.1.jar:git-Purpur-1393]
  17. 20.09 00:13:30 [Server] INFO at net.minecraft.network.protocol.game.PacketPlayInChat.a(PacketPlayInChat.java:6) ~[patched_1.17.1.jar:git-Purpur-1393]
  18. 20.09 00:13:30 [Server] INFO at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$ensureRunningOnSameThread$1(PlayerConnectionUtils.java:56) ~[patched_1.17.1.jar:git-Purpur-1393]
  19. 20.09 00:13:30 [Server] INFO at net.minecraft.server.TickTask.run(TickTask.java:18) ~[patched_1.17.1.jar:git-Purpur-1393]
  20. 20.09 00:13:30 [Server] INFO at net.minecraft.util.thread.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:149) ~[patched_1.17.1.jar:git-Purpur-1393]
  21. 20.09 00:13:35 [Server] INFO at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.executeTask(IAsyncTaskHandlerReentrant.java:23) ~[patched_1.17.1.jar:git-Purpur-1393]
  22. 20.09 00:13:35 [Server] INFO at net.minecraft.server.MinecraftServer.executeTask(MinecraftServer.java:1433) ~[patched_1.17.1.jar:git-Purpur-1393]
  23. 20.09 00:13:35 [Server] INFO at net.minecraft.server.MinecraftServer.executeTask(MinecraftServer.java:192) ~[patched_1.17.1.jar:git-Purpur-1393]
  24. 20.09 00:13:35 [Server] INFO at net.minecraft.util.thread.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:122) ~[patched_1.17.1.jar:git-Purpur-1393]
  25. 20.09 00:13:35 [Server] INFO at net.minecraft.server.MinecraftServer.bf(MinecraftServer.java:1411) ~[patched_1.17.1.jar:git-Purpur-1393]
  26. 20.09 00:13:35 [Server] INFO at net.minecraft.server.MinecraftServer.executeNext(MinecraftServer.java:1404) ~[patched_1.17.1.jar:git-Purpur-1393]
  27. 20.09 00:13:35 [Server] INFO at net.minecraft.util.thread.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:132) ~[patched_1.17.1.jar:git-Purpur-1393]
  28. 20.09 00:13:35 [Server] INFO at net.minecraft.server.MinecraftServer.sleepForTick(MinecraftServer.java:1382) ~[patched_1.17.1.jar:git-Purpur-1393]
  29. 20.09 00:13:35 [Server] INFO at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1293) ~[patched_1.17.1.jar:git-Purpur-1393]
  30. 20.09 00:13:35 [Server] INFO at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321) ~[patched_1.17.1.jar:git-Purpur-1393]
  31. 20.09 00:13:35 [Server] INFO at java.lang.Thread.run(Thread.java:831) [?:?]
  32. 20.09 00:13:35 [Server] INFO Caused by: java.lang.NullPointerException: Cannot invoke "com.codisimus.plugins.phatloots.PhatLootChest.getBlock()" because "chest" is null
  33. 20.09 00:13:35 [Server] INFO at com.codisimus.plugins.phatloots.PhatLootChest.getInventory(PhatLootChest.java:357) ~[PhatLoots.jar:?]
  34. 20.09 00:13:35 [Server] INFO at com.codisimus.plugins.phatloots.PhatLoot.rollForChestLoot(PhatLoot.java:407) ~[PhatLoots.jar:?]
  35. 20.09 00:13:35 [Server] INFO at com.codisimus.plugins.phatloots.PhatLoot.rollForChestLoot(PhatLoot.java:266) ~[PhatLoots.jar:?]
  36. 20.09 00:13:35 [Server] INFO at com.codisimus.plugins.phatloots.PhatLoot.rollForChestLoot(PhatLoot.java:253) ~[PhatLoots.jar:?]
  37. 20.09 00:13:35 [Server] INFO at com.codisimus.plugins.phatloots.PhatLoot.rollForLoot(PhatLoot.java:230) ~[PhatLoots.jar:?]
  38. 20.09 00:13:35 [Server] INFO at com.codisimus.plugins.phatloots.commands.LootCommand.give(LootCommand.java:742) ~[PhatLoots.jar:?]
  39. 20.09 00:13:35 [Server] INFO ... 28 more
Advertisement
Add Comment
Please, Sign In to add comment