java.lang.Object
com.zetaplugins.zetacore.command.PluginCommand<EssentialZ>
com.zetaplugins.essentialz.util.commands.EszCommand
com.zetaplugins.essentialz.commands.communication.MsgCommand
All Implemented Interfaces:
org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter

public class MsgCommand extends EszCommand
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    execute(com.zetaplugins.zetacore.command.CommandContext ctx)
     
    tabComplete(com.zetaplugins.zetacore.command.CommandContext ctx)
     

    Methods inherited from class com.zetaplugins.essentialz.util.commands.EszCommand

    getMessageService

    Methods inherited from class com.zetaplugins.zetacore.command.PluginCommand

    getDisplayOptions, getPlayerOptions, getPlugin, onCommand, onTabComplete, registerExceptionHandler

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MsgCommand

      public MsgCommand(EssentialZ plugin)
  • Method Details

    • execute

      public boolean execute(com.zetaplugins.zetacore.command.CommandContext ctx) throws com.zetaplugins.zetacore.command.exception.CommandUsageException
      Specified by:
      execute in class com.zetaplugins.zetacore.command.PluginCommand<EssentialZ>
      Throws:
      com.zetaplugins.zetacore.command.exception.CommandUsageException
    • tabComplete

      public List<String> tabComplete(com.zetaplugins.zetacore.command.CommandContext ctx)
      Specified by:
      tabComplete in class com.zetaplugins.zetacore.command.PluginCommand<EssentialZ>