public final class BanCommands extends Object
| Modifier and Type | Method and Description |
|---|---|
static Command |
banAdd(String ip,
String name,
String uid,
String myTSId,
long timeInSeconds,
String reason) |
static Command |
banClient(int[] clientIds,
long timeInSeconds,
String reason,
boolean continueOnError) |
static Command |
banDel(int banId) |
static Command |
banDelAll() |
static Command |
banList() |
Released under the MIT license.