Capture the flag plugin for Altitude events
Go to file
Teriuihi 076f39279e Add method to clear teams in GameManager
Introduced a `clearTeams` method in `GameManager` to reset the teams list. Updated `Main.java` to call this method, ensuring teams are cleared before processing.
2025-01-24 21:14:39 +01:00
gradle/wrapper Add initial Capture the Flag plugin implementation 2025-01-24 17:49:17 +01:00
src/main Add method to clear teams in GameManager 2025-01-24 21:14:39 +01:00
.gitignore Add initial Capture the Flag plugin implementation 2025-01-24 17:49:17 +01:00
build.gradle.kts Add JSON configuration support and new team management commands 2025-01-24 20:12:27 +01:00
gradlew Add initial Capture the Flag plugin implementation 2025-01-24 17:49:17 +01:00
gradlew.bat Add initial Capture the Flag plugin implementation 2025-01-24 17:49:17 +01:00
settings.gradle.kts Add initial Capture the Flag plugin implementation 2025-01-24 17:49:17 +01:00
TODO.md Refactor class creation and integrate FighterCreator 2025-01-24 21:03:19 +01:00