- Joined
- Jan 17, 2018
- Messages
- 563
Michidu submitted a new resource:
Alternative Commands - Creates command synonyms
Read more about this resource...
Alternative Commands - Creates command synonyms
The plugin can create synonyms for chat commands. In the example config, a command "/shp" would execute "/shop" and "/kt" - "/kit".
Example configuration:
JSON:{ "Commands":{ "/shp":{ "Command":"/shop" }, "/kt":{ "Command":"/kit" } } }
Read more about this resource...