Fixing up some things

This commit is contained in:
DaanV2
2023-12-14 18:50:54 +01:00
parent c4845ed266
commit 0e87d1ac8c
4 changed files with 102 additions and 3 deletions

View File

@@ -143,6 +143,19 @@
{ "example:property": "one" },
{ "example:property": "math.random(0, 10)" }
]
},
"queue_command": {
"description": "Queues a command to be executed.",
"properties": {
"command": {
"type": "array",
"items": {
"type": "string",
"description": "The command to execute.",
"examples": ["/say Hello World"]
}
}
}
}
}
}

View File

@@ -1 +0,0 @@
{}