Advertisement
kotarobo

Untitled

Jul 5th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. [19:57:08] [Server thread/ERROR]: Could not pass event PlayerInteractAtEntityEvent to ArtMap v2.6.10
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.jar:git-Spigot-7228328-d603539]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.jar:git-Spigot-7228328-d603539]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot-1.12.jar:git-Spigot-7228328-d603539]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot-1.12.jar:git-Spigot-7228328-d603539]
  7. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1568) [spigot-1.12.jar:git-Spigot-7228328-d603539]
  8. at net.minecraft.server.v1_12_R1.PacketPlayInUseEntity.a(SourceFile:69) [spigot-1.12.jar:git-Spigot-7228328-d603539]
  9. at net.minecraft.server.v1_12_R1.PacketPlayInUseEntity.a(SourceFile:13) [spigot-1.12.jar:git-Spigot-7228328-d603539]
  10. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.12.jar:git-Spigot-7228328-d603539]
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_51]
  12. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_51]
  13. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot-1.12.jar:git-Spigot-7228328-d603539]
  14. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:747) [spigot-1.12.jar:git-Spigot-7228328-d603539]
  15. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-7228328-d603539]
  16. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-7228328-d603539]
  17. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-7228328-d603539]
  18. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
  19. Caused by: java.lang.IllegalArgumentException: World cannot be null
  20. at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[spigot-1.12.jar:git-Spigot-7228328-d603539]
  21. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.createMap(CraftServer.java:1248) ~[spigot-1.12.jar:git-Spigot-7228328-d603539]
  22. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.createMap(CraftServer.java:1) ~[spigot-1.12.jar:git-Spigot-7228328-d603539]
  23. at org.bukkit.Bukkit.createMap(Bukkit.java:518) ~[spigot-1.12.jar:git-Spigot-7228328-d603539]
  24. at me.Fupery.ArtMap.IO.Database.Database.createMap(Database.java:143) ~[?:?]
  25. at me.Fupery.ArtMap.Easel.EaselEvent.callEvent(EaselEvent.java:55) ~[?:?]
  26. at me.Fupery.ArtMap.Listeners.PlayerInteractEaselListener.callEaselEvent(PlayerInteractEaselListener.java:100) ~[?:?]
  27. at me.Fupery.ArtMap.Listeners.PlayerInteractEaselListener.onPlayerInteractAtEntity(PlayerInteractEaselListener.java:32) ~[?:?]
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
  31. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
  32. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.jar:git-Spigot-7228328-d603539]
  33. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement