Titles Help

  • 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.
Hey :emoji_mrs_claus:

I need to know how to change this title, I have the command but I want to make it so if you did

/punish MinerBlox

it would make the title be "Your punishing MinerBlox"

Here's what I have so far.

Code:
command /punish [<offline player>]
    trigger:
        open chest with 6 rows named "&c&lYour punishing #I need help here to make the title say what ever you put as [<offline player>]"

Thanks :emoji_slight_smile:

- TheCringleYT

(If my Dev is reading this, the reason why It's not a request is because it's a tiny thing :emoji_face_palm:)
 
I dont mean to sound crass but do you not understand basic Skript?
code_language.skript:
"&c&lYou're punishing %arg-1%"
 
Status
Not open for further replies.