-
Classes Class Description cloud.commandframework.Description to become package-private since 1.4.0. UseArgumentDescription
instead.cloud.commandframework.LockableCommandManager Use a normalCommandManager
's registration state instead
-
Fields Field Description cloud.commandframework.arguments.compound.FlagArgument.FLAG_META UseFlagArgument.FLAG_META_KEY
insteadcloud.commandframework.extra.confirmation.CommandConfirmationManager.CONFIRMATION_REQUIRED_META for removal since 1.3.0. UseCommandConfirmationManager.META_CONFIRMATION_REQUIRED
instead.
-
Constructors Constructor Description cloud.commandframework.Command(Map<CommandArgument<C, ?>, Description>, CommandExecutionHandler<C>, Class<? extends C>, CommandPermission, CommandMeta) Map does not allow for the same literal or variable argument name to repeatcloud.commandframework.context.CommandContext(C, CaptionRegistry<C>) Provide a command manager instead of a caption registrycloud.commandframework.meta.SimpleCommandMeta(Map<String, String>)