Package com.sk89q.minecraft.util.commands
@Deprecated
package com.sk89q.minecraft.util.commands
Deprecated.
This package contains the old command system. It is no longer in use. Please switch
to Piston, Intake, ACF, or similar systems.
-
Interface Summary
-
Class SummaryClassDescriptionDeprecated.
-
Exception SummaryExceptionDescriptionThrown when not enough permissions are satisfied.
-
Annotation Interfaces SummaryAnnotation InterfaceDescriptionThis annotation indicates a command.Any command with this annotation will run the raw command as shown in the thing, as long as it is registered in the current
CommandsManager
.Indicates a list of permissions that should be checked.This annotation indicates that a command can be used from the console.Indicates a nested command.