Minecraft (bukkit) plugins, send user a clickable link
问题 Im developing a bukkit plugin and I need to send a URL to the user, I need to have the link clickable by the user so it can be opened in the users's browser. I tried using HTML and other types of tags but nothing worked. I also searched Bukkit Java library and did not find anything other than colouring the text output. 回答1: To send a clickable link to a client you need to send a raw json message to him, there are different methods to do this: Using the /tellraw command Using Server