update default configs :3

This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2023-11-05 17:20:14 +01:00
parent 95e70bf627
commit 61dcd3d108
Signed by: root
GPG key ID: 83A53A8C412E93F5
134 changed files with 7873 additions and 1 deletions

View file

@ -0,0 +1,33 @@
{
"$schema" : "https://json-schema.org/draft/2019-09/schema",
"type" : "object",
"properties" : {
"Tooltip" : {
"type" : "object",
"properties" : {
"massTooltipVisibility" : {
"type" : "string",
"enum" : [ "ALWAYS", "ADVANCED", "DISABLED" ],
"description" : "Set when the Mass Tooltip is Visible"
},
"useImperialUnits" : {
"type" : "boolean",
"description" : "Use Imperial Units to show Mass"
}
},
"additionalProperties" : false
},
"recommendSlugsInMcCommands" : {
"type" : "boolean",
"description" : "Recommend ship slugs in mc commands where player names could be used ex. /tp ship-name wich could pollute user autocomplete"
},
"renderDebugText" : {
"type" : "boolean",
"description" : "Renders the VS2 debug HUD with TPS"
},
"$schema" : {
"type" : "string"
}
},
"additionalProperties" : false
}