33 lines
975 B
JSON
33 lines
975 B
JSON
|
{
|
||
|
"$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
|
||
|
}
|