Interface ICommandCaller


public interface ICommandCaller
Based off of Bukkit's CommandSender

To be implemented for each server software supported by this plugin

  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    respond(String message)
    Responds to the invoker with a message
  • Method Details

    • respond

      void respond(String message)
      Responds to the invoker with a message
    • getName

      String getName()
      Returns:
      The name of the player that invoked the command