Interface KothCommand

All Known Implementing Classes:
AdminmodeCommand, CancelCommand, CommandsCommand, CreateCommand, DeleteCommand, EventsCommand, ExtensionCommand, HelpCommand, HelpCommand, HologramCommand, InfoCommand, KeysCommand, ListCommand, LootsCommand, LootsCommand, MaxtimeCommand, ModeCommand, MoveCommand, ProximityCommand, ReloadCommand, SchedulerCommand, SetcaptureCommand, SetcenterCommand, SeticonCommand, SetnameCommand, SetposCommand, SettingsCommand, StartCommand, StarterCommand, StatsCommand, StatsCommand, StopCommand, TPCommand, ViewCommand, WandCommand, WarpCommand, WarpCommand

public interface KothCommand
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    execute(Koth plugin, org.bukkit.command.CommandSender sender, org.bukkit.command.Command command, String label, String[] args, EnumMap<Flag,String> info)
     
  • Method Details

    • execute

      boolean execute(Koth plugin, org.bukkit.command.CommandSender sender, org.bukkit.command.Command command, String label, String[] args, EnumMap<Flag,String> info)