Advertisement
Guest User

Untitled

a guest
Dec 15th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. org.bukkit.command.CommandException: Unhandled exception executing command 'level' in plugin PlayerLevels v2.9
  2. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-eb3d921-b9f1615]
  3. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot.jar:git-Spigot-eb3d921-b9f1615]
  4. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:648) ~[spigot.jar:git-Spigot-eb3d921-b9f1615]
  5. at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1397) [spigot.jar:git-Spigot-eb3d921-b9f1615]
  6. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1232) [spigot.jar:git-Spigot-eb3d921-b9f1615]
  7. at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot.jar:git-Spigot-eb3d921-b9f1615]
  8. at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot.jar:git-Spigot-eb3d921-b9f1615]
  9. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-eb3d921-b9f1615]
  10. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  11. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  12. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-eb3d921-b9f1615]
  13. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-eb3d921-b9f1615]
  14. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-eb3d921-b9f1615]
  15. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-eb3d921-b9f1615]
  16. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-eb3d921-b9f1615]
  17. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  18. Caused by: java.lang.NullPointerException: Null string not allowed
  19. at java.util.Objects.requireNonNull(Unknown Source) ~[?:1.8.0_191]
  20. at net.minecraft.server.v1_12_R1.NBTTagString.<init>(SourceFile:22) ~[spigot.jar:git-Spigot-eb3d921-b9f1615]
  21. at net.minecraft.server.v1_12_R1.NBTTagCompound.setString(SourceFile:141) ~[spigot.jar:git-Spigot-eb3d921-b9f1615]
  22. at net.minecraft.server.v1_12_R1.GameProfileSerializer.serialize(SourceFile:89) ~[spigot.jar:git-Spigot-eb3d921-b9f1615]
  23. at org.bukkit.craftbukkit.v1_12_R1.inventory.CraftMetaSkull.applyToItem(CraftMetaSkull.java:84) ~[spigot.jar:git-Spigot-eb3d921-b9f1615]
  24. at org.bukkit.craftbukkit.v1_12_R1.inventory.CraftItemStack.setItemMeta(CraftItemStack.java:431) ~[spigot.jar:git-Spigot-eb3d921-b9f1615]
  25. at org.bukkit.craftbukkit.v1_12_R1.inventory.CraftItemStack.asNMSCopy(CraftItemStack.java:45) ~[spigot.jar:git-Spigot-eb3d921-b9f1615]
  26. at org.bukkit.craftbukkit.v1_12_R1.inventory.CraftInventory.setItem(CraftInventory.java:96) ~[spigot.jar:git-Spigot-eb3d921-b9f1615]
  27. at me.arkasher.playerLevel.api.API.openInventoryLevel(API.java:491) ~[?:?]
  28. at me.arkasher.playerLevel.commands.Level.onCommand(Level.java:32) ~[?:?]
  29. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-eb3d921-b9f1615]
  30. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement