Interface OutpostCommand

All Known Implementing Classes:
AbandonCommand, AdminmodeCommand, AdvantagesCommand, AdvantagesCommand, CancelCommand, CommandsCommand, CreateCommand, DeleteCommand, ExtensionCommand, HelpCommand, HelpCommand, HologramCommand, InfoCommand, InteractionsCommand, KeysCommand, ListCommand, ListCommand, LootsCommand, LootsCommand, MaintenanceCommand, MoveCommand, ProximityCommand, ReloadCommand, SetcaptureCommand, SeticonCommand, SettingsCommand, StatsCommand, StatsCommand, TPCommand, ViewCommand, WandCommand

public interface OutpostCommand
  • Method Summary

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

    • execute

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