Package fr.andross.banitem.commands
Class Commandcheck
java.lang.Object
fr.andross.banitem.commands.BanCommand
fr.andross.banitem.commands.Commandcheck
Sub command check.
- Version:
- 3.1
- Author:
- Andross
-
Field Summary
Fields inherited from class fr.andross.banitem.commands.BanCommand
args, plugin, sender
-
Constructor Summary
ConstructorsConstructorDescriptionCommandcheck
(BanItem plugin, org.bukkit.command.CommandSender sender, String[] args) Constructor of the /banitem check command. -
Method Summary
Methods inherited from class fr.andross.banitem.commands.BanCommand
getNoPermMessage, sendHeaderMessage, sendMessage
-
Constructor Details
-
Commandcheck
Constructor of the /banitem check command.- Parameters:
plugin
- The ban item plugin instancesender
- The command senderargs
- The command arguments used by the command sender
-
-
Method Details
-
run
public void run()Run the command.- Specified by:
run
in classBanCommand
-
runTab
Run the tab completion of the command.- Specified by:
runTab
in classBanCommand
- Returns:
- the tab completion of the command.
-