Solved Custom variable prefix

  • 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.
May 12, 2021
27
1
3
24
I have made custom xp variables per player. I need to make a custom prefix for the player that includes the level variable I have made using skript.
 
if you're asking what I think you're asking, you can make a custom chat format to include the level inside the chat message.
Ex:
Code:
on chat:
    set chat format to "&a[&7%{level::%player%}%&7] %player% &f%message%"
 
  • Like
Reactions: clqrifiedwithaQ
Status
Not open for further replies.