mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
35 lines
853 B
JSON
35 lines
853 B
JSON
{
|
|
"enabled": true,
|
|
"settings": {
|
|
"defaultServerIP": {
|
|
"title": "Last Entered IP/ID",
|
|
"type": "text",
|
|
"value": "localhost",
|
|
"tooltip": "Used if you leave the connect prompt blank."
|
|
},
|
|
"incompatibleModsAllowed": {
|
|
"title": "Incompatible Mods Allowed",
|
|
"type": "toggle",
|
|
"value": false,
|
|
"tooltip": "Kicks players if they have certain mods."
|
|
},
|
|
"showPlayerNames": {
|
|
"title": "Show Player Names",
|
|
"type": "toggle",
|
|
"value": true,
|
|
"tooltip": "Shows player names in the HUD and the map view."
|
|
},
|
|
"shipDamage": {
|
|
"title": "Ship Damage",
|
|
"type": "toggle",
|
|
"value": true,
|
|
"tooltip": "Take impact damage when inside the ship."
|
|
},
|
|
"showExtraHud": {
|
|
"title": "Show Extra HUD Elements",
|
|
"type": "toggle",
|
|
"value": true,
|
|
"tooltip" : "Show extra HUD elements, like player status."
|
|
}
|
|
}
|
|
} |