-
-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Links no longer clickable when using latest Skript version with Json fixes #543
Comments
@bensku The problem is that links currently must start with I'd recommend changing the URL parsing to happen for every word where a contains check for "." returns true as opposed to checking the beginning of the message for "https://". |
@TheBentoBox it just parse links with http:// or https://, not everything with a dot. |
@Snow-Pyon In vanilla you're correct, but otherwise you're not. This is a test in dev25 of me sending a URL without http[s]:// and it works: And it even works on URLs that don't have valid extensions like .com, .gov, etc.: That being the case, it should still work like this in dev26 too. |
Ouch, time to rewrite link parsing once again... At least it should be relative simple. |
I have resolved this problem (will be in next build). Now, there are three possible link parsing modes:
For old config files, false==disabled and true==lenient. |
Nice implementation, you're a legend |
Players are unable to click on any links in minecraft chat when using latest skript version.
Had to remove skript and replace it with older version of skript to make it work again.
Also players are unable to click on any betonquest answer of NPCs. Looks like similar issue here.
The text was updated successfully, but these errors were encountered: