Solved Make a chat format clickable with the line?

  • 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.

Avery_s

New Member
May 4, 2019
7
0
0
Hi, I'm trying to make a chat format clickable with the line, like the below picture (That's my ID). And I know how to send a clickable message with the line but I have a problem with applying on the chat format. Does anyone know about this T-T Please help me.

upload_2019-6-2_2-38-58.png
 
You can use something like this:
Code:
message "<command:/clicked>Click me!"
 
Thank you. But actually, I have trouble with applying it on chat format. Do you know about that?
It's not possible to use this for the chat format expression, since chat will also be send to console. I recommand that you set chat recipients to console, then send the message in the right format with the click stuff to all players.
 
It's not possible to use this for the chat format expression, since chat will also be send to console. I recommand that you set chat recipients to console, then send the message in the right format with the click stuff to all players.
Thank you so much, and sorry for a lot questions, can I ask you one more? How can just multiple lines on text?
 
Thank you so much, and sorry for a lot questions, can I ask you one more? How can just multiple lines on text?
I assume you mean in the tooltip stuff. Try to use %nl% (from SkQuery) or another expression that has new line character(s)
 
Status
Not open for further replies.