Supports the ability for commands to be registered internally (#12520)
This commit is contained in:
@ -15,5 +15,9 @@ public enum CommandRegistrationFlag {
|
||||
* @deprecated This is the default behavior now.
|
||||
*/
|
||||
@Deprecated(since = "1.21.4")
|
||||
FLATTEN_ALIASES
|
||||
FLATTEN_ALIASES,
|
||||
/**
|
||||
* Prevents this command from being sent to the client.
|
||||
*/
|
||||
SERVER_ONLY
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user