Capture the flag plugin for Altitude events
Go to file
Teriuihi f27038f91d Ensure snowball hit events are properly canceled outside combat phase.
Previously, events where players were hit outside the combat phase or by non-snowball entities were not being canceled appropriately. This commit adds `event.setCancelled(true)` to prevent unintended behaviors in these scenarios.
2025-02-15 02:48:20 +01:00
gradle/wrapper Add initial Capture the Flag plugin implementation 2025-01-24 17:49:17 +01:00
src/main Ensure snowball hit events are properly canceled outside combat phase. 2025-02-15 02:48:20 +01:00
.gitignore Add initial Capture the Flag plugin implementation 2025-01-24 17:49:17 +01:00
build.gradle.kts Integrate WorldBorderAPI and enhance game phase functionality 2025-02-08 20:45:06 +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 Integrate WorldBorderAPI and enhance game phase functionality 2025-02-08 20:45:06 +01:00
TODO.md Add Engineer class and update Tank, Fighter, and GameClass 2025-02-08 15:19:32 +01:00
version.properties Fix flag capture and game phase timing bugs 2025-02-11 23:02:38 +01:00