WorldEdit

WorldEdit

43M Downloads

Cannot modify with mobspawners nearby (/replacenear, //sphere, etc)

alecxvs opened this issue ยท 1 comments

commented

When running a /replacenear, //sphere, or seemingly any other command that modifies the world, if a mobspawner is in the affected range WorldEdit fails to perform the operation.
Using latest WorldEdit / hMod

    2010-12-07 18:00:14 [INFO] WorldEdit: SonicXVe: /replacenear 10 stone air
    java.lang.NoSuchFieldError: e
            at ServerInterface.getMobSpawnerType(ServerInterface.java:236)
            at EditSession.rawGetBlock(EditSession.java:261)
            at EditSession.getBlock(EditSession.java:238)
            at EditSession.replaceBlocks(EditSession.java:794)
            at WorldEditListener.performCommand(WorldEditListener.java:1077)
            at WorldEditListener.onCommand(WorldEditListener.java:1988)
            at PluginLoader.callHook(PluginLoader.java:490)
            at Player.command(Player.java:126)
            at Player.chat(Player.java:98)
            at ji.a(ji.java:481)
            at bh.a(SourceFile:24)
            at bi.a(SourceFile:223)
            at ji.a(ji.java:45)
            at ds.a(ds.java:76)
            at net.minecraft.server.MinecraftServer.h(SourceFile:269)
            at net.minecraft.server.MinecraftServer.run(SourceFile:210)
            at bx.run(SourceFile:484)
commented

Looks like WorldEdit is either older or newer than the Minecraft server version that you are using. I am not sure if WE is up to date with the latest MC.