Skip to content

Commit

Permalink
Add support for tracking captured flags in BattleTracker
Browse files Browse the repository at this point in the history
  • Loading branch information
Redned235 committed Aug 29, 2024
1 parent 2866aae commit e381fec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/resources/arenas/ctf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ team-options:
team-amount: 2
team-selection: pick
shared-spawn-points: true
tracking:
stats-tracked:
flags-captured:
key: flags_captured
type: add
modules:
- arena-restoration
- classes
Expand Down Expand Up @@ -124,4 +129,4 @@ phases:
- play-sound{sound=block.anvil.place;pitch=0;volume=1}
on-draw:
- send-message{message=<yellow>It's a draw!</yellow>}
- play-sound{sound=block.beacon.deactivate;pitch=0;volume=1}
- play-sound{sound=block.beacon.deactivate;pitch=0;volume=1}

0 comments on commit e381fec

Please sign in to comment.