Talk:Unturned: Server

Revision as of 13:35, 20 January 2022 by Littleguy (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to "Unturned: Server" page.

Unturned Website Web Site Link Lobby URL

On the game's lobby screen, servers can specify links to any related websites which are relevant to the community. To do this, you must make the appropriate changes in the Config.json file and restart the server.

The "Links" field, located around line 10, is an array, so you can have multiple entries, where each one has a rich text "Message" and "Url" field. For example:

"Links":
[
{ "Message": "Our Website", "Url": "https://examplesite.com/" },
{ "Message": "<color=#2979ff>Discord Server</color>", "Url": "https://robotz.com/discord" }
]

In the above example, the first message will read as Our Website which will lead to http://robotz.com when clicked. The second message will read as Discord Server with a specified color, and lead to http://robotz.com/discord when clicked.

Last modified on 20 January 2022, at 13:35