Skript 1.12.2 Links not loading

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

Experical

New Member
Apr 26, 2020
6
0
1
31
Hello,
On my server, when I put a link in chat using skript, it works when I click on it to open the page, but the page never loads. When I type the link manually in chrome, it works, it may not be a problem with skript but idk.

Thanks,
Experical
 
Hello,
On my server, when I put a link in chat using skript, it works when I click on it to open the page, but the page never loads. When I type the link manually in chrome, it works, it may not be a problem with skript but idk.

Thanks,
Experical

This not a skript problem. Check the url for mistakes in the adress. Look for stuff like color codes beeing formatted as colors instead of text
 
This not a skript problem. Check the url for mistakes in the adress. Look for stuff like color codes beeing formatted as colors instead of text
Actually it is a Skript thing.

Skript has 2 options to circumvent this:
1) You can allow parsing of links via the Skript config
code_language.skript:
parse links in chat messages: disabled
# Controls how Skript will try to parse links in chat messages.
# If 'disabled' or 'false', no links will be automatically parsed.
# When 'strict', everything starting with http(s):// will be parsed as link.
# When 'lenient', everything that contains a dot will be interpreted as a link.

2) You can parse links yourself:
code_language.skript:
send "Check out my <link:https://link.here>WEBSITE<reset> It's a great website!"
 
Actually it is a Skript thing.

Skript has 2 options to circumvent this:
1) You can allow parsing of links via the Skript config
code_language.skript:
parse links in chat messages: disabled
# Controls how Skript will try to parse links in chat messages.
# If 'disabled' or 'false', no links will be automatically parsed.
# When 'strict', everything starting with http(s):// will be parsed as link.
# When 'lenient', everything that contains a dot will be interpreted as a link.

2) You can parse links yourself:
code_language.skript:
send "Check out my <link:https://link.here>WEBSITE"

He is saying that the url is opening so he can click it? So the url must be wrong or am i seeing this wrong?
 
I have a small feeling he worded it wrong, Im assuming he clicks the "link" and nothing happens, because the link isn't parsed
Now i am currious XD

Me talking about those colorcodes is only due to a terror bug what took me 1,5 year to figgure out.

like in 2015 i was rendering player models on maps but 1 specific site didnt work and i always tought that site just didnt accepted the requests or something. But it always have been those stupid color codes beeing formatted in the url request....
 
The link is parced, and it open in chrome, but the page never loads

It comes up saying do you want to go to this link thing
 
Status
Not open for further replies.