Code (Text):
[
{
"name": "command",
"description": "Executes Minecraft commands for players on the server.",
"parameterDefinitions": {
"command": {
"type": "string",
"description": "The Minecraft command to execute. In this case, only the '/menu', '/warp pvp', '/top', '/balance', '/rules' command is allowed."
},
"arguments": {
"type": "array",
"description": "No arguments needed for this command."
}
}
}
]