Just a few questions about register...

Discussion in 'Bukkit Help' started by turqmelon, Oct 27, 2011.

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

    turqmelon

    CB: 1337
    OS: Linux

    Alright, so for the past week or so I have been having some major issues with Register. Everytime I start my server I get this error repeatedly:

    Code:
    21:50:45 [SEVERE] Could not pass event PLUGIN_ENABLE to Register
    java.lang.IncompatibleClassChangeError: Expected static method com.nijikokun.reg
    ister.payment.Methods.hasMethod()Z
    at com.nijikokun.register.listeners.server.onPluginEnable(server.java:37
    )
    at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.j
    ava:585)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:339)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:964)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Register works fine on my test server, but I have quite a few plugins on my main server, so removing them one-by-one isn't really an option for me. Are there any known conflicting plugins that I'm unaware of? If I have to post my plugin list, I will, but I'd just appreciate some help as this is the only plugin that I got a "PLUGIN_ENABLE" error with.

    Thanks in advance.
     
  2. Offline

    nickrak

    That error means there's some classes that are out of date, try updating Register. Or, copy your register and iconomy jars from the test server to the live server; you know those work correctly.
     
  3. Offline

    turqmelon

    This seems to have worked so far, thank you!

    EDIT: Nevermind, Im still getting errors after updating both. :/
     
Thread Status:
Not open for further replies.

Share This Page