Advertisement
Guest User

Untitled

a guest
Oct 29th, 2020
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.78 KB | None | 0 0
  1. [ERROR] Could not pass event PlayerJoinEvent to ArmorPlus v2.2.1
  2.  
  3. org.bukkit.event.EventException
  4.  
  5. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  6.  
  7. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  8.  
  9. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  10.  
  11. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  12.  
  13. at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  14.  
  15. at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  16.  
  17. at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  18.  
  19. at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  20.  
  21. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  22.  
  23. at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  24.  
  25. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  26.  
  27. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  28.  
  29. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  30.  
  31. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  32.  
  33. at java.lang.Thread.run(Thread.java:823) [?:1.8.0_265]
  34.  
  35. Caused by: org.bukkit.command.CommandException: Unhandled exception executing command 'usbc' in plugin UltraSkyblock-Core v3.1.0
  36.  
  37. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  38.  
  39. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  40.  
  41. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  42.  
  43. at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:576) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  44.  
  45. at gg.steve.mc.ap.utils.CommandUtil.execute(CommandUtil.java:12) ~[?:?]
  46.  
  47. at gg.steve.mc.ap.armor.Set.notifyPlayer(Set.java:158) ~[?:?]
  48.  
  49. at gg.steve.mc.ap.armor.Set.apply(Set.java:163) ~[?:?]
  50.  
  51. at gg.steve.mc.ap.listener.PlayerEquipListener.join(PlayerEquipListener.java:65) ~[?:?]
  52.  
  53. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265]
  54.  
  55. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265]
  56.  
  57. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265]
  58.  
  59. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265]
  60.  
  61. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  62.  
  63. ... 14 more
  64.  
  65. Caused by: java.lang.NullPointerException
  66.  
  67. at io.github.Leonardo0013YT.UltraSkills.api.UltraSkillsAPI.addShield(UltraSkillsAPI.java:148) ~[?:?]
  68.  
  69. at io.github.Leonardo0013YT.UltraSkills.cmds.UltraSkyBlockCoreCMD.onCommand(UltraSkyBlockCoreCMD.java:474) ~[?:?]
  70.  
  71. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  72.  
  73. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  74.  
  75. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  76.  
  77. at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:576) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  78.  
  79. at gg.steve.mc.ap.utils.CommandUtil.execute(CommandUtil.java:12) ~[?:?]
  80.  
  81. at gg.steve.mc.ap.armor.Set.notifyPlayer(Set.java:158) ~[?:?]
  82.  
  83. at gg.steve.mc.ap.armor.Set.apply(Set.java:163) ~[?:?]
  84.  
  85. at gg.steve.mc.ap.listener.PlayerEquipListener.join(PlayerEquipListener.java:65) ~[?:?]
  86.  
  87. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265]
  88.  
  89. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265]
  90.  
  91. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265]
  92.  
  93. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265]
  94.  
  95. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  96.  
  97. ... 14 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement