Advertisement
Diamond_Cat

PlotSquared Messages

Dec 28th, 2018
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.00 KB | None | 0 0
  1. [00:33:00] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v4.18.12.28-3156741-2126
  2. [00:33:00] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.0-SNAPSHOT;0dc5781
  3.  
  4.  
  5.  
  6. [00:33:02] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v4.18.12.28-3156741-2126
  7. [00:33:02] [Server thread/INFO]: Version is PlotSquared-4.18.12-3156741-2126
  8. [00:33:03] [Server thread/INFO]: [P2] Metrics enabled.
  9. [00:33:03] [Server thread/INFO]: [P2] PlotSquared is using online UUIDs
  10. [00:33:03] [Server thread/INFO]: PlotSquared hooked into WorldEdit.
  11. [00:33:03] [Server thread/INFO]: [P2] Key: plot-expiry, Value: false
  12. [00:33:03] [Server thread/INFO]: [P2] Key: kill-road-mobs, Value: false
  13. [00:33:03] [Server thread/INFO]: [P2] Key: kill-road-items, Value: false
  14. [00:33:03] [Server thread/INFO]: [P2] Key: worlds, Value: false
  15. [00:33:03] [Server thread/INFO]: [P2] Key: worldedit-restrictions, Value: true
  16. [00:33:03] [Server thread/INFO]: [P2] Key: database-purger, Value: false
  17. [00:33:03] [Server thread/INFO]: [P2] Key: economy, Value: true
  18. [00:33:03] [Server thread/INFO]: [P2] Key: block-cache, Value: true
  19. [00:33:03] [Server thread/INFO]: [P2] Key: kill-road-vehicles, Value: false
  20. [00:33:03] [Server thread/INFO]: [P2] Key: persistent-meta, Value: true
  21. [00:33:03] [Server thread/INFO]: [P2] Key: ban-deleter, Value: false
  22. [00:33:03] [Server thread/INFO]: [P2] Key: updater, Value: true
  23. [00:33:03] [Server thread/INFO]: [P2] Key: database, Value: true
  24. [00:33:03] [Server thread/INFO]: [P2] Key: plotme-converter, Value: true
  25. [00:33:03] [Server thread/INFO]: [P2] Key: prevent-unsafe, Value: true
  26. [00:33:03] [Server thread/INFO]: [P2] Key: permission-cache, Value: true
  27. [00:33:03] [Server thread/INFO]: [P2] Key: rating-cache, Value: true
  28. [00:33:03] [Server thread/INFO]: [P2] Key: comment-notifier, Value: false
  29. [00:33:03] [Server thread/INFO]: [P2] Key: metrics, Value: true
  30. [00:33:03] [Server thread/INFO]: [P2] Key: chunk-processor, Value: false
  31. [00:33:03] [Server thread/INFO]: [P2] Key: uuid-cache, Value: true
  32. [00:33:03] [Server thread/INFO]: [P2] Key: events, Value: true
  33. [00:33:03] [Server thread/INFO]: [P2] Key: commands, Value: true
  34. [00:33:03] [Server thread/INFO]: PlotSquared is now enabled
  35.  
  36.  
  37.  
  38. [00:33:04] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  39. [00:33:04] [Server thread/ERROR]: Could not pass event WorldInitEvent to PlotSquared v4.18.12.28-3156741-2126
  40. java.lang.NoClassDefFoundError: com/sk89q/worldedit/math/BlockVector3
  41. at com.github.intellectualsites.plotsquared.plot.object.Location.<init>(Location.java:26) ~[?:?]
  42. at com.github.intellectualsites.plotsquared.plot.object.Location.<init>(Location.java:34) ~[?:?]
  43. at com.github.intellectualsites.plotsquared.bukkit.util.block.GenChunk.<init>(GenChunk.java:34) ~[?:?]
  44. at com.github.intellectualsites.plotsquared.bukkit.generator.BukkitPlotGenerator.<init>(BukkitPlotGenerator.java:148) ~[?:?]
  45. at com.github.intellectualsites.plotsquared.bukkit.listeners.WorldEvents.onWorldInit(WorldEvents.java:33) ~[?:?]
  46. at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor175.execute(Unknown Source) ~[?:?]
  47. at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:70) ~[patched_1.13.2.jar:git-Paper-426]
  48. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[patched_1.13.2.jar:git-Paper-426]
  49. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched_1.13.2.jar:git-Paper-426]
  50. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513) ~[patched_1.13.2.jar:git-Paper-426]
  51. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:420) ~[patched_1.13.2.jar:git-Paper-426]
  52. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:316) ~[patched_1.13.2.jar:git-Paper-426]
  53. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:791) ~[patched_1.13.2.jar:git-Paper-426]
  54. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
  55. Caused by: java.lang.ClassNotFoundException: com.sk89q.worldedit.math.BlockVector3
  56. at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_181]
  57. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:158) ~[patched_1.13.2.jar:git-Paper-426]
  58. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:104) ~[patched_1.13.2.jar:git-Paper-426]
  59. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_181]
  60. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_181]
  61. ... 14 more
  62.  
  63.  
  64.  
  65. > [00:33:23 ERROR]: Could not pass event EntityExplodeEvent to PlotSquared v4.18.12.28-3156741-2126
  66. java.lang.NoClassDefFoundError: com/sk89q/worldedit/math/BlockVector3
  67. at com.github.intellectualsites.plotsquared.plot.object.Location.<init>(Location.java:26) ~[?:?]
  68. at com.github.intellectualsites.plotsquared.plot.object.Location.<init>(Location.java:34) ~[?:?]
  69. at com.github.intellectualsites.plotsquared.bukkit.util.BukkitUtil.getLocation(BukkitUtil.java:200) ~[?:?]
  70. at com.github.intellectualsites.plotsquared.bukkit.listeners.PlayerEvents.onBigBoom(PlayerEvents.java:975) ~[?:?]
  71. at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor157.execute(Unknown Source) ~[?:?]
  72. at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:70) ~[patched_1.13.2.jar:git-Paper-426]
  73. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[patched_1.13.2.jar:git-Paper-426]
  74. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched_1.13.2.jar:git-Paper-426]
  75. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513) ~[patched_1.13.2.jar:git-Paper-426]
  76. at net.minecraft.server.v1_13_R2.EntityEnderDragon.b(EntityEnderDragon.java:452) ~[patched_1.13.2.jar:git-Paper-426]
  77. at net.minecraft.server.v1_13_R2.EntityEnderDragon.k(EntityEnderDragon.java:300) ~[patched_1.13.2.jar:git-Paper-426]
  78. at net.minecraft.server.v1_13_R2.EntityLiving.tick(EntityLiving.java:2182) ~[patched_1.13.2.jar:git-Paper-426]
  79. at net.minecraft.server.v1_13_R2.EntityInsentient.tick(EntityInsentient.java:249) ~[patched_1.13.2.jar:git-Paper-426]
  80. at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1619) ~[patched_1.13.2.jar:git-Paper-426]
  81. at net.minecraft.server.v1_13_R2.World.g(World.java:1586) ~[patched_1.13.2.jar:git-Paper-426]
  82. at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1393) ~[patched_1.13.2.jar:git-Paper-426]
  83. at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:614) ~[patched_1.13.2.jar:git-Paper-426]
  84. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1104) ~[patched_1.13.2.jar:git-Paper-426]
  85. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439) ~[patched_1.13.2.jar:git-Paper-426]
  86. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:943) ~[patched_1.13.2.jar:git-Paper-426]
  87. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:841) ~[patched_1.13.2.jar:git-Paper-426]
  88. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement