Advertisement
Guest User

Error when players Open chests

a guest
Jul 22nd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. [13:24:29 ERROR]: Could not pass event PlayerInteractEvent to CratesPlus v4.5.2
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[factions1122.jar:git-Spigot-7754231-94b0980]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[factions1122.jar:git-Spigot-7754231-94b0980]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [factions1122.jar:git-Spigot-7754231-94b0980]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [factions1122.jar:git-Spigot-7754231-94b0980]
  7. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:234) [factions1122.jar:git-Spigot-7754231-94b0980]
  8. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:458) [factions1122.jar:git-Spigot-7754231-94b0980]
  9. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:951) [factions1122.jar:git-Spigot-7754231-94b0980]
  10. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37) [factions1122.jar:git-Spigot-7754231-94b0980]
  11. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1) [factions1122.jar:git-Spigot-7754231-94b0980]
  12. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [factions1122.jar:git-Spigot-7754231-94b0980]
  13. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  14. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  15. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [factions1122.jar:git-Spigot-7754231-94b0980]
  16. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [factions1122.jar:git-Spigot-7754231-94b0980]
  17. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [factions1122.jar:git-Spigot-7754231-94b0980]
  18. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [factions1122.jar:git-Spigot-7754231-94b0980]
  19. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [factions1122.jar:git-Spigot-7754231-94b0980]
  20. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  21. Caused by: java.lang.NullPointerException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement