Class CreateSchematicCommand

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

public class CreateSchematicCommand extends Object implements SubCommand
The Get Item command for the plugin.

Permission: customstructures.createschematic

Secondary Permission: customstructures.createschematic.options

/cstruct createschem {name} [-c]
  • Constructor Details

    • CreateSchematicCommand

      public CreateSchematicCommand()
  • 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.