PermissionsPlus error?

Discussion in 'Bukkit Help' started by CarbonT, Jun 22, 2011.

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

    MetalMadness

    I started getting this error for no reason. Everything went well, but randomly i started to get this error

    [SEVERE] Could not load 'plugins\PermissionsPlus.jar' in folder 'plugins':
    java.lang.NoClassDefFoundError: com/nijiko/permissions/Entry$EntryVisitor
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:167)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:194)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:117)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.Entry$EntryVisitor
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 11 more
     
  2. Offline

    GmK

    Add

    Code:
    depend: [Permissions]
    to the plugin.yml inside the .jar
     
  3. Offline

    MetalMadness

    Code:
    name: PermissionsPlus
    main: net.codej.permissionsplus.PermissionsPlus
    version: 3.0
    description: Adds commands to Permissions Addon
    authors:
        - DigitalTyrant
    commands:
        group:
            Description: Modifies group settings.
            usage: /<command> -<Action> g:[Group] i:[InfoVariable] w:[World] s:[Setting]
        user:
            Description: Modifies user settings.
            usage: /<command> -<Action> u:[User] i:[InfoVariable] w:[World] s:[Setting]
        promote:
            Description: Promotes the specified user
            usage: /<command> <MemberName> [World]
        demote:
            Description: Demotes the specified user
            usage: /<command> <MemberName> [World]
    
    Where?

    ^

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

    Starhero

    Mine is having the same issue randomly and the dependency is set correctly.
     
Thread Status:
Not open for further replies.

Share This Page