Add something to a prefix without taking the rank prefix away?

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Potato

Active Member
Feb 24, 2020
57
1
0
How can i add something to a player's PREFIX (not suffix) and not change their prefix just add a prefix to it? help

Code:
On join:
    set prefix of player to "&7[%{Level::%player's uuid%}%✪] %colored player's group% &7"
 
I mean you can set the prefix of the player to the current player's prefix with the wanted prefix added on to it, here is an example.
Code:
set prefix of player to "%player's prefix% [prefix yay]"
 
I mean you can set the prefix of the player to the current player's prefix with the wanted prefix added on to it, here is an example.
Code:
set prefix of player to "%player's prefix% [prefix yay]"
Does %player's group prefix% work/exist?
 
I'm pretty sure that if a player is in a group that has a prefix, it will show that prefix unless the player has a prefix of a higher priority.
 
I'm pretty sure that if a player is in a group that has a prefix, it will show that prefix unless the player has a prefix of a higher priority.
Yes "player's prefix" is the most relevent prefix of the player, so unless the player has a personal prefix the group's prefix will be the one that is shown,
 
Status
Not open for further replies.