Advertisement
Guest User

Untitled

a guest
Dec 10th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.99 KB | None | 0 0
  1. > [20:16:12 ERROR]: Could not pass event BlockGrowEvent to WorldGuard v7.0.2-SNAPSHOT;1993-c5355ad
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  7. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleBlockGrowEvent(CraftEventFactory.java:851) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  8. at net.minecraft.server.v1_13_R2.BlockCrops.a(BlockCrops.java:67) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  9. at net.minecraft.server.v1_13_R2.Block.b(Block.java:360) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  10. at net.minecraft.server.v1_13_R2.IBlockData.b(SourceFile:265) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  11. at net.minecraft.server.v1_13_R2.WorldServer.n_(WorldServer.java:537) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  12. at net.minecraft.server.v1_13_R2.WorldServer.doTick(WorldServer.java:287) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  13. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:952) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  14. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  15. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  16. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  17. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  18. Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.sk89q.worldguard.bukkit.util.Materials
  19. at com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener.onBlockGrow(WorldGuardBlockListener.java:625) ~[?:?]
  20. at sun.reflect.GeneratedMethodAccessor353.invoke(Unknown Source) ~[?:?]
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  22. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  23. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:312) ~[spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  24. ... 14 more
  25. > [20:16:13 ERROR]: Could not pass event BlockGrowEvent to WorldGuard v7.0.2-SNAPSHOT;1993-c5355ad
  26. org.bukkit.event.EventException: null
  27. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  28. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  29. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  30. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  31. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleBlockGrowEvent(CraftEventFactory.java:851) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  32. at net.minecraft.server.v1_13_R2.BlockCrops.a(BlockCrops.java:67) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  33. at net.minecraft.server.v1_13_R2.Block.b(Block.java:360) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  34. at net.minecraft.server.v1_13_R2.IBlockData.b(SourceFile:265) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  35. at net.minecraft.server.v1_13_R2.WorldServer.n_(WorldServer.java:537) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  36. at net.minecraft.server.v1_13_R2.WorldServer.doTick(WorldServer.java:287) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  37. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:952) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  38. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  39. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  40. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  41. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  42. Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.sk89q.worldguard.bukkit.util.Materials
  43. at com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener.onBlockGrow(WorldGuardBlockListener.java:625) ~[?:?]
  44. at sun.reflect.GeneratedMethodAccessor353.invoke(Unknown Source) ~[?:?]
  45. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  46. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  47. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:312) ~[spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  48. ... 14 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement