Advertisement
InstantzZHD

Untitled

Sep 4th, 2019
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1. 04.09 19:11:04 [Server] INFO [19:11:04 INFO]: iOrganic issued server command: /sell chest
  2. 04.09 19:11:04 [Server] Startup [19:11:04 ERROR]: Unhandled exception executing command 'sell' in plugin Merchants v14.0.3
  3. 04.09 19:11:04 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'sell' in plugin Merchants v14.0.3
  4. 04.09 19:11:04 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[PaperSpigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-PaperSpigot-"4c7641d"]
  5. 04.09 19:11:04 [Server] INFO at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:469) [EssentialsX-2.17.1.11.jar:?]
  6. 04.09 19:11:04 [Server] INFO at com.earth2me.essentials.Essentials.onCommand(Essentials.java:458) [EssentialsX-2.17.1.11.jar:?]
  7. 04.09 19:11:04 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) [PaperSpigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-PaperSpigot-"4c7641d"]
  8. 04.09 19:11:04 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:146) [PaperSpigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-PaperSpigot-"4c7641d"]
  9. 04.09 19:11:04 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:666) [PaperSpigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-PaperSpigot-"4c7641d"]
  10. 04.09 19:11:04 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1189) [PaperSpigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-PaperSpigot-"4c7641d"]
  11. 04.09 19:11:04 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1001) [PaperSpigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-PaperSpigot-"4c7641d"]
  12. 04.09 19:11:04 [Server] INFO at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [PaperSpigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-PaperSpigot-"4c7641d"]
  13. 04.09 19:11:04 [Server] INFO at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [PaperSpigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-PaperSpigot-"4c7641d"]
  14. 04.09 19:11:04 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [PaperSpigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-PaperSpigot-"4c7641d"]
  15. 04.09 19:11:04 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_191]
  16. 04.09 19:11:04 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_191]
  17. 04.09 19:11:04 [Server] INFO at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [PaperSpigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-PaperSpigot-"4c7641d"]
  18. 04.09 19:11:04 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:774) [PaperSpigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-PaperSpigot-"4c7641d"]
  19. 04.09 19:11:04 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [PaperSpigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-PaperSpigot-"4c7641d"]
  20. 04.09 19:11:04 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713) [PaperSpigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-PaperSpigot-"4c7641d"]
  21. 04.09 19:11:04 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616) [PaperSpigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-PaperSpigot-"4c7641d"]
  22. 04.09 19:11:04 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  23. 04.09 19:11:04 [Server] INFO Caused by: java.lang.NullPointerException
  24. 04.09 19:11:04 [Server] INFO at me.randomhashtags.merchants.utils.classes.MerchantItem.valueOf(MerchantItem.java:51) ~[Merchants%20(2).jar:?]
  25. 04.09 19:11:04 [Server] INFO at me.randomhashtags.merchants.MerchantsAPI.sellchest(MerchantsAPI.java:168) ~[Merchants%20(2).jar:?]
  26. 04.09 19:11:04 [Server] INFO at me.randomhashtags.merchants.MerchantsAPI.onCommand(MerchantsAPI.java:149) ~[Merchants%20(2).jar:?]
  27. 04.09 19:11:04 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[PaperSpigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-PaperSpigot-"4c7641d"]
  28. 04.09 19:11:04 [Server] INFO ... 18 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement