Package com.sk89q.worldedit.command
Class ScriptingCommands
java.lang.Object
com.sk89q.worldedit.command.ScriptingCommands
Commands related to scripting.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
executeLast
(Player player, LocalSession session, List<String> args)
-
Constructor Details
-
ScriptingCommands
Create a new instance.- Parameters:
worldEdit
- reference to WorldEdit
-
-
Method Details
-
execute
public void execute(Player player, LocalSession session, @Arg(desc="Filename of the CraftScript to load") String filename, @Arg(desc="Arguments to the CraftScript",def="",variable=true) List<String> args) throws WorldEditException - Throws:
WorldEditException
-
executeLast
public void executeLast(Player player, LocalSession session, @Arg(desc="Arguments to the CraftScript",def="",variable=true) List<String> args) throws WorldEditException - Throws:
WorldEditException
-