Advertisement
Guest User

Untitled

a guest
Feb 10th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1.  
  2. [09:09:44 ERROR]: Could not pass event WeatherChangeEvent to DungeonsXL v0.17.4
  3. org.bukkit.event.EventException: null
  4. at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:72) ~[patched_1.12.2.jar:git-Paper-1596]
  5. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74) ~[patched_1.12.2.jar:git-Paper-1596]
  6. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched_1.12.2.jar:git-Paper-1596]
  7. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513) ~[patched_1.12.2.jar:git-Paper-1596]
  8. at net.minecraft.server.v1_12_R1.WorldData.setStorm(WorldData.java:476) ~[patched_1.12.2.jar:git-Paper-1596]
  9. at org.bukkit.craftbukkit.v1_12_R1.CraftWorld.setStorm(CraftWorld.java:856) ~[patched_1.12.2.jar:git-Paper-1596]
  10. at com.sk89q.worldguard.bukkit.listener.WorldGuardWorldListener.initWorld(WorldGuardWorldListener.java:95) ~[?:?]
  11. at com.sk89q.worldguard.bukkit.listener.WorldGuardWorldListener.onWorldLoad(WorldGuardWorldListener.java:78) ~[?:?]
  12. at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor456.execute(Unknown Source) ~[?:?]
  13. at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:70) ~[patched_1.12.2.jar:git-Paper-1596]
  14. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74) ~[patched_1.12.2.jar:git-Paper-1596]
  15. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched_1.12.2.jar:git-Paper-1596]
  16. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513) ~[patched_1.12.2.jar:git-Paper-1596]
  17. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.createWorld(CraftServer.java:1005) ~[patched_1.12.2.jar:git-Paper-1596]
  18. at org.bukkit.Bukkit.createWorld(Bukkit.java:488) ~[patched_1.12.2.jar:git-Paper-1596]
  19. at de.erethon.dungeonsxl.world.DResourceWorld.instantiate(DResourceWorld.java:225) ~[?:?]
  20. at de.erethon.dungeonsxl.world.DResourceWorld.instantiateAsGameWorld(DResourceWorld.java:268) ~[?:?]
  21. at de.erethon.dungeonsxl.command.PlayCommand.onExecute(PlayCommand.java:91) ~[?:?]
  22. at de.erethon.dungeonsxl.util.commons.command.DRECommandExecutor.onCommand(DRECommandExecutor.java:67) ~[?:?]
  23. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[patched_1.12.2.jar:git-Paper-1596]
  24. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:151) ~[patched_1.12.2.jar:git-Paper-1596]
  25. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:685) ~[patched_1.12.2.jar:git-Paper-1596]
  26. at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1478) ~[patched_1.12.2.jar:git-Paper-1596]
  27. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1283) ~[patched_1.12.2.jar:git-Paper-1596]
  28. at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) ~[patched_1.12.2.jar:git-Paper-1596]
  29. at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.12.2.jar:git-Paper-1596]
  30. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:14) ~[patched_1.12.2.jar:git-Paper-1596]
  31. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_191]
  32. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
  33. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) ~[patched_1.12.2.jar:git-Paper-1596]
  34. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:850) ~[patched_1.12.2.jar:git-Paper-1596]
  35. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:423) ~[patched_1.12.2.jar:git-Paper-1596]
  36. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:774) ~[patched_1.12.2.jar:git-Paper-1596]
  37. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:666) ~[patched_1.12.2.jar:git-Paper-1596]
  38. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  39. Caused by: java.lang.NullPointerException
  40. at de.erethon.dungeonsxl.world.DWorldListener.onWeatherChange(DWorldListener.java:190) ~[?:?]
  41. at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor765.execute(Unknown Source) ~[?:?]
  42. at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:70) ~[patched_1.12.2.jar:git-Paper-1596]
  43. ... 34 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement