Jump to content
  • 0

How to make it clickable?


Zilent

Question

Hello, i have a skript (not made by me) that sends the discord invite link in chat when you do /discord. However it isn't clickable, how do i make it clickable so people can actually go to the discord?

Heres the Skript.

 

options:
    HeaderFooter: &8&m-----------------------------------&f

command /discord [<player>]:
    trigger:
        if arg 1 is not set:
            send "{@HeaderFooter}"
            send " "
            send "&cYou can join the Discord here!"
            send "*insert discord*"
            send " "
            send "{@HeaderFooter}"

 

Edited by Zilent
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

There is a config option in Skript's config to make links clickable

You can also do something like send "<link:https://minehut.com>Minehut website<reset>" to make clickable text

Edited by MrTibo

[<3]

DMs open - Discord » mrtibo | or send a forum message

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...