Group Manager Help (WHY ME!!???!)

Discussion in 'Bukkit Help' started by Stealth_Nachos, Jun 14, 2011.

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

    Stealth_Nachos

    General Information:
    I am on a 2011 iMac running Mac OS X Snow Leopard 10.6.7.
    I have java version 1.6.0_24.
    I am not running any wrappers, and have Craftbukkit version git-Bukkit-0.0.0-823-gb9d0b04-b860jnks (sorry if that's wrong..)


    I am running Essentials, WorldEdit, and GroupManager (with FakePermissions) on my relatively new Mac-hosted Bukkit server. I am almost positive that my syntax for groups and users is correct, but I can't get the server to recognize GroupManager at all. I'll paste in my groups and users (totally unfinished at the moment, but ready to configure).

    Groups:

    Code:
    groups:
        Default:
            default: true
            info:
                build: true
                prefix: '&c
                suffix: 'Guppy'
            inheritance: []
            permissions:
            - essentials.help
            - essentials.helpop
            - essentials.list
            - essentials.motd
            - essentials.rules
            - essentials.spawn
            - essentials.kit.redwool
        SemiAdmin:
            default: false
            info:
                build: true
                prefix: ''
                suffix: ''
            inheritance: []
            permissions:
            - -groupmanager.mantogglesave
            - essentials
            - essentials.clearinventory
            - essentials.cooldown.bypass
            - essentials.deljail
            - essentials.give
            - essentials.god
            - essentials.heal
            - essentials.heal.others
            - essentials.invsee
            - essentials.item
            - essentials.jails
            - essentials.kickall
            - essentials.kit.*
            - essentials.mute
            - essentials.sell
            - essentials.setjail
            - essentials.signs.protection.override
            - essentials.spawnmob
            - essentials.teleport.cooldown.bypass
            - essentials.teleport.timer.bypass
            - essentials.togglejail
            - groupmanager.*
            - essentials.burn
        Builder:
            default: false
            info:
                build: true
                prefix: ''
                suffix: ''
            permissions:
            -
        Moderator:
            default: false
            info:
                build: true
                prefix: ''
                suffix: ''
            permissions:
            -
    Users:
    Code:
    users:
        stealth_nachos:
            group: Default
            info:
                prefix: ''
                suffix: ''
            permissions: []
    
    (sad, I know.)

    Anyway, with all my work on this, I am rewarded with the following error message whenever I start or reload the console!

    Code:
    21:52:18 [INFO] GroupManager version 1.0(alpha-5) is disabled!
    21:52:18 [INFO] Fake Permissions version 2.5.1 is disabled!
    21:52:18 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    21:52:18 [INFO] Loaded Essentials build 2.3.2 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    21:52:18 [SEVERE] Error occurred while enabling GroupManager v1.0(alpha-5) (Is it up to date?): The following file couldn't pass on Parser.
    plugins/GroupManager/config.yml
    java.lang.IllegalArgumentException: The following file couldn't pass on Parser.
    plugins/GroupManager/config.yml
        at org.anjocaido.groupmanager.GMConfiguration.load(GMConfiguration.java:60)
        at org.anjocaido.groupmanager.GMConfiguration.<init>(GMConfiguration.java:30)
        at org.anjocaido.groupmanager.GroupManager.prepareConfig(GroupManager.java:100)
        at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:72)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:799)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:140)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:345)
        at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:247)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:279)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:428)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:413)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
        at org.anjocaido.groupmanager.GMConfiguration.load(GMConfiguration.java:57)
        ... 16 more
    21:52:18 [INFO] Loaded EssentialsSpawn build 2.3.2 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    21:52:18 [INFO] Fake Permissions version 2.5.1 is enabled!
    21:52:18 [INFO] WorldEdit 4.6 enabled.
    21:52:18 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    21:52:18 [INFO] Reload complete.
    
    I've looked for help EVERYWHERE, and I would GREATLY appreciate it if we could sort this out... It's driving me insane only having Op and non-Op with everyone being able to ban each other.
     
  2. Offline

    shadrxninga

  3. Offline

    aflyingturtle

    It appears the config.yml file isn't loading correctly! Try updating groupmanager and if that doesn't fix it then try deleting the config.yml file, as it may have been corrupted!
     
  4. Offline

    sillyrosster

    Try using Permissions 2.7, it's better than GroupManager and in my opinion better than the newer versions of Permissions (3.0).
     
  5. Offline

    jasonsj10

    I suggest Permissions 3x They have commands Like

    /pr (player) parents add (Rank)
    /pr (playe) parents remove (Rank)
     
  6. Offline

    sillyrosster

    *Cough*
    PermissionsPlus
    *Cough*
     
  7. Offline

    jasonsj10

    Wait, PermissionPlus does those Commands or what? I know i have permssions plus but i didnt know what to do with them
     
  8. Offline

    sillyrosster

    ...
     
  9. Offline

    jasonsj10

    What is the .... for? ANSWER ME XD
     
  10. Offline

    sillyrosster

    Why would you get a plugin and not know what it does??
     
  11. Offline

    jasonsj10

    I got it when Permissions 2.7 came out and then i didnt understand it and i forgot about it.. Also Is that the commands From Permssions or Permssionsplus?
     
  12. Offline

    sillyrosster

    The new permissions comes with it, but I don't like the set up. PermissionsPlus is much better and 2.7 is awesome.
     
  13. Offline

    jasonsj10

    Lol We need to stop spaming this Fourm XD lets go to Private chat and talk about this XD
     
  14. Offline

    sillyrosster

    I do this to threads. They don't get mad =]
     
  15. Offline

    jasonsj10

    Oh lols. Well it might help them..... I wish i had more people coming on my server at this time XDD
     
  16. Offline

    Stealth_Nachos

    Well as far as I know, v1.0(Alpha-5) is the newest version of groupmanager. Do you have a link to the latest build (if that isn't it)?
     
  17. Offline

    aflyingturtle

    OHH I SEE THATS A WAY OUTDATED BUILD. Yeah the new build is part of essentials but it runs as a standalone. Download essentialsgroupmanager and essentialsgroupbridge Here- just download the .zip and put the two files in your plugins folder!
     
  18. Offline

    ThePoopfish

Thread Status:
Not open for further replies.

Share This Page