Question Normal Members can't use commands??? PermissionsEX

Discussion in 'Bukkit Help' started by ERTZU100, Aug 29, 2019.

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

    ERTZU100

    I have my own School Minecraft server. I made a PermissionsEX yml and gave different Ranks some commands. The normal Member and VIP... acrually everybody without OP can't use any... if someone sees a mistake it would be nice if i can fix it someway...


    HTML:
    groups:
      Member:
        build: true
        permissions:
        - aconomy.balance
        - aconomy.balance.other
        - aconomy.help
        - aconomy.pay
        - aconomy.top
        - chestlock.free
        - chestlock.list.chests
        - chestlock.list.doors
        - chestlock.list.owner
        - chestlock.lock
        - chestlock.usekey
        - chestlock.usekey
        - ChestShop.nofee
        - ChestShop.notax
        - ChestShop.shop.*
        - easywarp.list
        - easywarp.warp
        - phome.limit.1
        - modifyworld.build
        - permissions.build
        - modifyworld.*
        options:
          prefix: '&7[Member] &r'
          default: true
      VIP:
        build: true
        inheritance:
        - Member
        permissions:
        - phome.limit.2
        options:
          prefix: '&b[VIP] &r'
          default: false
      Admin:
        build: true
        inheritance:
        - VIP
        permissions:
        - aconomy.admin
        - chestlock.admin
        - ChestShop.Admin
        - ChestShop.mod
        - easywarp.delwarp
        - easywarp.setwarp
        - phome.limit.4
        options:
          prefix: '&1[Admin] &r'
          default: false
      Owner:
        build: true
        inheritance:
        - Admin
        permissions:
        - phome.limit.4
        options:
          prefix: '&c[Owner] &r'
          default: false
    
     
  2. Offline

    timtower Administrator Administrator Moderator

    @ERTZU100 Which commands are we talking about?
     
  3. Offline

    ERTZU100

    Any commands. Everyone without OP can't use any commands. It always says acces denied or an error
     
Thread Status:
Not open for further replies.

Share This Page