-
Notifications
You must be signed in to change notification settings - Fork 1
Mod Configuration Guide
Christian Hughes edited this page Apr 5, 2018
·
2 revisions
**Uplink's configuration file is in the normal place (.minecraft/config/Uplink.json)
{
"clientId": "403412639427985412", // The ID of the Discord App (via the "Custom App Configuration Guide" page).
"smallDataUid": "007dcff6-214f-4051-abad-ebd4b4a849da" // The UUID of a smallData node to display as the small icon in Discord.
"hideUnknownIPs": false // If true, servers with no uploaded assets will not have their IP displayed when hovered over.
"displayUrls": {
"gui": "https://raw.githubusercontent.com/TheFrontier/Uplink/data/data/gui/", // The base URL for all opened GUIs.
"server": "https://raw.githubusercontent.com/TheFrontier/Uplink/data/data/server/", // The base URL for all servers.
"small": "https://raw.githubusercontent.com/TheFrontier/Uplink/data/data/small/" // The base URL for all small icons.
}
}
When Uplink queues to load either a GUI, server, or small icon, it will take the correct base URL and append the clientId
as well as the file extension .json
. Once the full URL is created, it queries this URL for the data nodes.