Question How to create a multiple ranks on PEX

Discussion in 'Bukkit Help' started by BlueCrafter12, Apr 16, 2015.

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

    BlueCrafter12

    How to create a multiple ranks on PEX?
    Like [rank1] [rank2] <USERNAME> : hi how to do that?
     
  2. Offline

    oceantheskatr

    You need to add groups to them as sub groups. Users can have one main group and then inherit subgroups. An example of this could be being an Admin, and inheriting a donation rank. After that you'll need to set a custom prefix/suffix for them. This is how you do it:

    Add user's necessary groups: /pex user <user> group add <group>
    Set user's prefix/suffix: /pex user <user> prefix [newprefix] or /pex user <user> suffix [newsuffix]
    Keep in mind that if the prefix or suffix has spaces in it then you'll want to enclose it in quotation marks.
    (E.g. /pex user oceantheskatr prefix '[Admin] [VIP]')

    Good luck! :)
     
Thread Status:
Not open for further replies.

Share This Page