Problem/Bug PermissionsEx not working

Discussion in 'Plugin Help/Development/Requests' started by Sam1370, Aug 3, 2016.

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

    Sam1370

    So I installed permissionsex. I added all the permissions and stuff. But when I give someone a rank/group (it works), they try to do a command that is in that group, they can't!!! Please help.

    EDIT: Because of numerous people asking me things that I've already done, these are the things I have already done:
    • Restarted the server
    • Reapplying ranks
    • Testing it out myself
    • Given you guys the permissions.yml

    Here is my permissions.yml:
    Code:
    groups:
      default:
        default: true
        permissions:
        - essentials.build
        - modifyworld.*
        - help
        - essentials.rules
        - essentials.signs.use.*
        - essentials.ping
        - essentials.afk
        - essentials.who
        - essentials.tpaccept
        - essentials.back
        - openinv.anychest
        - essentials.pay
        - essentials.balance
        - essentials.money
        - essentials.msg
        - essentials.signs.warp.use
        - essentials.spawn
        - essentials.back
        - essentials.backondeath
        - essentials.back.ondeath
        - essentials.help
        - lockette.user.create.*
        - essentials.tpdeny
        - essentials.delhome
        - essentials.home
        - essentials.sethome
        - lockette.towny.wilds
        prefix: ' &8[&aMember&8]&f '
        rank: '800'
    Trusted:
      permissions:
      - essentials.fly.*
      - essentials.fly
      - essentials.helpop.receive
      - essentials.ban
      - essentials.kicks
      - essentials.feed
      - essentials.repair
      - essentials.heal
      - modifyworld.*
      inheritance:
      - default
      options:
        rank: '500'
      prefix: '&8[&dTrusted&8] '
      Moderator:
        permissions:
        - essentials.nick.color
        - essentials.nick
        - essentials.feed.other
        - essentials.heal.other
        - essentials.gamemode.creative
        - essentials.fly
        - essentials.fly*
        - essentials.hat
        - fly.*
        - fly*
        - essentials.helpop.receive
        - lwc.mod
        - essentials.ban
        - essentials.kick
        - lwc.admin
        - modifyworld.*
        - essentials.unjail
        - essentials.jail
        - essentials.tempban
        - essentials.clearinv
        inheritance:
        - Trusted
        options:
          rank: '500'
        prefix: '&8[&dModerator&8] '
    schema-version: 1
    users:
      ae37c994-7b2c-4927-923c-33fc87301321:
        group:
        - Trusted
        options:
          name: Adopo_Dude_636
      05a17d84-ec7a-476c-9d7b-8f778c512248:
        group:
        - Trusted
        options:
          name: ONbaby647
    
     
    Last edited: Aug 3, 2016
  2. Offline

    nightwolf1100

    That Might be the server having problems, try stopping the server then start it back up
     
  3. Offline

    Sam1370

    Already done that numerous times.
     
  4. @Sam1370
    Your configuration file had improper indentation and organization. I have fixed these issues, the fixed file is on the right side of this page.
     
  5. Offline

    Sam1370

    Thanks a LOT! I'll see if this works.

    EDIT: Thanks! It worked.
     
    Last edited: Aug 4, 2016
Thread Status:
Not open for further replies.

Share This Page