Package fr.andross.banitem.commands
Class Commandremove
java.lang.Object
fr.andross.banitem.commands.BanCommand
fr.andross.banitem.commands.Commandremove
Sub command remove.
- Version:
 - 3.1
 - Author:
 - Andross
 
- 
Field Summary
Fields inherited from class fr.andross.banitem.commands.BanCommand
args, plugin, sender - 
Constructor Summary
ConstructorsConstructorDescriptionCommandremove(BanItem plugin, org.bukkit.command.CommandSender sender, String[] args) Constructor of the /banitem remove command. - 
Method Summary
Methods inherited from class fr.andross.banitem.commands.BanCommand
getNoPermMessage, sendHeaderMessage, sendMessage 
- 
Constructor Details
- 
Commandremove
Constructor of the /banitem remove 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:
 runin classBanCommand
 - 
runTab
Run the tab completion of the command.- Specified by:
 runTabin classBanCommand- Returns:
 - the tab completion of the command.
 
 
 -