Solved Prefix Above a player

  • 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 comminuty!

    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.

BestGamerNL

Member
Apr 25, 2017
38
1
0
25
Heey im working on a big network with a friend .
but now we want to add something new.
PREFIX ABOVE A PLAYER.

Example:

Owner iStekker <--- This is an example
Owner iStopcontact <--- This is an example
Moderator KillerGhost123 <--- This is an example

Does some one know how to make a skirpt like that.
 
Heey im working on a big network with a friend .
but now we want to add something new.
PREFIX ABOVE A PLAYER.

Example:

Owner iStekker <--- This is an example
Owner iStopcontact <--- This is an example
Moderator KillerGhost123 <--- This is an example

Does some one know how to make a skirpt like that.
You could use the addon wildskript to do this this is the syntax:
code_language.skript:
(set|edit) %player%'s tag to %text%
(set|edit) tag of %player% to %text%
So for example:
code_language.skript:
On join:
    Wait 2 seconds
    set player's tag to "&cOwner %player%"
#This probably won't work correcly because a tag can only hold 16 chars
 
Status
Not open for further replies.