Skip to content

Commit

Permalink
Update give-effects syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Redned235 committed Jul 11, 2024
1 parent 0eb5137 commit 946d05e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/arenas/ctf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ events:
- clear-inventory
on-respawn:
- delay{ticks=1}
- give-effects{effects=[speed 300 1]}
- give-effects{effects=[speed{duration=300;amplifier=1}]}
- teleport{location=team_spawn;random=false}
on-flag-capture:
- delay{ticks=20}
Expand Down Expand Up @@ -68,7 +68,7 @@ phases:
on-complete:
- join-random-team
- teleport{location=team_spawn}
- give-effects{effects=[speed 300 1]}
- give-effects{effects=[speed{duration=300;amplifier=1}]}
- play-sound{sound=block.note_block.pling;pitch=2;volume=1}
ingame:
allow-join: false
Expand Down

0 comments on commit 946d05e

Please sign in to comment.