Implement /ready and basic objective mechanics

This commit is contained in:
2022-05-08 18:36:35 +02:00
parent a078f74b4b
commit 2f63695ee9
11 changed files with 263 additions and 36 deletions

View File

@@ -6,4 +6,5 @@ public interface Arena {
World getWorld();
String name();
Spawnpoint[] spawnpoints();
Spawnpoint bombTarget();
}