How can I have clickable links in messages?

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

Darth_Maus

Member
Mar 28, 2022
3
0
1
Had some trouble with links, first I tried it with tellraws, that didn't work, and every other solution here also didn't worked...

Code:
command /discord:
    permission: cl.discord.common
    trigger:
        send "&aClick <link:https://discord.gg/xxxxxxxx>&bhere<reset>&a to join our discord."

Paper 1.18.1
Skript 2.6.1

Here's the error
Code:
[08:59:26 ERROR]: [Skript] Line 4: (discord.sk)
    Can't understand this expression: <link:https://discord.gg/xxxxxxxx>&bhere<reset>
    Line: send "&aClick %<link:https://discord.gg/xxxxxxxx>&bhere<reset>%&a to join our discord."
 
Last edited:
Had some trouble with links, first I tried it with tellraws, that didn't work, and every other solution here also didn't worked...

Code:
command /discord:
    permission: cl.discord.common
    trigger:
        send "&aClick <link:https://discord.gg/xxxxxxxx>&bhere<reset>&a to join our discord."

Paper 1.18.1
Skript 2.6.1

Here's the error
Code:
[08:59:26 ERROR]: [Skript] Line 4: (discord.sk)
    Can't understand this expression: <link:https://discord.gg/xxxxxxxx>&bhere<reset>
    Line: send "&aClick %<link:https://discord.gg/xxxxxxxx>&bhere<reset>%&a to join our discord."
tru this https://forums.skunity.com/threads/click-on-url.8948/
 
Status
Not open for further replies.