Package ch.njol.skript.command
Class Commands
java.lang.Object
ch.njol.skript.command.Commands
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
copied from CraftBukkit (org.bukkit.craftbukkit.help.CommandAliasHelpTopic) -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
A Converter flag declaring that a Converter cannot be used for parsing command arguments.static final Message
static final Message
static final ArgsMessage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
static @Nullable SimpleCommandMap
static @Nullable ScriptCommand
getScriptCommand
(String key) static void
registerCommand
(ScriptCommand command) static void
static boolean
scriptCommandExists
(String command) static boolean
skriptCommandExists
(String command) Deprecated.static String
static void
unregisterCommand
(ScriptCommand scriptCommand) static int
unregisterCommands
(File script) Deprecated.