Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 561 Bytes

config.md

File metadata and controls

18 lines (12 loc) · 561 Bytes

Config Command

Description

This command allows to manipulate the main config.yml

Usage Examples

Command Definition
/ta config get [node] Tells you the value of a 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

Details

The plugin will do its best to auto tab complete the node, always make sure you use tab or know what you are doing.