• Joined on 2024-04-13
stijn pushed to master at Altitude/ctf 2025-03-06 18:47:32 +00:00
4953cec215 Make game logic adjustments and improve async command handling
stijn pushed to master at Altitude/ctf 2025-03-01 21:40:41 +00:00
92f9e732a1 Remove redundant code and add victory reward commands
95b54d1a03 Prevent same-team players from being knocked back by flags.
05a63b9a52 Prevent snowball throw if player hasn't selected a class
137e5a5125 Remove unused log, add null check, and update player teleport.
Compare 4 commits »
stijn pushed to master at Altitude/ctf 2025-03-01 18:29:50 +00:00
3c5842a92c Implement shield mechanics and enhance game end reset logic
f5bb1564ae Increase spawn proximity threshold for class change checks.
Compare 2 commits »
stijn pushed to master at Altitude/ctf 2025-03-01 00:22:16 +00:00
fa8d320da9 Refactor and optimize redundant code across the project
816c429346 Remove leftover debug logging in broadcastNextPhaseStartTime
afbd1a9f09 Todo removed from tank class since the shield is strong enough now
5430af2149 Remove completed TODO comments
ce7297afb8 Refactor flag point update logic for winning team.
Compare 5 commits »
stijn pushed to master at Altitude/ctf 2025-02-28 23:49:04 +00:00
a10607092b Refactor snow bucket creation to return a list of snow buckets.
fe39cdf5a1 Change Mage class display item to Snowball
6008378258 Fix mage class damage and improve mage snowball throw logic
18b211f681 Reduce Mage class default damage from 5 to 3.
b5c59cf173 Implement knockback effect for players near captured flag
Compare 6 commits »
stijn pushed to master at Altitude/ctf 2025-02-28 23:05:58 +00:00
d11cf25fc8 Add Mage character class with snowball duplication ability
e8c015790f Fix Trapper using Tank constructor.
Compare 2 commits »
stijn pushed to master at Altitude/ctf 2025-02-28 22:12:46 +00:00
ba8fbe83e0 Remove TODO comment in TrapperCreator class.
stijn pushed to master at Altitude/ctf 2025-02-28 22:12:15 +00:00
d56e8eaea5 Add Trapper game class to the CTF system
stijn pushed to master at Altitude/ctf 2025-02-28 21:21:25 +00:00
3550d75634 Introduce TeamScoreboard and highest stat tracking functionality.
14158f73b8 Handle null player check in resetWorldBorder method.
Compare 2 commits »
stijn pushed to master at Altitude/ctf 2025-02-26 21:00:50 +00:00
c738f02d17 Add persistent player statistics tracking
stijn pushed to master at Altitude/ctf 2025-02-23 00:23:00 +00:00
e62d0df9df Refactor potion healing to exclude non-teammates.
eeed5b4c54 Add player statistics tracking and integration.
8386e773ce Add glowing effect to flag carrier
e5656f23ce Fix class change restriction and track player death state
409a1aa596 Make addToScoreboard public and reset team scores.
Compare 8 commits »
stijn pushed to master at Altitude/ctf 2025-02-15 21:31:42 +00:00
c09c55ed7a Add Discord integration for teams and user linking
2c80b2d474 Handle null player in resetFlagCarrier method
Compare 2 commits »
stijn pushed to master at Altitude/ctf 2025-02-15 03:10:59 +00:00
4f0a4eff6f Update flag capture flow to notify players visually
c02bda6ea7 Add slowness effect to flag carriers and clear it on reset
Compare 2 commits »
stijn pushed to master at Altitude/ctf 2025-02-15 02:53:39 +00:00
400032a94c Switch from UUID to Player & add scoreboard for teams
6893e07619 Prevent armor manipulation with InventoryClick and Drag events
f27038f91d Ensure snowball hit events are properly canceled outside combat phase.
07b700bc32 Shuffle player list before assigning teams
7ae91bcf06 Add customizable flag material for Capture the Flag
Compare 5 commits »
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 »