Essential permissions aren't working

Discussion in 'Bukkit Help' started by Posibility, Nov 2, 2020.

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

    Posibility

    Hey so I just made a free server on Atermos and none of the permissions from essentials are working. Like everything else works BUT essential permissions. Also, the commands only work if you're opped and they have no problem then.

    I'm using PowerRanks for ranks and it's never had this problem before.

    Here's my rank config for PowerRanks:
    Code:
    Default: Guest
    Usertags: ''
    Groups:
      Guest:
        permissions: essentials.warp.spawn
                     essentials.build
                     essentials.warp
                     essentials.warp.list
                     modifyworld.*
                     essentials.warp.*
        inheritance: []
        build: true
        chat:
          prefix: ''
          suffix: ''
          chatColor: '&7'
          nameColor: '&7'
        level:
          promote: 'VIP'
          demote: ''
        economy:
          buyable: []
          cost: 0
        gui:
          icon: stick
      VIP:
        permissions: essentials.warp.herobase
                     essentials.nick
                     essentials.nickname
                     tdj.command
        inheritance: Guest
        build: true
        chat:
          prefix: '&8[&eVIP&8]'
          suffix: ''
          chatColor: '&f'
          nameColor: '&e'
        level:
          promote: ''
          demote: Guest
        economy:
          buyable: []
          cost: 0
        gui:
          icon: gold
      Moderator:
        permissions: []
        inheritance: VIP
        build: true
        chat:
          prefix: '&8[&d&lMOD&8]'
          suffix: ''
          chatColor: '&f'
          nameColor: '&d'
        level:
          promote: Admin
          demote: ''
        economy:
          buyable: []
          cost: 0
        gui:
          icon: stone
      Admin:
        permissions: admincmds.* powerranks.* essentials.* worldedit.* worldguard.* tdj.*
        inheritance: Moderator
        build: true
        chat:
          prefix: '&8[&cAdmin&8]'
          suffix: ''
          chatColor: '&f'
          nameColor: '&c'
        level:
          promote: Owner
          demote: Moderator
        economy:
          buyable: []
          cost: 0
        gui:
          icon: redstone
      Owner:
        permissions: []
        inheritance: Admin
        build: true
        chat:
          prefix: '&6&l&k!!&r &b&lOVERSEER &r&6&l&k!!&r'
          suffix: ''
          chatColor: '&e&o'
          nameColor: '&b'
        level:
          promote: ''
          demote: Admin
        economy:
          buyable: []
          cost: 0
        gui:
          icon: diamond
    version: '1.9'
     
    Last edited by a moderator: Nov 2, 2020
Thread Status:
Not open for further replies.

Share This Page