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

20 lines
451 B
JSON
Raw Normal View History

2020-02-10 23:03:28 +01:00
{
"enabled": true,
"settings": {
2022-11-19 01:34:35 -08:00
"Default Server IP": {
"type": "text",
"value": "localhost",
"tooltip": "The last entered IP/ID. Used if you leave the connect prompt blank."
},
"Incompatible Mods Allowed": {
"type": "toggle",
"value": false,
"tooltip": "Kicks players if they have certain mods."
},
"Ship Damage": {
"type": "toggle",
"value": true,
"tooltip": "Take impact damage when inside the ship."
}
}
2020-12-03 08:28:05 +00:00
}