✨ Add a ManagerSetting to override existing commands
This commit is contained in:
parent
1ff5a2c4ce
commit
ded94567c6
3 changed files with 15 additions and 1 deletions
|
|
@ -870,7 +870,14 @@ public abstract class CommandManager<C> {
|
|||
*
|
||||
* @since 1.2.0
|
||||
*/
|
||||
ALLOW_UNSAFE_REGISTRATION
|
||||
ALLOW_UNSAFE_REGISTRATION,
|
||||
|
||||
/**
|
||||
* Enables overriding of existing commands on supported platforms.
|
||||
*
|
||||
* @since 1.2.0
|
||||
*/
|
||||
OVERRIDE_EXISTING_COMMANDS
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue