Package ch.njol.skript
Class SkriptCommand
java.lang.Object
ch.njol.skript.SkriptCommand
- All Implemented Interfaces:
org.bukkit.command.CommandExecutor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable File
getScriptFromName
(String script) Deprecated, for removal: This API element is subject to removal in a future version.boolean
onCommand
(org.bukkit.command.CommandSender sender, org.bukkit.command.Command command, String label, String[] args)
-
Constructor Details
-
SkriptCommand
public SkriptCommand()
-
-
Method Details
-
onCommand
public boolean onCommand(org.bukkit.command.CommandSender sender, org.bukkit.command.Command command, String label, String[] args) - Specified by:
onCommand
in interfaceorg.bukkit.command.CommandExecutor
-
getScriptFromName
@Nullable @Deprecated(forRemoval=true) public static @Nullable File getScriptFromName(String script) Deprecated, for removal: This API element is subject to removal in a future version.
-