Skip to content

Commit

Permalink
Fix some bugs in Battlegrounds and Deathmatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Redned235 committed Jul 2, 2024
1 parent 0965e62 commit 0a8dc5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions plugin/src/main/resources/arenas/battlegrounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ events:
- clear-effects
- restore{types=all}
on-death:
- clear-inventory
- respawn
- delay{ticks=1}
- teleport{location=waitroom}
on-respawn:
- teleport{location=team_spawn;random=true}
options:
- block-break{enabled=false}
- block-place{enabled=false}
Expand Down
4 changes: 2 additions & 2 deletions plugin/src/main/resources/arenas/deathmatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ team-options:
lives:
enabled: false
victory-conditions:
teams-alive:
amount: 1
time-limit:
time-limit: 2m
highest-stat:
stat-name: kills
events:
on-join:
- store{types=all}
Expand Down

0 comments on commit 0a8dc5e

Please sign in to comment.