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