Plugin Help suffix

Discussion in 'Plugin Help/Development/Requests' started by adahptation, Jul 8, 2017.

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

    adahptation

    how do i put my suffix in front of my user name?
     
  2. Offline

    FrostDevStudios

    @adahptation

    Suffixes are place behind of a name, But considering a previous forum you posted about Pex Prefixes. I am assuming you are looking to add a suffix behind of your username
    https://bukkit.org/threads/prefix-changing-color-name.457445/#post-3530657

    You can add suffixes in your permissions.yml, simply by adding 'suffix' to your permissions config file.

    For Example:

    Donor:
    permissions:
    - essentials.warp
    - essentials.workbench
    - playervaults.commands.use
    options:
    rank: '5'
    prefix: '&5[Donor]'
    suffix: '[SUFFIX]'
     
    Etwelve likes this.
  3. Offline

    adahptation

    yeah i have suffixs but i want them to be in front of my username
     
  4. Offline

    FrostDevStudios

    If you are looking to have multiple prefixes infront of your name, Just tyoe them using the 'prefixes' setting

    For Example:

    Donor:
    permissions:
    - essentials.warp
    - essentials.workbench
    - playervaults.commands.use
    options:
    rank: '5'
    prefix: '&5[Donor] [EXTRA PREFIX]'

    OR

    Donor:
    permissions:
    - essentials.warp
    - essentials.workbench
    - playervaults.commands.use
    options:
    rank: '5'
    prefix: '[EXTRA PREFIX] &5[Donor]'
     
  5. Offline

    adahptation

    okay but i have a donor rank and ingame ranks and there seperate so how would i make it so i can have 2 prefixs from different groups?
     
  6. Offline

    FrostDevStudios

    @adahptation
    Oh, As far as i know, PEX does not have a feature that allows you to inherit another groups prefix. PEX only allows you to inherit permissions from other groups using "inheritance:" setting
     
  7. Offline

    adahptation

    so is there a way to have 2 prefix from different groups? there must be some sort of way as other servers have 2 prefix one a rank and one a donor rank
     
  8. Offline

    FrostDevStudios

    @adahptation There might be a plugin out there that might do this and/or those servers requested for a custom plugin that allowed them to achieve this.
     
Thread Status:
Not open for further replies.

Share This Page