permissions????

Discussion in 'Bukkit Help' started by darr111, Aug 6, 2011.

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

    darr111

    i hav all the essantials plugins other than groupmanger
    instead of groupmanger i use permissions and i only started use permissions and get this error

    Code:
    2011-08-06 13:22:36 [INFO] Starting minecraft server version Beta 1.7.3
    2011-08-06 13:22:36 [INFO] Loading properties
    2011-08-06 13:22:36 [INFO] Starting Minecraft server on 192.168.1.2:25565
    2011-08-06 13:22:36 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-960-gb32f151-b1040jnks (MC: 1.7.3)
    2011-08-06 13:22:36 [SEVERE] Could not load 'plugins\Permissions.jar' in folder 'plugins':
    java.lang.NoSuchMethodException: com.nijikokun.bukkit.Permissions.Permissions.<init>()
        at java.lang.Class.getConstructor0(Unknown Source)
        at java.lang.Class.getConstructor(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:171)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:133)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:336)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-06 13:22:36 [SEVERE] Could not load 'plugins\EssentialsGroupBridge.jar' in folder 'plugins': GroupManager
    org.bukkit.plugin.UnknownDependencyException: GroupManager
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:133)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:336)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-06 13:22:36 [INFO] MLog clients using java 1.4+ standard logging.
    2011-08-06 13:22:36 [INFO] Preparing level "world"
    2011-08-06 13:22:36 [INFO] Preparing start region for level 0 (Seed: 1858816007365348645)
    2011-08-06 13:22:37 [INFO] Preparing spawn area: 85%
    2011-08-06 13:22:38 [INFO] Loaded Essentials build 2.5.6 by [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology]
    2011-08-06 13:22:38 [INFO] Loaded EssentialsChat build 2.5.6 by essentials team
    2011-08-06 13:22:38 [INFO] Loaded EssentialsGeoIP build 2.5.6 by essentials team
    2011-08-06 13:22:38 [INFO] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
    2011-08-06 13:22:38 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    2011-08-06 13:22:39 [INFO] Loaded EssentialsProtect build 2.5.6 by essentials team
    2011-08-06 13:22:39 [INFO] Loaded EssentialsSpawn build 2.5.6 by essentials team
    2011-08-06 13:22:39 [WARNING] config broken for xmpp
    2011-08-06 13:22:39 [INFO] Loaded EssentialsXMPP build 2.5.6 by essentials team
    2011-08-06 13:22:39 [INFO] [VanishNoPickup] Permissions not detected.
    2011-08-06 13:22:39 [INFO] [VanishNoPickup] Essentials detected and hooked.
    2011-08-06 13:22:39 [INFO] [VanishNoPickup] 1.9.12+essentials2 enabled.
    2011-08-06 13:22:39 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-06 13:22:39 [INFO] Done (0.262s)! For help, type "help" or "?"
    2011-08-06 13:22:41 [INFO] Stopping the server..
    2011-08-06 13:22:41 [INFO] Stopping server
    2011-08-06 13:22:41 [INFO] [VanishNoPickup] 1.9.12+essentials2 disabled.
    2011-08-06 13:22:41 [INFO] Saving chunks
    [CODE]
    
    does anyone know why i get this error??
    thz
    
    -darr111
    i dont know why the rest of the post is in the code part
    soz

    -darr111

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

    jtlcr777

    Code:
    Could not load 'plugins\EssentialsGroupBridge.jar' in folder 'plugins': GroupManager
    org.bukkit.plugin.UnknownDependencyException: GroupManager
    Delete EssentialsGroupBridge. Its conflicting with permissions.
     
  3. Offline

    darr111

    cool
    thz

    -darr111

    it didnt work i still get an error

    Code:
    2011-08-06 22:13:12 [INFO] Starting minecraft server version Beta 1.7.3
    2011-08-06 22:13:12 [INFO] Loading properties
    2011-08-06 22:13:12 [INFO] Starting Minecraft server on 192.168.1.2:25565
    2011-08-06 22:13:12 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-960-gb32f151-b1040jnks (MC: 1.7.3)
    2011-08-06 22:13:12 [SEVERE] Could not load 'plugins\Permissions.jar' in folder 'plugins':
    java.lang.NoSuchMethodException: com.nijikokun.bukkit.Permissions.Permissions.<init>()
        at java.lang.Class.getConstructor0(Unknown Source)
        at java.lang.Class.getConstructor(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:171)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:133)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:336)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-06 22:13:12 [INFO] MLog clients using java 1.4+ standard logging.
    2011-08-06 22:13:12 [INFO] Preparing level "world"
    2011-08-06 22:13:12 [INFO] Preparing start region for level 0 (Seed: 1858816007365348645)
    2011-08-06 22:13:13 [INFO] Loaded Essentials build 2.5.6 by [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology]
    2011-08-06 22:13:13 [INFO] Loaded EssentialsChat build 2.5.6 by essentials team
    2011-08-06 22:13:13 [INFO] Loaded EssentialsGeoIP build 2.5.6 by essentials team
    2011-08-06 22:13:13 [INFO] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
    2011-08-06 22:13:14 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    2011-08-06 22:13:14 [INFO] Loaded EssentialsProtect build 2.5.6 by essentials team
    2011-08-06 22:13:14 [INFO] Loaded EssentialsSpawn build 2.5.6 by essentials team
    2011-08-06 22:13:14 [WARNING] config broken for xmpp
    2011-08-06 22:13:14 [INFO] Loaded EssentialsXMPP build 2.5.6 by essentials team
    2011-08-06 22:13:14 [INFO] [VanishNoPickup] Permissions not detected.
    2011-08-06 22:13:14 [INFO] [VanishNoPickup] Essentials detected and hooked.
    2011-08-06 22:13:14 [INFO] [VanishNoPickup] 1.9.12+essentials2 enabled.
    2011-08-06 22:13:14 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-06 22:13:14 [INFO] Done (0.153s)! For help, type "help" or "?"
    2011-08-06 22:13:17 [INFO] Stopping the server..
    2011-08-06 22:13:17 [INFO] Stopping server
    2011-08-06 22:13:17 [INFO] [VanishNoPickup] 1.9.12+essentials2 disabled.
    2011-08-06 22:13:17 [INFO] Saving chunks
    
    it wasnt groupbridge
    what else could it be??

    -darr111

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
Thread Status:
Not open for further replies.

Share This Page