| Class | Description |
|---|---|
| BukkitExceptionHandler |
| Exception | Description |
|---|---|
| EmptyEntitySelectorException |
Thrown when an
EntitySelector does not match any entity. |
| InvalidPlayerException |
Thrown when an invalid value for a
Player or
a OfflinePlayer parameter is inputted in the command |
| InvalidWorldException |
Thrown when an invalid value for a
World parameter
is inputted in the command |
| MalformedEntitySelectorException |
Thrown when a malformed
EntitySelector is inputted for a command. |
| MoreThanOneEntityException |
Thrown when a
Player or Entity selector contains more than
1 entity (e.g. |
| NonPlayerEntitiesException |
Thrown when a
Player selector contains non-player
entities (e.g. |
| SenderNotConsoleException |
Thrown when a console-only command is executed by a non-console
|
| SenderNotPlayerException |
Thrown when a player-only command is executed by a non-player
|