CommandPermissionDeniedException
class CommandPermissionDeniedException(val commandSender: CommandSender, val command: Command) : RuntimeException
在 CommandManager.executeCommand 中, CommandSender 未拥有 Command.permission 所要求的权限时抛出的异常.