✨ Allow for use of named suggestion providers in @Flag annotated command method parameters, add methods to FlagContext to work with flag values as optionals
This commit is contained in:
parent
6d0301d9dd
commit
fc1a613463
10 changed files with 104 additions and 30 deletions
|
|
@ -253,7 +253,7 @@ public final class MinecraftExceptionHandler<C> {
|
|||
*/
|
||||
INVALID_SENDER,
|
||||
/**
|
||||
* The sender does not have permission to execute the command (@{@link NoPermissionException})
|
||||
* The sender does not have permission to execute the command ({@link NoPermissionException})
|
||||
*/
|
||||
NO_PERMISSION,
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue