Command management
Ability to manage command name, aliases and localization.
Folder
Example
#CommandConfigurationFile: Command/MelodyPlayer.yml
Base:
Name: "MelodyPlayer"
Alias: #List of aliases, each alias on new line.
- "mp"
Description: "Base command to operate with MelodyPlayer."
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