Link Massage

  • 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 comminuty!

    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.

Ranik_

Member
Aug 29, 2021
4
0
1
25
I Want for a command to send a link by using "send" and it sends the text but clicking the link doesn't work. any reason why, and how to fix it?
 
I Want for a command to send a link by using "send" and it sends the text but clicking the link doesn't work. any reason why, and how to fix it?
Please provide the code of your script, thanks.

Also,
I'm pretty sure it's not the script that's causing the problem. There's a setting in Chat settings on your minecraft client called "Web Links" or "Prompt On Links", and I think one of those are causing the problem.
 
here
Code:
command /discord:
  trigger:
    send "&7-------------&3-------------&e-------&e-------&4-------------"
    send "&bto join our &b&lDiscord Server&b, You Need to Click This Link"
    send "https://discord.gg/yJFMz7Tv"
    send "&7-------------&3-------------&e-------&e-------&4-------------"
 
here
Code:
command /discord:
  trigger:
    send "&7-------------&3-------------&e-------&e-------&4-------------"
    send "&bto join our &b&lDiscord Server&b, You Need to Click This Link"
    send "https://discord.gg/yJFMz7Tv"
    send "&7-------------&3-------------&e-------&e-------&4-------------"

Yeah I'm pretty sure that it's not the script that is causing the issue, but the Minecraft chat setting. Please try switching either "Web Links" or "Prompt on links" on and see if it changes anything.
 
Status
Not open for further replies.