Package studio.magemonkey.fabled.cmd
Class CmdRefund
java.lang.Object
studio.magemonkey.fabled.cmd.CmdRefund
- All Implemented Interfaces:
studio.magemonkey.codex.mccore.commands.IFunction
Command for refunding invested skill points
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CmdRefund
public CmdRefund()
-
-
Method Details
-
execute
public void execute(studio.magemonkey.codex.mccore.commands.ConfigurableCommand cmd, org.bukkit.plugin.Plugin plugin, org.bukkit.command.CommandSender sender, String[] args) Runs the command- Specified by:
execute
in interfacestudio.magemonkey.codex.mccore.commands.IFunction
- Parameters:
cmd
- command that was executedplugin
- plugin referencesender
- sender of the commandargs
- argument list
-