Solved Load my plugin after a pluginA has loaded and not before

Discussion in 'Plugin Development' started by james137137, Jan 29, 2013.

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

    james137137

    I have a small problem.

    With my plugin (http://dev.bukkit.org/server-mods/factionchat/) it requires factions plugin to be loaded. how do i make my plugin to load after factions has been loaded?

    Thanks

    James137137

    I can ofcourse use pluginmanager to enable it after Faction is enable but that isn't going to be a solution when released to public
     
  2. Offline

    toothplck1

    In the plugin.yml put a line such as this: "harddepend: Factions"
     
  3. Offline

    Jack1312

    Isn't it "softdepend: [Factions]"?

    I may be wrong, just curious...
     
  4. Offline

    toothplck1

    softdepend denotes that it will load after if present, but doesn't require it, harddepend will prevent your plugin from loading unless that other plugin is installed on the server.
     
  5. Offline

    james137137

    Thanks toothplck1. topic is and marked sovled btw it does need the []
     
Thread Status:
Not open for further replies.

Share This Page