Plugin Help Prefix changing color name

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

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

    adahptation

    Hey so i have this coded for the ranks
    Donor:
    permissions:
    - essentials.warp
    - essentials.workbench
    - playervaults.commands.use
    options:
    rank: '5'
    prefix: '&5[Donor]'

    and ingame it comes up like this https://gyazo.com/0dd5f388f1518617883848ace28095d4

    see my name has been colored as when i am not a donor rank it comes up like this https://gyazo.com/689f7d90614b7ec96b4ddebb3d601c7f

    how do i stop the prefix chaning the color of my name


    FIXED: i put &f at the end of the prefix making the name white
     
    Last edited: Jul 8, 2017
  2. Online

    timtower Administrator Administrator Moderator

    @adahptation Set the color after the prefix in the chat config.
    Don't know what plugins you have so can't give good directions.
     
  3. Offline

    adahptation

  4. Offline

    FrostDevStudios

    @adahptation
    If you want Your Donor Prefix to be Purple and your name to be white, Just add &r to the end of the prefix,

    So it Should look like this:

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

    You can also add &f To strictly make it white
     
    Etwelve likes this.
Thread Status:
Not open for further replies.

Share This Page