WorldGuard not working?

Discussion in 'Bukkit Help' started by PartyPoison98, May 27, 2012.

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

    PartyPoison98

    Everytime I try to use a WorldGuard plugin, I get this:
    2012-05-27 10:50:02 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'worldguard' in plugin WorldGuard v5.4
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:479)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NoSuchMethodError: com.sk89q.worldguard.bukkit.WorldGuardPlugin.getConfiguration()Lorg/bukkit/util/config/Configuration;
    at com.sk89q.worldguard.bukkit.WorldConfiguration.(WorldConfiguration.java:176)
    at com.sk89q.worldguard.bukkit.ConfigurationManager.get(ConfigurationManager.java:151)
    at com.sk89q.worldguard.bukkit.WorldGuardPlugin.hasPermission(WorldGuardPlugin.java:349)
    at com.sk89q.worldguard.bukkit.WorldGuardPlugin$1.hasPermission(WorldGuardPlugin.java:118)
    at com.sk89q.worldguard.bukkit.WorldGuardPlugin$1.hasPermission(WorldGuardPlugin.java:115)
    at com.sk89q.minecraft.util.commands.CommandsManager.hasPermission(CommandsManager.java:550)
    at com.sk89q.minecraft.util.commands.CommandsManager.getNestedUsage(CommandsManager.java:367)
    at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:461)
    at com.sk89q.minecraft.util.commands.CommandsManager.execute(CommandsManager.java:409)
    at com.sk89q.worldguard.bukkit.WorldGuardPlugin.onCommand(WorldGuardPlugin.java:219)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 12 more
     
  2. Offline

    ZeroZX4

    make new server on desktop and than put there world guard only and check if it help
    and worldedit
     
  3. Offline

    Retricide

    PartyPoison98

    There's no need for you to remake your server...

    There's a problem with your WorldGuard config. Run it through a .yml parser and/or paste it for us on pastebin.com [and provide us with the link].

    Don't hassle yourself and remake your server. If you don't want to troubleshoot and fix your WorldGuard configuration file, then just delete your WorldGuard folder and have WG regenerate that; Don't remake your entire server like ZeroZX4 suggested - it's entirely unnecessary.
     
  4. Offline

    ZeroZX4

    its just to see if its problem with his old server or new if yes he would just need to copy new wg files to old server

    dont jump in to conclusions if you dont understand what others have in mind
     
  5. Offline

    Retricide

    The problem is with WorldGuard, not the server. Your solution would probably work, but it's unnecessary/inefficient/impractical.

    PartyPoison98
    I was remiss in my original post. What bukkit version are you running?

    If it's a recent build, the error is probably due to your WorldGuard version being out of date - 5.4 is quite outdated.

    If your bukkit build is recent (and I'm assuming it is) update your WorldGuard to 5.5.2.
     
Thread Status:
Not open for further replies.

Share This Page