quantum-space-buddies/QSB/default-config.json

35 lines
871 B
JSON
Raw Normal View History

2020-02-10 23:03:28 +01:00
{
"enabled": true,
"settings": {
"defaultServerIP": {
"title": "Last Entered IP/ID",
2022-11-19 01:34:35 -08:00
"type": "text",
"value": "localhost",
"tooltip": "Used if you leave the connect prompt blank."
2022-11-19 01:34:35 -08:00
},
"incompatibleModsAllowed": {
"title": "Incompatible Mods Allowed",
2022-11-19 01:34:35 -08:00
"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",
2022-11-19 01:34:35 -08:00
"type": "toggle",
"value": true,
"tooltip": "Take impact damage when inside the ship."
2023-03-03 20:05:15 +00:00
},
"showExtraHud": {
"title": "Show Extra HUD Elements",
"type": "toggle",
"value": true,
"tooltip" : "Show extra HUD elements, like player status and minimap icons."
2022-11-19 01:34:35 -08:00
}
}
2020-12-03 08:28:05 +00:00
}