Switch to brigadier for commands

This commit is contained in:
Len
2024-08-15 15:31:39 +02:00
parent c4055358b1
commit 4faaa48a06
47 changed files with 2126 additions and 673 deletions
@@ -39,4 +39,8 @@ public interface User {
Request request();
void request(Request request);
boolean isCuffed();
void setCuffed(boolean cuffed);
}