CommandAPI 9.7.0
An API for the command UI introduced in Minecraft 1.13
|
An exception caused when the same permission is registered to a command. More...
Public Member Functions | |
ConflictingPermissionsException (String command, CommandPermission currentPermission, CommandPermission conflictingPermission) | |
Creates a ConflictingPermissionsException. | |
An exception caused when the same permission is registered to a command.
dev.jorel.commandapi.exceptions.ConflictingPermissionsException.ConflictingPermissionsException | ( | String | command, |
CommandPermission | currentPermission, | ||
CommandPermission | conflictingPermission ) |
Creates a ConflictingPermissionsException.
command | the command that has conflicting permissions |
currentPermission | the permission that already exists on this command |
conflictingPermission | the permission that was tried to be assigned to the command |