Trouble with Group Manager plugin.

Discussion in 'Bukkit Help' started by Snowhacker7, Aug 8, 2013.

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

    Snowhacker7

    I was trying to add group manager to my minecraft server but when I tried adding it, no commands would work and if I do manuadd in the console, it would give this error:

    All commands are locked due to an error. Check the log and then try a /manload.

    In notepad++ this is what Server\plugins\GroupManager\worlds\world\groups looks like:

    [​IMG]

    What is causing this error????
     
  2. Offline

    DZComposer

    What does the log say?
     
  3. Offline

    Snowhacker7

    Oh and here are all my current plugins:

    Essentials
    Kits
    Lockette
    MyHome
    SurvivalGames
    Worldedit
     
  4. Offline

    AlexHH251997

    Hi Snowhacker,

    Can I recommend moving over to PermissionsEX. Even though on their BukkitDev page it says it is out for 1.5.2 it still works with 1.6.1 and it gives a better control and multi-world permissions. Its easier to set up and it is easier to promote and control groups/users.

    Regards, Alex
     
  5. Offline

    Snowhacker7

    I don't know how to open server.log

    I will try permissionsEX, thanks for the suggestion.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 3, 2016
  6. Offline

    NanoSkill

  7. Just A Note You May Not Have Used Spaces And Used Tabs YML Dosent Work With Tabs
     
  8. Offline

    Necrodoom

    permissionsex is dead and buggy, http://bit.ly/QBTtcQ you dont want to use it.

    you should stick with groupmanager as its frequently updated.
    please paste your groups.yml using www.pastebin.com
     
  9. Offline

    Bobcat00

    You're missing a
    []
    under inheritance for the Member group.

    This is why you should do modifications via in-game commands. This error would have been avoided.

    And it's much easier to just fix this error instead of switching to an entirely different, and buggy, permissions plugin.
     
  10. Offline

    MrDoomgohst

    Snowhacker7 Do You Mind Pasting Your Groups Not Taking A Picture.
     
  11. Offline

    Snowhacker7

  12. Offline

    Bobcat00

    You still didn't fix the problem I told you about 1 week ago:

    Code:
        inheritance:
    
    Needs to be:

    Code:
        inheritance: []
    
     
  13. Offline

    Snowhacker7

  14. Offline

    Necrodoom

Thread Status:
Not open for further replies.

Share This Page