Switch to brigadier for commands

This commit is contained in:
Len
2024-08-15 15:58:25 +02:00
parent c4055358b1
commit ff2824f287
52 changed files with 2140 additions and 692 deletions
@@ -39,4 +39,8 @@ public interface User {
Request request();
void request(Request request);
boolean isCuffed();
void setCuffed(boolean cuffed);
}