Example #1
0
 /**
  * Unban an IP
  *
  * @param name - IP address to unban
  * @param by - Who the unban is by, can be anything
  * @param keepLog - Whether to store the ban as a record or not
  */
 public static void unBanIP(String name, String by, boolean keepLog) {
   plugin.removeIPBan(name, by, keepLog);
 }