Problem/Bug I'm having problems with the permissions.yml in PermissionsEX

Discussion in 'Bukkit Help' started by Thano1d, Dec 24, 2019.

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

    Thano1d

    This is what the file looks like. I don't know whats wrong with it, when other people join the server and try to use the commands it says "You do not have access to that command." I followed the format for the file and it still will not work. Can someone tell me what I did wrong or what is causing the problem?
    HTML:
    groups:
      Guest:
        build: false
        permissions:
        - essentials.help
        - essentials.rules
        - essentials.motd
        - modifyworld.chat
        options:
          prefix: '[Guest] '
          default: false
      Member:
        build: true
        permissions:
        - essentials.help
        - essentials.rules
        - essentials.motd
        - essentials.afk
        - essentials.back
        - essentials.back.ondeath
        - essentials.depth
        - essentials.delhome
        - essentials.help
        - essentials.home
        - essentials.kit
        - essentials.kit.tools
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.motd
        - essentials.msg
        - essentials.ping
        - essentials.r
        - essentials.rules
        - essentials.seen
        - essentials.sethome
        - essentials.signs.use.disposal
        - essentials.spawn
        - essentials.suicide
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.warp
        - essentials.signs.use.buy
        - essentials.signs.use.sell
        options:
          prefix: '&2[&aMember&2]&7 '
          default: true
      VIP:
        inheritance:
        - Member
        build: true
        permissions:
        - essentials.help
        - essentials.rules
        - essentials.motd
        options:
          prefix: '&6[&eVIP&6]&7 '
          default: false
      Mod:
        inheritance:
        - VIP
        - Member
        build: true
        permissions:
        - essentials.sethome.multiple.staff
        - essentials.helpop
        - essentials.home.others
        - essentials.nick
        - essentials.warp
        - essentials.warp.list
        options:
          prefix: '&1[&9Mod&1]&f '
          default: false
      Admin:
        inheritance:
        - Mod
        - VIP
        - Member
        build: true
        permissions:
        - essentials.gamemode
        - essentials.give
        - essentials.god
        options:
          prefix: '&9[&bAdmin&9]&f '
          default: false
      Owner:
        build: true
        permissions:
        - '*'
        options:
          prefix: '&6[&4Owner&6]&f '
          default: false
    users:
      YellowPole:
        group:
        - Admin
      Wolfy_Am:
        group:
        - Member
      Sammy_Storng_Man:
        group:
        - Member
      SolsticeofSnow:
        group:
        - Member
      AdventrousWeasle:
        group:
        - Member
      3b5ef6bc-487e-4f38-97da-fb6c48330076:
        group:
        - Owner
        options:
          name: Thano1d
    schema-version: 1
    
     
  2. Offline

    timtower Administrator Administrator Moderator

Thread Status:
Not open for further replies.

Share This Page