Class Reply

  • All Implemented Interfaces:
    net.md_5.bungee.api.plugin.Listener

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

      • Reply

        public Reply​(java.lang.String[] aliases,
                     java.lang.String pPrefix)
    • Method Detail

      • onCommand

        protected void onCommand​(OnlinePAFPlayer pPlayer,
                                 java.lang.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 void onTabComplete​(net.md_5.bungee.api.event.TabCompleteEvent pEvent)