Capture the flag plugin for Altitude events
Go to file
Teriuihi 728e8b7486 Add configurable respawn time to GameConfig
Introduced a new RESPAWN section in GameConfig for managing respawn time settings. Updated OnPlayerDeath to use the configurable value instead of a hardcoded duration. This allows greater flexibility for game configuration.
2025-02-08 23:01:43 +01:00
gradle/wrapper Add initial Capture the Flag plugin implementation 2025-01-24 17:49:17 +01:00
src/main Add configurable respawn time to GameConfig 2025-02-08 23:01:43 +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 Refactor configuration handling and add world border support 2025-02-08 23:00:04 +01:00