Package fr.andross.banitem.commands
Class Commandlog
java.lang.Object
fr.andross.banitem.commands.BanCommand
fr.andross.banitem.commands.Commandlog
Sub command log.
- Version:
- 3.1
- Author:
- Andross
-
Field Summary
Fields inherited from class fr.andross.banitem.commands.BanCommand
args, plugin, sender -
Constructor Summary
ConstructorsConstructorDescriptionCommandlog(BanItem plugin, org.bukkit.command.CommandSender sender, String[] args) Constructor of the /banitem log command. -
Method Summary
Methods inherited from class fr.andross.banitem.commands.BanCommand
getNoPermMessage, sendHeaderMessage, sendMessage
-
Constructor Details
-
Commandlog
Constructor of the /banitem log 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.
-