In dev25 and older, links that were printed out in chat with the message effect were clickable. In dev26d, it appears such links are no longer clickable.
git-Paper-1081 (MC: 1.11.2)) server with 1 pluginconfig.skcommand /links:
description: Shows a list of useful server websites
aliases: /www
executable by: players and console
trigger:
message "&B&LServer &flinks:"
message "&f• &3google.com &f- Google"
message "&f• &3reddit.com &f- Reddit"
message "&f• http://zombo.com &f- Zombocom"
plugins/Skript/scripts/test.sk/sk reload all - Reloads Skripts/www - Executes above skriptUse the new JSON chat system to create links, e.g.
message "&f• <link:http://reddit.com>&3reddit.com<reset> &f- Reddit"
I realize we can use the new JSON system for links. However, I think this is an issue as:
This is simply because with JSON chat the client doesn't interpret anything as link if it is not marked to be so. Note that Bukkit, by default, does not use JSON chat.
I guess I can add config option to try to auto-parse http(s):// as link declaration. Will come in some of next releases.
Done.
Thank you very much for this!
Most helpful comment
Done.