implement tag tools and check tools

This commit is contained in:
Hiajen Hiajen 2021-06-20 16:32:54 +02:00
parent 07dd923927
commit 2577a71ca7
10 changed files with 252 additions and 50 deletions

View file

@ -24,6 +24,7 @@ public final class EaaMod implements ClientModInitializer {
//Register Commands
new EchoCommand();
new TagCommand();
new CheckPlayerCommand();
}
}