Advertisement
Diamond_Cat

Addlight Error

Sep 16th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. [23:48:37] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to AddLight v4.2.2
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:308) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  7. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:238) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  8. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:205) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  9. at net.minecraft.server.v1_13_R2.PlayerInteractManager.a(PlayerInteractManager.java:109) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  10. at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1165) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  11. at net.minecraft.server.v1_13_R2.PacketPlayInBlockDig.a(SourceFile:40) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  12. at net.minecraft.server.v1_13_R2.PacketPlayInBlockDig.a(SourceFile:10) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  13. at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  14. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_181]
  15. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_181]
  16. at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  17. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  18. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:411) [Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  19. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  20. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  21. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
  22. Caused by: java.lang.NoSuchMethodError: com.sk89q.worldedit.bukkit.WorldEditPlugin.getSelection(Lorg/bukkit/entity/Player;)Lcom/sk89q/worldedit/bukkit/selections/Selection;
  23. at com.github.hexocraft.addlight.integrations.WorldEditHooker.isLocationInSelection(WorldEditHooker.java:81) ~[?:?]
  24. at com.github.hexocraft.addlight.LightsApi.createLight(LightsApi.java:135) ~[?:?]
  25. at com.github.hexocraft.addlight.listeners.PlayerListener.onPlayerInteract(PlayerListener.java:126) ~[?:?]
  26. at sun.reflect.GeneratedMethodAccessor238.invoke(Unknown Source) ~[?:?]
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
  28. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
  29. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  30. ... 18 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement