World Edit not working

Discussion in 'Bukkit Help' started by MackenzieW, Dec 21, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    MackenzieW

    this is the error i get in game
    Please report this error: [See console]
    java.lang.NoClassDefFoundError: net/minecraft/server/Block

    then on the console this is what i saw

    21.12 22:27:13 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    21.12 22:27:13 [Server] INFO at com.sk89q.worldguard.bukkit.WorldGuardEntityListener.onEndermanPickup(WorldGuardEntityListener.java:733)
    21.12 22:27:13 [Server] INFO Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lorg/bukkit/entity/LivingEntity;
    21.12 22:27:13 [Server] INFO at net.minecraft.server.v1_4_5.ThreadServerApplication.run(SourceFile:856)
    21.12 22:27:13 [Server] INFO at net.minecraft.server.v1_4_5.MinecraftServer.run(MinecraftServer.java:426)
    21.12 22:27:13 [Server] INFO at net.minecraft.server.v1_4_5.MinecraftServer.q(MinecraftServer.java:493)
    21.12 22:27:13 [Server] INFO at net.minecraft.server.v1_4_5.DedicatedServer.r(DedicatedServer.java:222)
    21.12 22:27:13 [Server] INFO at net.minecraft.server.v1_4_5.MinecraftServer.r(MinecraftServer.java:579)
    21.12 22:27:13 [Server] INFO at net.minecraft.server.v1_4_5.WorldServer.tickEntities(WorldServer.java:444)
    21.12 22:27:13 [Server] INFO at net.minecraft.server.v1_4_5.World.tickEntities(World.java:1193)
    21.12 22:27:13 [Server] INFO at net.minecraft.server.v1_4_5.World.playerJoinedWorld(World.java:1315)
    21.12 22:27:13 [Server] INFO at net.minecraft.server.v1_4_5.WorldServer.entityJoinedWorld(WorldServer.java:546)
    21.12 22:27:13 [Server] INFO at net.minecraft.server.v1_4_5.World.entityJoinedWorld(World.java:1333)
    21.12 22:27:13 [Server] INFO at net.minecraft.server.v1_4_5.EntityLiving.j_(EntityLiving.java:508)
    21.12 22:27:13 [Server] INFO at net.minecraft.server.v1_4_5.EntitySheep.c(EntitySheep.java:52)
    21.12 22:27:13 [Server] INFO at net.minecraft.server.v1_4_5.EntityAnimal.c(SourceFile:33)
    21.12 22:27:13 [Server] INFO at net.minecraft.server.v1_4_5.EntityAgeable.c(EntityAgeable.java:68)
    21.12 22:27:13 [Server] INFO at net.minecraft.server.v1_4_5.EntityLiving.c(EntityLiving.java:1234)
    21.12 22:27:13 [Server] INFO at net.minecraft.server.v1_4_5.EntitySheep.bl(EntitySheep.java:44)
    21.12 22:27:13 [Server] INFO at net.minecraft.server.v1_4_5.EntityLiving.bl(EntityLiving.java:1437)
    21.12 22:27:13 [Server] INFO at net.minecraft.server.v1_4_5.PathfinderGoalSelector.a(PathfinderGoalSelector.java:104)
    21.12 22:27:13 [Server] INFO at net.minecraft.server.v1_4_5.PathfinderGoalEatTile.e(PathfinderGoalEatTile.java:67)
    21.12 22:27:13 [Server] INFO at org.bukkit.craftbukkit.v1_4_5.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:441)
    21.12 22:27:13 [Server] INFO at org.bukkit.craftbukkit.v1_4_5.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:457)
    21.12 22:27:13 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    21.12 22:27:13 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    21.12 22:27:13 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    21.12 22:27:13 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    21.12 22:27:13 [Server] INFO org.bukkit.event.EventException
    21.12 22:27:13 [Server] SEVERE Could not pass event EntityChangeBlockEvent to WorldGuard v5.6.5
    21.12 22:27:13 [Multicraft] Skipped 5 lines due to rate limit (30/s)
    21.12 22:27:10 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    21.12 22:27:10 [Server] INFO at com.sk89q.worldguard.bukkit.WorldGuardEntityListener.onEndermanPickup(WorldGuardEntityListener.java:733)
    21.12 22:27:10 [Server] INFO Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lorg/bukkit/entity/LivingEntity;
    21.12 22:27:10 [Server] INFO at net.minecraft.server.v1_4_5.ThreadServerApplication.run(SourceFile:856)
    21.12 22:27:10 [Server] INFO at net.minecraft.server.v1_4_5.MinecraftServer.run(MinecraftServer.java:426)
    21.12 22:27:10 [Server] INFO at net.minecraft.server.v1_4_5.MinecraftServer.q(MinecraftServer.java:493)
    21.12 22:27:10 [Server] INFO at net.minecraft.server.v1_4_5.DedicatedServer.r(DedicatedServer.java:222)
    21.12 22:27:10 [Server] INFO at net.minecraft.server.v1_4_5.MinecraftServer.r(MinecraftServer.java:579)
    21.12 22:27:10 [Server] INFO at net.minecraft.server.v1_4_5.WorldServer.tickEntities(WorldServer.java:444)
    21.12 22:27:10 [Server] INFO at net.minecraft.server.v1_4_5.World.tickEntities(World.java:1193)
    21.12 22:27:10 [Server] INFO at net.minecraft.server.v1_4_5.World.playerJoinedWorld(World.java:1315)
    21.12 22:27:10 [Server] INFO at net.minecraft.server.v1_4_5.WorldServer.entityJoinedWorld(WorldServer.java:546)
    21.12 22:27:10 [Server] INFO at net.minecraft.server.v1_4_5.World.entityJoinedWorld(World.java:1333)
    21.12 22:27:10 [Server] INFO at net.minecraft.server.v1_4_5.EntityLiving.j_(EntityLiving.java:508)
    21.12 22:27:10 [Server] INFO at net.minecraft.server.v1_4_5.EntitySheep.c(EntitySheep.java:52)
    21.12 22:27:10 [Server] INFO at net.minecraft.server.v1_4_5.EntityAnimal.c(SourceFile:33)
    21.12 22:27:10 [Server] INFO at net.minecraft.server.v1_4_5.EntityAgeable.c(EntityAgeable.java:68)
    21.12 22:27:10 [Server] INFO at net.minecraft.server.v1_4_5.EntityLiving.c(EntityLiving.java:1234)
    21.12 22:27:10 [Server] INFO at net.minecraft.server.v1_4_5.EntitySheep.bl(EntitySheep.java:44)
    21.12 22:27:10 [Server] INFO at net.minecraft.server.v1_4_5.EntityLiving.bl(EntityLiving.java:1437)
    21.12 22:27:10 [Server] INFO at net.minecraft.server.v1_4_5.PathfinderGoalSelector.a(PathfinderGoalSelector.java:104)
    21.12 22:27:10 [Server] INFO at net.minecraft.server.v1_4_5.PathfinderGoalEatTile.e(PathfinderGoalEatTile.java:67)
    21.12 22:27:10 [Server] INFO at org.bukkit.craftbukkit.v1_4_5.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:441)
    21.12 22:27:10 [Server] INFO at org.bukkit.craftbukkit.v1_4_5.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:457)
    21.12 22:27:10 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    21.12 22:27:10 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    21.12 22:27:10 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    21.12 22:27:10 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    21.12 22:27:10 [Server] INFO org.bukkit.event.EventException
    21.12 22:27:10 [Server] SEVERE Could not pass event EntityChangeBlockEvent to WorldGuard v5.6.5
    21.12 22:27:10 [Multicraft] Skipped 5 lines due to rate limit (30/s)
    21.12 22:27:08 [Server] SEVERE at net.minecraft.server.v1_4_5.DedicatedServerConnection.b(SourceFile:30)
    21.12 22:27:08 [Server] SEVERE at net.minecraft.server.v1_4_5.ServerConnection.b(SourceFile:39)
    21.12 22:27:08 [Server] SEVERE at net.minecraft.server.v1_4_5.NetServerHandler.d(NetServerHandler.java:113)
    21.12 22:27:08 [Server] SEVERE at net.minecraft.server.v1_4_5.NetworkManager.b(NetworkManager.java:290)
    21.12 22:27:08 [Server] SEVERE at net.minecraft.server.v1_4_5.Packet3Chat.handle(Packet3Chat.java:44)
    21.12 22:27:08 [Server] SEVERE at net.minecraft.server.v1_4_5.NetServerHandler.a(NetServerHandler.java:861)
    21.12 22:27:08 [Server] SEVERE at net.minecraft.server.v1_4_5.NetServerHandler.chat(NetServerHandler.java:906)
    21.12 22:27:08 [Server] SEVERE at net.minecraft.server.v1_4_5.NetServerHandler.handleCommand(NetServerHandler.java:988)
    21.12 22:27:08 [Server] SEVERE at org.bukkit.craftbukkit.v1_4_5.CraftServer.dispatchCommand(CraftServer.java:504)
    21.12 22:27:08 [Server] SEVERE at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:186)
    21.12 22:27:08 [Server] SEVERE at com.sk89q.bukkit.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:52)
    21.12 22:27:08 [Server] SEVERE at com.sk89q.worldedit.bukkit.WorldEditPlugin.onCommand(WorldEditPlugin.java:197)
    21.12 22:27:08 [Server] SEVERE at com.sk89q.worldedit.WorldEdit.handleCommand(WorldEdit.java:1339)
    21.12 22:27:08 [Server] SEVERE at com.sk89q.minecraft.util.commands.CommandsManager.execute(CommandsManager.java:425)
    21.12 22:27:08 [Server] SEVERE at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:509)
    21.12 22:27:08 [Server] SEVERE at com.sk89q.worldedit.WorldEdit$1.invokeMethod(WorldEdit.java:172)
    21.12 22:27:08 [Server] SEVERE at com.sk89q.worldedit.WorldEdit$1.invokeMethod(WorldEdit.java:241)
    21.12 22:27:08 [Server] SEVERE at com.sk89q.minecraft.util.commands.CommandsManager.invokeMethod(CommandsManager.java:522)
    21.12 22:27:08 [Server] SEVERE at java.lang.reflect.Method.invoke(Unknown Source)
    21.12 22:27:08 [Server] SEVERE at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    21.12 22:27:08 [Server] SEVERE at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    21.12 22:27:08 [Server] SEVERE at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    21.12 22:27:08 [Server] SEVERE at com.sk89q.worldedit.commands.RegionCommands.set(RegionCommands.java:74)
    21.12 22:27:08 [Server] SEVERE at com.sk89q.worldedit.WorldEdit.getBlockPattern(WorldEdit.java:608)
    21.12 22:27:08 [Server] SEVERE at com.sk89q.worldedit.WorldEdit.getBlock(WorldEdit.java:549)
    21.12 22:27:08 [Server] SEVERE at com.sk89q.worldedit.WorldEdit.getBlock(WorldEdit.java:355)
    21.12 22:27:08 [Server] SEVERE at com.sk89q.worldedit.WorldEdit.getBlock(WorldEdit.java:414)
    21.12 22:27:08 [Server] SEVERE at com.sk89q.worldedit.bukkit.BukkitWorld.isValidBlockType(BukkitWorld.java:872)
    21.12 22:27:08 [Server] SEVERE java.lang.NoClassDefFoundError: net/minecraft/server/Block
    21.12 22:27:08 [Multicraft] Skipped 5 lines due to rate limit (30/s)
     
  2. Offline

    fatmanjumprope

    Downgrade your Craftbukkit.

    Current version of WE doesn't work well with 1.4.5
     
  3. Offline

    LaxWasHere

    Update your WE.
     
  4. Offline

    midnightfang22

    Both options work, but the current "recommended" version of worldedit does not work. Developer builds of WE should work by now.
     
  5. Offline

    chenr1

    STOP TELLING PEOPLE TO UPDATE THERE WORLDEDIT! THATS NOT HOW YOU SOLVE THE PROBLEM. There is no working update of Worldedit so stop telling people that! The solution is a DEV build of WE.
     
  6. Offline

    Necrodoom

    AKA: update WE?
     
  7. Offline

    KingStar

    Just go to this page: http://build.sk89q.com/job/WorldEdit%20-%201.4.5%20Compatible/ and then under the Permalinks section, press last build for the latest build, last stable build for a stable version and last successful build if you want one that doesn't have ANY errors. Then when you click on one to download, press "Build Artifacts" below the title and then press "(all files in zip)". Then, just delete the old WorldEdit plugin, put the new one in and you're done!
     
  8. Offline

    chenr1

    Nah...i think Dev and Updating are difrent. Just my opinion
     
  9. Offline

    Amorthras

    Website is currently unavailable.. Where else can I get a download of the latest dev build for WorldEdit?
     
Thread Status:
Not open for further replies.

Share This Page