Compatibility issue with WorldGuard in Tekkit 2.1.1 server

Discussion in 'Bukkit Help' started by Stranger_of_Myst, Apr 26, 2012.

Thread Status:
Not open for further replies.
  1. The topic really states the problem. According to my server, I am running a Minecraft 1.1 verson of CraftBukkit, which is included in Tekkit 2.1.1. Code is here:

    Code:
    19:55:02 [INFO] Starting minecraft server version 1.1
    19:55:02 [INFO] This server is running CraftBukkit version git-Bukkit-1.1-R4-b1938jnks (MC: 1.1) (Implementing API version 1.1-R4)
    So, I then go to the WorldGuard plugin and insert the correct version (Worldguard 5.5.1) for API 1.1-R4 into my plugin file. Unfortunately, i get this error that it won't work for some reason.

    Code:
    20:15:23 [INFO] [WorldGuard] Loading WorldGuard v5.5.1.
    20:15:23 [SEVERE] Error occurred while enabling WorldGuard v5.5.1 (Is it up to date?): com.sk89q.minecraft.util.commands.SimpleInjector.<init>([Ljava/lang/Object;)V
    java.lang.NoSuchMethodError: com.sk89q.minecraft.util.commands.SimpleInjector.<init>([Ljava/lang/Object;)V
    at com.sk89q.worldguard.bukkit.WorldGuardPlugin.onEnable(WorldGuardPlugin.java:111)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:230)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:1057)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:380)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:200)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:183)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:360)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:347)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:178)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:411)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    So, does anyone have an idea as to what i need to do? All of my other plugins are working and i have worldedit.jar in my plugins. I've also used version 5.5 of World guard to no avail as well!

    Code:
    20:35:50 [INFO] [WorldGuard] Loading WorldGuard v5.5.
    20:35:50 [SEVERE] Error occurred while enabling WorldGuard v5.5 (Is it up to date?): com.sk89q.minecraft.util.commands.SimpleInjector.<init>([Ljava/lang/Object;)V
    java.lang.NoSuchMethodError: com.sk89q.minecraft.util.commands.SimpleInjector.<init>([Ljava/lang/Object;)V
    at com.sk89q.worldguard.bukkit.WorldGuardPlugin.onEnable(WorldGuardPlugin.java:112)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:230)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:1057)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:380)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:200)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:183)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:360)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:347)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:178)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:411)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Thanks for the help!
     
  2. Offline

    NemTheking

    I've been having this exact same problem with every build of Worldguard I try to run on my Tekkit server. I've tried every build of WG for minecraft 1.1+ with still no success. It's a shame, I was actually hoping this thread would have some helpful replies already.
     
  3. Offline

    Killburner

    You're better off posting this on the Technic forums.

    Someone posted a version of WorldGuard that supposedly works with 2.1.1, FWIW.
     
  4. Duder, I actually found that .jar file of world guard that works on the technic forum minutes after posting this topic. Also, You'll have to edit your server .jar file in order to fix the bug that allows people to place blocks on protected areas. It's not as hard as it might seem. I'd upload the jar file here if i could. If you recommend credible website to host it on, i'll shoot it up there and link it for ya.
     
Thread Status:
Not open for further replies.

Share This Page