Class CheckKeyCommand

java.lang.Object
com.ryandw11.structure.commands.cstruct.CheckKeyCommand
All Implemented Interfaces:
SubCommand

public class CheckKeyCommand extends Object implements SubCommand
The CheckKey command for the plugin.

Permission: customstructures.checkkey

/cstruct checkkey
  • Constructor Details

  • Method Details

    • subCommand

      public boolean subCommand(org.bukkit.command.CommandSender sender, org.bukkit.command.Command cmd, String s, String[] args)
      Description copied from interface: SubCommand
      The sub command.
      Specified by:
      subCommand in interface SubCommand
      Parameters:
      sender - The sender.
      cmd - The command.
      s - The command string.
      args - The arguments. (Does not include the subcommand name. So args.length for `/cstruct test` is 0.)
      Returns:
      If the sub-command is valid.