DeleteCommand
Server/MacroCommands/DeleteCommand.json, 149 B
Fields
| Field | Type |
|---|---|
Name | string |
Description | string |
Commands | array[1] |
Aliases | array[2] |
Source
{
"Name": "delete",
"Description": "server.commands.delete.desc",
"Commands": [
"set Empty"
],
"Aliases": [
"/del",
"/d"
]
}