Command management
Ability to manage command name, aliases and localization.
Folder
Example
#CommandConfigurationFile: Command/Coupon.yml
Base:
Name: "Voucher"
Alias: #List of aliases, each alias on new line.
- "v"
Description: "Base command to operate with Voucher."
Component:
Reload:
Base:
Name: "Reload"
Alias: #List of aliases, each alias on new line. Instead of `Reload`, you can use `Rl`
- "Rl"
Sub:
All:
Name: "All"Last updated