:( cannot load plugins/Permissions.jar in plugins: null

Discussion in 'Bukkit Help' started by Carnage104, Jan 30, 2011.

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

    Carnage104

    Hey guys,
    Ive noticed a couple of others have had similar problems. it seems plugins won't load sometimes.
    Ive tried reloading permissions but no sucsess

    heres the understandable part of the error code again:
    cannot load plugins/Permissions.jar in plugins: null

    Any ideas?
     
  2. Is Permissions.jar your custom plugin?

    If so, make sure you have a plugin.yml file in your .jar in this format:

    Code:
    name: Plugin Name
    version: 1.0
    main: com.bukkit.blah.blah
    Also, if your package is "com.bukkit.pandemic.Plugin" make sure that main is set to "com.bukkit.pandemic.Plugin.Plugin".
     
  3. Offline

    Carnage104

    Sorry but i dont entireley understand....Permissions is the group plugin, I'm just using it as an example because others have similar problems with other plugins...
    Thanks anyway :)
     
  4. Offline

    Pezmantbh

    Which CraftBukkit build are you using?
     
  5. Offline

    Cmars

    could be that you're using and old craftbukkit to try loading a new api'ed plugin.
     
Thread Status:
Not open for further replies.

Share This Page