This command allows to manipulate the main config.yml
Command | Definition |
---|---|
/ta config get [node] | Tells you the value of a node |
/ta config info [node] | Tells you information about the node |
/ta config set [node] [value] | Tries to set the node to a value |
/ta config add [node] [value] | Add a string value to a string list node |
/ta config remove [node] [value] | Remove a string value from a string list node |
The plugin will do its best to auto tab complete the node, always make sure you use tab or know what you are doing.