Package net.lewmc.kryptonite.commands
Class ExploitDBCommand
java.lang.Object
net.lewmc.kryptonite.commands.ExploitDBCommand
- All Implemented Interfaces:
org.bukkit.command.CommandExecutor
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ExploitDBCommand
Constructor for the Optimise class.- Parameters:
plugin
- References to the main plugin class.
-
-
Method Details
-
onCommand
public boolean onCommand(org.bukkit.command.CommandSender commandSender, org.bukkit.command.Command command, String s, String[] args) /kryptonite command handler.- Specified by:
onCommand
in interfaceorg.bukkit.command.CommandExecutor
- Parameters:
commandSender
- Information about who sent the command - player or console.command
- Information about what command was sent.s
- Command label - not used here.args
- The command's arguments.- Returns:
- boolean true/false - was the command accepted and processed or not?
-