Advertisement
Guest User

awe + worldguardextraflags

a guest
Jan 5th, 2020
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.95 KB | None | 0 0
  1. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] ***********************************
  2. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] Unable to delegate extent action.
  3. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] ***********************************
  4. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] *
  5. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * Exception: java.lang.NullPointerException
  6. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * Error message: null
  7. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * Stack:
  8. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * net.goldtreeservers.worldguardextraflags.wg.wrappers.v7.WorldEditFlagHandler.setBlock(WorldEditFlagHandler.java:48)
  9. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.worldedit.extent.SafeDelegateExtent.lambda$setBlock$9(SafeDelegateExtent.java:172)
  10. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.worldedit.extent.SafeDelegateExtent.safeDelegateEx(SafeDelegateExtent.java:108)
  11. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.worldedit.extent.SafeDelegateExtent.setBlock(SafeDelegateExtent.java:172)
  12. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * com.sk89q.worldedit.extent.AbstractDelegateExtent.setBlock(AbstractDelegateExtent.java:80)
  13. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * com.sk89q.worldedit.extent.validation.DataValidatorExtent.setBlock(DataValidatorExtent.java:64)
  14. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * com.sk89q.worldedit.EditSession.setBlock(EditSession.java:656)
  15. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.worldedit.ThreadSafeEditSession.setBlock(ThreadSafeEditSession.java:398)
  16. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * com.sk89q.worldedit.EditSession.setBlock(EditSession.java:699)
  17. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.worldedit.ThreadSafeEditSession.setBlock(ThreadSafeEditSession.java:492)
  18. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_15_R1.regenerate(Spigot_v1_15_R1.java:595)
  19. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * com.sk89q.worldedit.bukkit.BukkitWorld.regenerate(BukkitWorld.java:183)
  20. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * com.sk89q.worldedit.command.RegionCommands.regenerateChunk(RegionCommands.java:415)
  21. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * com.sk89q.worldedit.command.RegionCommandsRegistration.cmd$_regen(RegionCommandsRegistration.java:568)
  22. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * org.enginehub.piston.CommandManager.execute(CommandManager.java:158)
  23. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * com.sk89q.worldedit.extension.platform.PlatformCommandManager.handleCommand(PlatformCommandManager.java:486)
  24. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  25. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  26. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  27. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * java.lang.reflect.Method.invoke(Unknown Source)
  28. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * com.sk89q.worldedit.util.eventbus.MethodEventHandler.dispatch(MethodEventHandler.java:58)
  29. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:73)
  30. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * com.sk89q.worldedit.util.eventbus.EventBus.nonwrapped_dispatch(EventBus.java:193)
  31. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.worldedit.util.eventbus.EventBusWrapper.dispatch(EventBusWrapper.java:107)
  32. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * com.sk89q.worldedit.util.eventbus.EventBus.dispatch(EventBus.java)
  33. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * com.sk89q.worldedit.util.eventbus.EventBus.nonwrapped_post(EventBus.java:181)
  34. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.worldedit.util.eventbus.EventBusWrapper.post(EventBusWrapper.java:71)
  35. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.worldedit.CancelabeEditSession$EventBusWrapESEvent.post(CancelabeEditSession.java:496)
  36. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * com.sk89q.worldedit.util.eventbus.EventBus.post(EventBus.java)
  37. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * com.sk89q.worldedit.bukkit.WorldEditPlugin.onCommand(WorldEditPlugin.java:347)
  38. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * com.sk89q.bukkit.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:55)
  39. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149)
  40. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * org.bukkit.craftbukkit.v1_15_R1.CraftServer.dispatchCommand(CraftServer.java:711)
  41. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * net.minecraft.server.v1_15_R1.PlayerConnection.handleCommand(PlayerConnection.java:1657)
  42. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:1497)
  43. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:47)
  44. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:1)
  45. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19)
  46. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18)
  47. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(SourceFile:144)
  48. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23)
  49. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(SourceFile:118)
  50. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * net.minecraft.server.v1_15_R1.MinecraftServer.aZ(MinecraftServer.java:917)
  51. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:910)
  52. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127)
  53. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:894)
  54. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:827)
  55. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] * java.lang.Thread.run(Unknown Source)
  56. [10:30:41] [Server thread/INFO]: [AsyncWorldEdit] ***********************************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement