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