WHYARENT USERS GET THE PERMS?

Discussion in 'Bukkit Help' started by sumusiko, Sep 1, 2012.

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

    sumusiko

    I set 2 players as mod yet they aren't getting mod commands why?
    And prefixes arent working why?

    my perms:

    http://pastebin.com/GKSA9ddW

    helpppp

    very helpful.

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

    IkithME

  3. Offline

    sumusiko

    -_- its not that problem. my problem is that my prefixes and groups arent working...
     
  4. Offline

    IkithME

    I understand that isn't your issue but I can't look at your perms without pastebin being up... See the issue here?

    You need to tell us what plugins you are using because some have different formatting requirements than others!

    Here are some general rules I follow (Remember permission plugins read top to bottom and when they find what they need they stop reading the file):

    You need to put inheritance at the bottom of each group. You also do not need "default: false" on every group. You also need not put [] around your prefixes as your chat plugin should be the one handling that part.

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

    Furanku-

    http://pastebin.com/KYsjyvP6

    Fixed, implying that you use bPermissions (which is the best). Any problems, let me know. Adjust priorities accordingly (higher priorities give precedence over lower priorities).

    Also, do you see anything wrong with this?
    Code:
    Mod:
        default: false
        inheritence:
        - VIP4
        permissions:
        - essentials.tp
        - essentials.tphere
        - essentials.mute
        - essentials.kick
        - essentials.ban
        prefix: '&2[Mod] '
        options:
          rank: '300'
      Admin:
        default: false
        inheritence:
        - Moderator
        permissions:
        - coreprotect.rollback
        - coreprotect.inspect
        - coreprotect.help
        - essentials.itemspawn.item.4
    It appears you have the admin's inheritance set to group: Moderator and not to Mod.
     
    Omnitv likes this.
Thread Status:
Not open for further replies.

Share This Page