Interface ICommandCaller
public interface ICommandCaller
Based off of Bukkit's CommandSender
To be implemented for each server software supported by this plugin
-
Method Summary
-
Method Details
-
respond
Responds to the invoker with a message -
getName
String getName()- Returns:
- The name of the player that invoked the command
-