WorldEdit

WorldEdit

42M Downloads

//regen Throwing an error and not working

rgrist15 opened this issue ยท 0 comments

commented

WorldEdit Version

7.2.5

Platform Version

Spigot 1.17

Bug Description

I tried to regen a part of my world and got the error appear. beneath is the error my main thought is that it could be cos of 1.17?
[13:58:59] [Server thread/INFO]: Riley3 issued server command: //regen
[13:58:59] [Server thread/WARN]: Regeneration via adapter failed.
java.lang.UnsupportedOperationException: Missing BukkitImplAdapater for this version.
at com.sk89q.worldedit.bukkit.BukkitWorld.regenerate(BukkitWorld.java:210) ~[?:?]
at com.sk89q.worldedit.command.RegionCommands.regenerate(RegionCommands.java:431) ~[?:?]
at com.sk89q.worldedit.command.RegionCommandsRegistration.cmd$_regen(RegionCommandsRegistration.java:576) ~[?:?]
at org.enginehub.piston.CommandManager.execute(CommandManager.java:157) ~[?:?]
at com.sk89q.worldedit.extension.platform.PlatformCommandManager.handleCommand(PlatformCommandManager.java:494) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
at com.sk89q.worldedit.util.eventbus.MethodEventHandler.dispatch(MethodEventHandler.java:58) ~[?:?]
at com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:73) ~[?:?]
at com.sk89q.worldedit.util.eventbus.EventBus.dispatch(EventBus.java:193) ~[?:?]
at com.sk89q.worldedit.util.eventbus.EventBus.post(EventBus.java:181) ~[?:?]
at com.sk89q.worldedit.bukkit.WorldEditPlugin.onCommand(WorldEditPlugin.java:375) ~[?:?]
at com.sk89q.bukkit.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:55) ~[?:?]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at org.bukkit.craftbukkit.v1_17_R1.CraftServer.dispatchCommand(CraftServer.java:764) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.server.network.PlayerConnection.handleCommand(PlayerConnection.java:1943) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1782) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1763) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.network.protocol.game.PacketPlayInChat.a(PacketPlayInChat.java:46) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.network.protocol.game.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:30) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.util.thread.IAsyncTaskHandler.executeTask(SourceFile:151) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.util.thread.IAsyncTaskHandler.executeNext(SourceFile:125) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.server.MinecraftServer.bg(MinecraftServer.java:1124) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.server.MinecraftServer.executeNext(MinecraftServer.java:1117) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.util.thread.IAsyncTaskHandler.executeAll(SourceFile:110) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.server.MinecraftServer.sleepForTick(MinecraftServer.java:1100) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1030) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:307) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at java.lang.Thread.run(Thread.java:831) [?:?

Expected Behavior

regen the map
instead throws error

Reproduction Steps

  1. Highlight the area
  2. //regen
  3. cry cos i got an error and my mountain looks bad

Anything Else?

Add any additional context you can provide below.