Solved Bukkit plugin load problems

Discussion in 'Bukkit Help' started by AAChaoshand, Mar 19, 2012.

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

    AAChaoshand

    Well, first off, I would like to thank everyone who made bukkit a success. The program is great and I love the ability to mod my server at will with little to no effort. Now on with my problem. I use a few plugins on my server. I use Dynmap, WinterWeather, SimpleChestLock, and I am also trying to use WorldGuard and AntiGrief that go with Dynmap. The problem is the last two plugins depend on Dynmap to load first. I have tried various ideas from my friends and nothing seems to get them to load in the correct order. Below is the error code if it helps:

    23:54:16 [SEVERE] Could not load 'plugins\Dynmap-WorldGuard.jar' in folder 'plug
    ins'
    org.bukkit.plugin.UnknownDependencyException: WorldGuard
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:176)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:537)
    at org.bukkit.Bukkit.reload(Bukkit.java:182)
    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:
    22)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    6)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:4
    69)
    at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.
    java:465)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:599)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:568)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    23:54:16 [SEVERE] Could not load 'plugins\Dynmap-GriefPrevention.jar' in folder
    'plugins'
    org.bukkit.plugin.UnknownDependencyException: GriefPrevention
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:176)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:537)
    at org.bukkit.Bukkit.reload(Bukkit.java:182)
    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:
    22)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    6)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:4
    69)
    at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.
    java:465)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:599)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:568)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)

    Now as I said, I understand that Dynmap needs to load before these and I think this is why this error is comming up. Is there a way to correct this problem? I can't seem to get a straight answer from my friends. Thanks in advance for everything you guys can provide!

    Windows 7
    Latest release build
     
  2. Offline

    c0mp

    What's the output received by running the /plugins command at the console? Methinks you may be missing a dependency or two...
     
  3. Offline

    AAChaoshand

    20:24:49 [INFO] Plugins: RealWinter, SimpleChestLock, KillBox, dynmap
     
  4. Offline

    c0mp

    You need to install the WorldGuard (and by dependency, WorldEdit) and Grief Prevention in order for dynmap-WorldGuard and dynmap-GriefPrevention to work.
     
  5. Offline

    AAChaoshand

    hmm how did i miss the fact that i needed worldedit...

    I'm still getting the error even after worldedit

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
  6. Offline

    c0mp

    If you want to post your FULL startup log to pastebin.com with WorldEdit, WorldGuard, dynmap-WorldGuard, Grief Prevention, and dynmap-GriefPrevention all installed, I'll take a look and see what's going on.
     
  7. Offline

    AAChaoshand

    Hmm, do I need WorldGuard and dynmap-WorldGuard as well GriefPrvention/dynmap-GriefPrevention? I didn't realize there were two different ones.
     
  8. Offline

    c0mp

    Yes, you need all of them. WorldGuard is the ACTUAL plugin, dynmap-WorldGuard just connects dynmap with WorldGuard to add a bit of WorldGuard functionality to dynmap. Same with Grief Prevention.
     
  9. Offline

    AAChaoshand

    Nice, will fix this asap! Thanks!

    Works like a charm now! Thanks for the help. Something that I didn't know that is for sure.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
  10. Offline

    c0mp

    Awesome, glad to hear you got it working. :)
     
Thread Status:
Not open for further replies.

Share This Page