Solved Creative Gates Problems -_-

Discussion in 'Bukkit Help' started by Iroh, Aug 5, 2013.

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

    Iroh

    Hey all,
    I have been having a problem with creative gates / mccore. What happens is, mccore creates its folder fine (only the data file) and it also says
    "[MCCore] Disabling MCCore v1.8" in my console on startup. Creative gates has the error:
    Code:
    2013-08-05 13:08:37 [SEVERE] Could not load 'plugins/CreativeGates.jar' in folder 'plugins'
    org.bukkit.plugin.UnknownDependencyException: mcore
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
        at org.bukkit.craftbukkit.v1_6_R2.CraftServer.loadPlugins(CraftServer.java:239)
        at org.bukkit.craftbukkit.v1_6_R2.CraftServer.<init>(CraftServer.java:217)
        at net.minecraft.server.v1_6_R2.PlayerList.<init>(PlayerList.java:56)
        at net.minecraft.server.v1_6_R2.DedicatedPlayerList.<init>(SourceFile:11)
        at net.minecraft.server.v1_6_R2.DedicatedServer.init(DedicatedServer.java:106)
        at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:391)
        at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582)
    Here is my full startup log - http://pastebin.com/6CJpHezY
    Thanks in advanced.
    -Iroh

    necrodoom <-- because he seems to know everything xD
     
  2. Offline

    Jade

    If it depends on MCore, shouldn't it be MCore enabling, not MCCore?
     
  3. Offline

    Iroh

    I don't understand the question sorry xD could you rephrase? McCore seems to work (at some level generates a config) but it says it is disable in the console.
     
  4. Offline

    Jade

    Code:
    2013-08-05 13:08:38 [INFO] [MCCore] Loading MCCore v1.8
    So McCore (Note the two Cs) is loading, however MCore (Note the one C, which is what the error says it can't find the dependancy for.

    Code:
    org.bukkit.plugin.UnknownDependencyException: mcore
    Therefore, you can see that McCore is loading, but MCore (which it relies on), is not. No idea what McCore is though, to be honest.
     
    Iroh likes this.
  5. Offline

    Iroh

    Thanks Jade! I was running MCcore instead of MCore. Not sure how that happened -_- derp. Works now.
     
    Jade likes this.
Thread Status:
Not open for further replies.

Share This Page