Capture the flag plugin for Altitude events
Go to file
Teriuihi a175d1829b Refactor class creators with annotations and utility methods.
Added @Contract, @NotNull, and @Unmodifiable annotations for better code safety and clarity. Refactored utility methods in `TankCreator` and `FighterCreator` to enhance readability and reuse, including extracting item creation logic for tools and display items.
2025-02-08 15:02:42 +01:00
gradle/wrapper Add initial Capture the Flag plugin implementation 2025-01-24 17:49:17 +01:00
src/main Refactor class creators with annotations and utility methods. 2025-02-08 15:02:42 +01:00
.gitignore Add initial Capture the Flag plugin implementation 2025-01-24 17:49:17 +01:00
build.gradle.kts Implemented remaining phases and got the plugin to the minimum viable product 2025-02-07 22:25:19 +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 Updated TODO list 2025-02-07 23:25:21 +01:00
version.properties Improve CTF gameplay mechanics and particle effects 2025-02-08 00:39:05 +01:00