Jump to content

How to make a clickable /discord link


Muff1nsplz

Recommended Posts

You need skript-json.

command /discord:
	trigger:
		send "<link:(LINK)>Click Here<reset>"

Keep in mind that you need to put <reset> at the end of it if you want to put additional text after.

 

You can do additional stuff, such as a tool tip. (When you hover over the text)

command /tooltip:
	trigger:
		send "<tooltip:whatever you want it to say after you hover over the text>hover over here</reset>"

Or maybe even make the player say stuff!

command /makesay:
	trigger:
		send "<command:if player clicks this, they will say whatever is in this>click here to say something thats preset<reset>"

 

skript-json is a fun addon.

Link to comment
Share on other sites

58 minutes ago, filv said:

You need skript-json.

command /discord:
	trigger:
		send "<link:(LINK)>Click Here<reset>"

Keep in mind that you need to put <reset> at the end of it if you want to put additional text after.

 

You can do additional stuff, such as a tool tip. (When you hover over the text)

command /tooltip:
	trigger:
		send "<tooltip:whatever you want it to say after you hover over the text>hover over here</reset>"

Or maybe even make the player say stuff!

command /makesay:
	trigger:
		send "<command:if player clicks this, they will say whatever is in this>click here to say something thats preset<reset>"

 

skript-json is a fun addon.

You dont NEED skript-json. skript has an inbuilt <link:>. example:


command /discord:
    trigger:

        send "<link:LINKHERE>Click here!"

Link to comment
Share on other sites

6 minutes ago, Darth1013 said:

You dont NEED skript-json. skript has an inbuilt <link:>. example:


command /discord:
    trigger:

        send "<link:LINKHERE>Click here!"

Sorry then, I'm used to skript-json being installed and thought it was needed

Link to comment
Share on other sites

  • 5 months later...
  • 1 year later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...