how to open url GUI by effect?
thanks)

code_language.skript:
function openUrl(player:player,www:string):
send url {_www} to {_player}
command www:
trigger:
openUrl(the player,"https://forums.skunity.com/")
thanks)