• Joined on 2024-04-13
stijn pushed to master at Altitude/ctf 2025-02-11 22:17:17 +00:00
56455b4c50 Fix executor handling in phase transitions and game ending
3b4beefb37 Remove redundant TODO comment in CombatPhase.java
9ae63ba1e4 Refine title message for flag capture notification.
c3b11995c7 Update phase transition notifications with detailed timing
8b09e54106 Fix flag capture and game phase timing bugs
Compare 5 commits »
stijn pushed to master at Altitude/ctf 2025-02-11 21:12:36 +00:00
237cae37ca Refactor flag capture and turn-in notifications.
a3c22cf074 Refactor flag reset logic for clarity and reuse.
Compare 2 commits »
stijn pushed to master at Altitude/ctf 2025-02-11 20:46:51 +00:00
4cfc8f1572 Fix flag particle spawn location during turn-in
stijn pushed to master at Altitude/ctf 2025-02-11 20:45:20 +00:00
9563e9641f Add skip phase command to bypass game phases
aad63f174e Refactor phase transitions and add particle effects for flags
66c24d852d Refactor and enhance flag capture notification system.
7acf39b600 Fix armor color setting method from BGR to RGB.
6f99402d16 Add TURN_IN_RADIUS config and spawn particles at turn in point as well
Compare 13 commits »
stijn pushed to master at Altitude/ctf 2025-02-09 03:30:22 +00:00
4af509eb5f Fix world border config loading and phase transition logic
stijn pushed to master at Altitude/ctf 2025-02-08 22:11:44 +00:00
4f8a7a0416 Clear player potion effects on class reset
55b88a950d Refactor snowball event handling for better readability.
172f9a29a2 Add throw speed to item lore in GameClass
Compare 3 commits »
stijn pushed to master at Altitude/ctf 2025-02-08 22:06:13 +00:00
8718ca0918 Refactor world border handling for game phases.
728e8b7486 Add configurable respawn time to GameConfig
74cf3589c0 Refactor configuration handling and add world border support
d7432c9b89 Change flag color to black banner.
7ed4c20d29 Update OnPlayerDeath to delay respawning
Compare 12 commits »
stijn pushed to master at Altitude/ctf 2025-02-08 14:21:21 +00:00
e5077b40c5 Add Engineer class to class selection
stijn pushed to master at Altitude/ctf 2025-02-08 14:19:34 +00:00
6bb4673b08 Add Engineer class and update Tank, Fighter, and GameClass
a175d1829b Refactor class creators with annotations and utility methods.
Compare 2 commits »
stijn pushed to master at Altitude/ctf 2025-02-07 23:39:09 +00:00
a4f96297c2 Improve CTF gameplay mechanics and particle effects
9eccb130e5 Add Tank class and update Fighter tools in CTF game
4aa6a0d512 Add player respawn handling with custom logic
Compare 3 commits »
stijn pushed to master at Altitude/ctf 2025-02-07 22:48:43 +00:00
6f77135426 Refactor snowball handling and improve player interactions
stijn pushed to master at Altitude/ctf 2025-02-07 22:25:24 +00:00
e7ce788086 Updated TODO list
stijn pushed to master at Altitude/ctf 2025-02-07 22:25:13 +00:00
ad421015ff Reset player health on game end.
stijn pushed to master at Altitude/ctf 2025-02-07 22:22:54 +00:00
73c11ab1ca Add GUI framework for class selection in CTF
stijn pushed to master at Altitude/ctf 2025-02-07 21:25:23 +00:00
6a9721d0e7 Implemented remaining phases and got the plugin to the minimum viable product
stijn pushed to master at Altitude/ctf 2025-01-24 20:14:38 +00:00
076f39279e Add method to clear teams in GameManager
stijn pushed to master at Altitude/ctf 2025-01-24 20:03:19 +00:00
fcf5dc7b7c Refactor class creation and integrate FighterCreator
stijn pushed to master at Altitude/proxydiscordlink 2025-01-24 19:28:07 +00:00
8ddbfcd521 Add DiscordJoinListener to handle member join events
stijn pushed to master at Altitude/proxydiscordlink 2025-01-24 19:23:08 +00:00
7083235d68 Refactor account linking to use InteractionHook
stijn pushed to master at Altitude/ctf 2025-01-24 19:12:26 +00:00
5a87784d71 Add JSON configuration support and new team management commands