java.lang.Object
net.md_5.bungee.api.plugin.Command
All Implemented Interfaces:
net.md_5.bungee.api.plugin.TabExecutor

public class Reply extends OnlyTopCommand
Will be executed on /r
  • Constructor Details

  • Method Details

    • onCommand

      protected void onCommand(OnlinePAFPlayer pPlayer, String[] args)
      Description copied from class: TopCommand
      Decides if a subcommand should be called and if which one. If no subcommand should be called it shows the help of the commands.
      Specified by:
      onCommand in class TopCommand
      Parameters:
      pPlayer - The player who executed the command.
      args - The arguments which were given by the player.
    • onTabComplete

      public List<String> onTabComplete(net.md_5.bungee.api.CommandSender commandSender, String[] strings)
      Specified by:
      onTabComplete in interface net.md_5.bungee.api.plugin.TabExecutor
      Overrides:
      onTabComplete in class OnlyTopCommand