Help With Pex?

Discussion in 'Bukkit Help' started by smcraft, May 31, 2012.

?

bPerms or Pex?

  1. PermsEx

    100.0%
  2. bPerms

    0 vote(s)
    0.0%
Thread Status:
Not open for further replies.
  1. Offline

    smcraft

    Need help developing a plugin? Got a bug you can't squash? Ask in here! Posted Here.


    Hello, i have a bug with permissions Ex and i can't seem to figure it out, whenever i change a persons rank and reload or restart or even just wait, it doesn't change the prefix. My Yml, groups:
    Guest:
    default: true
    prefix: '&7[Guest] &f'
    permissions:
    - modifyworld.chat
    options:
    rank: '700'
    rank-ladder: 'player'
    Member:
    prefix: '&a[Member] &f'
    permissions:
    - modifyworld.*
    - essentials.msg
    inhertiance:
    - Guest
    options:
    rank: '600'
    rank-ladder: 'player'
    Veteran:
    prefix: '&6[Veteran] &f'
    permissions:
    - essentials.afk
    inhertiance:
    - Member
    options:
    rank: '500'
    rank-ladder: 'player'
    Donator:
    prefix: '&5[&6D&7o&1n&8a&9t&0e&er&f] &f'
    permissions:
    - essentials.nick
    inhertiance:
    - Veteran
    options:
    rank: '400'
    rank-ladder: 'player'
    Moderator:
    prefix: '&5[Moderator] &f'
    permissions:
    - pex.user.promote
    - essentials.kick
    inhertiance:
    - Donator
    options:
    rank: '300'
    rank-ladder: 'staff'
    Administrator:
    prefix: '&4[Administrator] &f'
    permissions:
    - -essentials.nuke
    - -essentials.sudo
    - -bukkit.command.stop
    - '*'
    options:
    rank: '200'
    rank-ladder: 'staff'
    Owner:
    prefix: '&b[Owner] &f'
    permissions:
    - '*'
    options:
    rank: '100'
    rank-ladder: 'staff'
    Users:
    smcraft:
    group:
    - Owner

    Not Flat Along The Side Like That Though.

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

    tyzoid

    TnT could you kindly move this thread into the bukkit help section? Thanks.
     
  3. Offline

    TnT

    Moved to correct forum.
     
  4. Offline

    CrypticPixel

Thread Status:
Not open for further replies.

Share This Page