Advertisement
Guest User

Untitled

a guest
Aug 28th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.52 KB | None | 0 0
  1. [14:35:24 ERROR]: Could not pass event InventoryClickEvent to uSkyBlock v2.7.6-RC3
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:308) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  7. at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:2140) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  8. at net.minecraft.server.v1_13_R2.PacketPlayInWindowClick.a(SourceFile:33) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  9. at net.minecraft.server.v1_13_R2.PacketPlayInWindowClick.a(SourceFile:10) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  10. at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_181]
  12. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_181]
  13. at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  14. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  15. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:411) [spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  16. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  17. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  18. at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]
  19. Caused by: org.bukkit.command.CommandException: Unhandled exception executing command 'c' in plugin uSkyBlock v2.7.6-RC3
  20. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  21. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  22. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.dispatchCommand(CraftServer.java:695) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  23. at org.bukkit.craftbukkit.v1_13_R2.entity.CraftPlayer.performCommand(CraftPlayer.java:325) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  24. at us.talabrek.ultimateskyblock.menu.SkyBlockMenu.onClickMainMenu(SkyBlockMenu.java:834) ~[?:?]
  25. at us.talabrek.ultimateskyblock.menu.SkyBlockMenu.onClick(SkyBlockMenu.java:733) ~[?:?]
  26. at us.talabrek.ultimateskyblock.event.MenuEvents.guiClick(MenuEvents.java:28) ~[?:?]
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
  30. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]
  31. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  32. ... 15 more
  33. Caused by: java.lang.IllegalArgumentException: Bukkit 1.13 does not know the material BOOK_AND_QUILL!
  34. at us.talabrek.ultimateskyblock.utils.util.ItemStackUtil.getItemType(ItemStackUtil.java:68) ~[?:?]
  35. at us.talabrek.ultimateskyblock.utils.util.ItemStackUtil.createItemStack(ItemStackUtil.java:146) ~[?:?]
  36. at us.talabrek.ultimateskyblock.menu.SkyBlockMenu.displayChallengeGUI(SkyBlockMenu.java:428) ~[?:?]
  37. at us.talabrek.ultimateskyblock.command.ChallengeCommand.onCommand(ChallengeCommand.java:54) ~[?:?]
  38. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  39. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  40. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.dispatchCommand(CraftServer.java:695) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  41. at org.bukkit.craftbukkit.v1_13_R2.entity.CraftPlayer.performCommand(CraftPlayer.java:325) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  42. at us.talabrek.ultimateskyblock.menu.SkyBlockMenu.onClickMainMenu(SkyBlockMenu.java:834) ~[?:?]
  43. at us.talabrek.ultimateskyblock.menu.SkyBlockMenu.onClick(SkyBlockMenu.java:733) ~[?:?]
  44. at us.talabrek.ultimateskyblock.event.MenuEvents.guiClick(MenuEvents.java:28) ~[?:?]
  45. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
  46. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
  48. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]
  49. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  50. ... 15 more
  51. Caused by: java.lang.NullPointerException
  52. at org.bukkit.craftbukkit.v1_13_R2.util.CraftLegacy.fromLegacyData(CraftLegacy.java:106) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  53. at org.bukkit.craftbukkit.v1_13_R2.util.CraftMagicNumbers.getBlock(CraftMagicNumbers.java:51) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  54. at org.bukkit.craftbukkit.v1_13_R2.util.CraftMagicNumbers.fromLegacy(CraftMagicNumbers.java:144) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  55. at us.talabrek.ultimateskyblock.utils.util.ItemStackUtil.getItemType(ItemStackUtil.java:63) ~[?:?]
  56. at us.talabrek.ultimateskyblock.utils.util.ItemStackUtil.createItemStack(ItemStackUtil.java:146) ~[?:?]
  57. at us.talabrek.ultimateskyblock.menu.SkyBlockMenu.displayChallengeGUI(SkyBlockMenu.java:428) ~[?:?]
  58. at us.talabrek.ultimateskyblock.command.ChallengeCommand.onCommand(ChallengeCommand.java:54) ~[?:?]
  59. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  60. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  61. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.dispatchCommand(CraftServer.java:695) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  62. at org.bukkit.craftbukkit.v1_13_R2.entity.CraftPlayer.performCommand(CraftPlayer.java:325) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  63. at us.talabrek.ultimateskyblock.menu.SkyBlockMenu.onClickMainMenu(SkyBlockMenu.java:834) ~[?:?]
  64. at us.talabrek.ultimateskyblock.menu.SkyBlockMenu.onClick(SkyBlockMenu.java:733) ~[?:?]
  65. at us.talabrek.ultimateskyblock.event.MenuEvents.guiClick(MenuEvents.java:28) ~[?:?]
  66. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
  67. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
  68. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
  69. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]
  70. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304) ~[spigot-1.13.1.jar:git-Spigot-2440e18-9636bb8]
  71. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement