1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-05 21:49:53 +00:00
Files
2025-09-09 10:02:11 -07:00

37 lines
900 B
JSON

{
"$id": "2103393334",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"default_permission_level": {
"description": "Default permission level for all unspecified commands. If not set then commands will default to their normal permission level.",
"enum": [
"any",
"game_directors",
"admin",
"host",
"owner",
"internal"
],
"title": "command_permission_level",
"type": "string"
},
"permission_levels": {
"additionalProperties": {
"enum": [
"any",
"game_directors",
"admin",
"host",
"owner",
"internal"
],
"title": "command_permission_level",
"type": "string"
},
"type": "object"
}
},
"title": "commands",
"type": "object",
"x-format-version": "MISSING VERSION"
}