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