Groupmanager Permissions (not working properly)

Discussion in 'Bukkit Help' started by PureTryOut, Mar 17, 2011.

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

    PureTryOut

    Hey guys I have a little problem here.
    I installed Essentials Group Manager and I made some groups.
    Everyone is in a group but for example the group "Builders" can use the command "/kill", and I dont want that. I think I didn't give that permission to that group but they can still use it.
    But with the command "/item" is it the other way. They can't use it while I gave them the permission for it.
    Also, none of the chat colors is working. Only the Admins have a red color but the Builders don't have a color.




    Group Config:
    [​IMG]

    User Config:
    [​IMG]



    Maybe there is something wrong with this config file? Please help me!

    Isn't there someone who can help me with this?

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

    PureTryOut

    Please guys anybode? I really need help here!
     
  3. you have 3 seperate problems my friend, i can only fix 2 as i'm trying to fix 1 of them myself...

    For the colours for ranks, go to this under Essentials (global) in the essentials config file.
    Code:
    # Disable this if you have any other plugin, that modifies the displayname of a user.
    change-displayname: false
    set the change-displayname: false like mine
    then get a plugin such as ColorMe and use that to color each player individually

    The next thing with people having commands that u haven't given them is:
    take out all the commands from this list, also in your essentials (global), that you don't want people having without the permissions.

    Code:
    # These are the permissions without the "essentials." part.
    player-commands:
      - balance
      - clearinventory
      - compass
      - depth
      - help
      - helpop
      - info
      - list
      - mail
      - mail.send
      - me
      - motd
      - msg
      - pay
      - ping
      - r
      - rules
      - seen
      - sell
      - spawn
      - suicide
      - tpa
      - tpaccept
      - tpdeny
      - warp.list
      - world
      - worth
    
    That is my finished one. I took out /kill, /sethome, /home, /tpahere, /back, etc.
    Hoped this helped friend, and good luck with your other issue!
     
Thread Status:
Not open for further replies.

Share This Page