I have seen links in servers that can send you to a page in a browser, is there any way to replicate this with command blocks?
I don't mean command links, I mean web pages.
11 Answer
The /tellraw command allows you to output to chat with more formatting options than /say. You'll need to use this, and the JSON format that it uses, to add clickable links to chat.
Links can be added using the open_url click event. Example:
/tellraw @p {"text":"Arqade","clickEvent":{"action":"open_url","value":""}}Here's a tellraw generator that allows you to add open_url click events, which is usually easier than writing it manually.