Class ConfigCommand
- java.lang.Object
-
- com.pneumaticraft.commandhandler.Command
-
- com.onarandombox.MultiverseCore.commands.MultiverseCommand
-
- com.onarandombox.MultiverseCore.commands.ConfigCommand
-
public class ConfigCommand extends MultiverseCommand
Allows you to set Global MV Variables.
-
-
Field Summary
-
Fields inherited from class com.onarandombox.MultiverseCore.commands.MultiverseCommand
messaging, plugin
-
-
Constructor Summary
Constructors Constructor Description ConfigCommand(MultiverseCore plugin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
runCommand(org.bukkit.command.CommandSender sender, java.util.List<java.lang.String> args)
-
Methods inherited from class com.pneumaticraft.commandhandler.Command
addAdditonalPermission, addCommandExample, addKey, addKey, checkArgLength, getAllPermissionStrings, getCommandDesc, getCommandExamples, getCommandName, getCommandUsage, getKey, getKeys, getKeyStrings, getMaxArgs, getMinArgs, getNumKeyArgs, getPermission, getPermissionString, getPlugin, isOpRequired, removeKeyArgs, setArgRange, setCommandUsage, setName, setPermission, setPermission, showHelp
-
-
-
-
Constructor Detail
-
ConfigCommand
public ConfigCommand(MultiverseCore plugin)
-
-
Method Detail
-
runCommand
public void runCommand(org.bukkit.command.CommandSender sender, java.util.List<java.lang.String> args)
- Specified by:
runCommand
in classMultiverseCommand
-
-