Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. [14:53:31] [Server thread/INFO]: lwccb issued server command: /tempban "myaltnamewashere"
  2. [14:53:31] [Server thread/ERROR]: null
  3. org.bukkit.command.CommandException: Unhandled exception executing command 'tempban' in plugin SilverThornMCCore v0.4
  4. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[patched_1.15.2.jar:git-Paper-83]
  5. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.15.2.jar:git-Paper-83]
  6. at org.bukkit.craftbukkit.v1_15_R1.CraftServer.dispatchCommand(CraftServer.java:740) ~[patched_1.15.2.jar:git-Paper-83]
  7. at net.minecraft.server.v1_15_R1.PlayerConnection.handleCommand(PlayerConnection.java:1820) ~[?:git-Paper-83]
  8. at net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:1628) ~[?:git-Paper-83]
  9. at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[patched_1.15.2.jar:git-Paper-83]
  10. at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.15.2.jar:git-Paper-83]
  11. at net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[patched_1.15.2.jar:git-Paper-83]
  12. at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18) ~[patched_1.15.2.jar:git-Paper-83]
  13. at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.15.2.jar:git-Paper-83]
  14. at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.15.2.jar:git-Paper-83]
  15. at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.15.2.jar:git-Paper-83]
  16. at net.minecraft.server.v1_15_R1.MinecraftServer.ba(MinecraftServer.java:1038) ~[patched_1.15.2.jar:git-Paper-83]
  17. at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:1031) ~[patched_1.15.2.jar:git-Paper-83]
  18. at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.15.2.jar:git-Paper-83]
  19. at net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1015) ~[patched_1.15.2.jar:git-Paper-83]
  20. at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:938) ~[patched_1.15.2.jar:git-Paper-83]
  21. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
  22. Caused by: java.lang.IllegalArgumentException: Material cannot be null
  23. at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[patched_1.15.2.jar:git-Paper-83]
  24. at org.bukkit.inventory.ItemStack.<init>(ItemStack.java:85) ~[patched_1.15.2.jar:git-Paper-83]
  25. at org.bukkit.inventory.ItemStack.<init>(ItemStack.java:73) ~[patched_1.15.2.jar:git-Paper-83]
  26. at org.bukkit.inventory.ItemStack.<init>(ItemStack.java:61) ~[patched_1.15.2.jar:git-Paper-83]
  27. at com.silverthornmc.silverthornmccore.utils.Utils.createItem(Utils.java:24) ~[?:?]
  28. at com.silverthornmc.silverthornmccore.ui.TempBanGUI.GUI(TempBanGUI.java:34) ~[?:?]
  29. at com.silverthornmc.silverthornmccore.commands.tempban.onCommand(tempban.java:44) ~[?:?]
  30. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.15.2.jar:git-Paper-83]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement