Add a ManagerSetting to override existing commands

This commit is contained in:
jmp 2020-12-03 21:06:09 -08:00 committed by Alexander Söderberg
parent 1ff5a2c4ce
commit ded94567c6
3 changed files with 15 additions and 1 deletions

View file

@ -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
}
/**