Interface IAdminCommand

All Known Implementing Classes:
ServerCommandManager

public interface IAdminCommand
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notifyAdmins(ICommandSender var1, int var2, String var3, Object... var4)
    Sends a message to the admins of the server from a given CommandSender with the given resource string and given extra srings.
  • Method Details

    • notifyAdmins

      void notifyAdmins(ICommandSender var1, int var2, String var3, Object... var4)
      Sends a message to the admins of the server from a given CommandSender with the given resource string and given extra srings. If the int par2 is even or zero, the original sender is also notified.