Add RecordManager
Dieser Commit ist enthalten in:
Ursprung
d7e13f2be2
Commit
daad65b1d7
@ -13,6 +13,10 @@ import static de.steamwar.bausystem.tracernew.recorder.TNTRecorder.*;
|
|||||||
|
|
||||||
public class RecordManager {
|
public class RecordManager {
|
||||||
|
|
||||||
|
private RecordManager() {
|
||||||
|
throw new IllegalStateException("Utility class");
|
||||||
|
}
|
||||||
|
|
||||||
public static void recordCommands(Player player, String[] args) {
|
public static void recordCommands(Player player, String[] args) {
|
||||||
switch (args[0].toLowerCase()) {
|
switch (args[0].toLowerCase()) {
|
||||||
case "start":
|
case "start":
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren