Capture the flag plugin for Altitude events
Go to file
Teriuihi 14158f73b8 Handle null player check in resetWorldBorder method.
Previously, the method assumed the player object was never null, which could cause potential issues. This update adds a null check to ensure stability and prevent unexpected errors when invoking the resetWorldBorder method.
2025-02-26 22:40:58 +01:00
gradle/wrapper Add initial Capture the Flag plugin implementation 2025-01-24 17:49:17 +01:00
src/main Handle null player check in resetWorldBorder method. 2025-02-26 22:40:58 +01:00
.gitignore Add initial Capture the Flag plugin implementation 2025-01-24 17:49:17 +01:00
build.gradle.kts Add Discord integration for teams and user linking 2025-02-15 22:31:35 +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 Add player statistics tracking and integration. 2025-02-23 01:14:27 +01:00