Plugin Help Pex Prefix Help! (REDUX!)

Discussion in 'Plugin Help/Development/Requests' started by TheFallenOffender, Jan 15, 2019.

Thread Status:
Not open for further replies.
  1. Its been several months since my original post on this manner, but since then I've moved, got new internet and since broke the original server. Now I'm resetting up the server and running into a similar idea. I'm seeing myself with the [Owner] prefix whilst everyone else shows up as [Default], ranked on any standing. I'm not seeing my error maybe someone else can tell me whats wrong.





    Permissions File:
    Code:
    groups:
      Member:
        build: true
        permissions:
        - stickylocks.lock
        - ultimatetimber.chop
        - 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
        options:
          prefix: Member
          default: true
      VIP:
        inheritance:
        - Guest
        - Member
        build: true
        permissions:
        - essentials.help
        - essentials.rules
        - essentials.motd
        options:
          prefix: '&6[&eVIP&6]&7 '
          default: false
      Mod:
        inheritance:
        - VIP
        - Member
        - Guest
        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
        - Guest
        build: true
        permissions:
        - essentials.gamemode
        - essentials.give
        - essentials.god
        options:
          prefix: '&9[&bAdmin&9]&f '
          default: false
      Owner:
        build: true
        permissions:
        - '*'
        options:
          prefix: Owner
          default: false
        worlds:
          hello:
            options:
              prefix: Owner
    schema-version: 1
     

    Attached Files:

    Last edited by a moderator: Jan 15, 2019
  2. Offline

    C6nvict

    If you want the Member prefix to show up, you need to add the little quotation marks.

    I.E = options:
    prefix: 'Member '

    Make sure to keep the space after the word, to prevent it from being mushed("MemberC6nvict") And add color codes if you'd like.

    If other ranks are showing up with the prefix [Default] make sure you're putting in the right PEX command
    /pex user (playername) group set (group)
     
Thread Status:
Not open for further replies.

Share This Page