Server config.json "links". How do I add links to my server on the master serverlist preview?

Title. Some servers have a Discord button link you can use before joining the server or etc. No documentation I could find shows the syntax on how to do that.

Links can be added from the server’s Config.json. The field is an array.

"Links":
	[
		{ "Message": "SDG Website", "Url": "https://smartlydressedgames.com/" },
		{ "Message": "SDG Forum", "Url": "https://forum.smartlydressedgames.com/" }
	]
1 Like

This is a great solution but how are people supposed to know this?
Where is the documentation on this kind of stuff?

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.