Command script containers allow you to register your own custom commands to the server.
This also allows the command to show up in the '/help' command, with some info on the command.
Note that existing names or aliases from other plugins will be overridden.
If you want to run a script at the same time as an existing command, see !event on command.
The following is the format for the container.
The required keys are 'name:', 'description:', 'usage:', and 'script:'
All other keys can be excluded if unneeded.
If you are not intentionally setting a specific value for the other keys, it is
strongly recommended that you simply not include them at all.
Please note that 'name:' is the true name of the command (written by users),
and 'usage:' is for documentation in the '/help' command.
...