Package com.sucy.skill.cmd
Class CmdLevel
java.lang.Object
com.sucy.skill.cmd.CmdLevel
- All Implemented Interfaces:
mc.promcteam.engine.mccore.commands.IFunction
A command that gives a player class levels
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CmdLevel
public CmdLevel()
-
-
Method Details
-
execute
public void execute(mc.promcteam.engine.mccore.commands.ConfigurableCommand cmd, org.bukkit.plugin.Plugin plugin, org.bukkit.command.CommandSender sender, String[] args) Runs the command- Specified by:
executein interfacemc.promcteam.engine.mccore.commands.IFunction- Parameters:
cmd- command that was executedplugin- plugin referencesender- sender of the commandargs- argument list
-