Skip to content

Commit

Permalink
Fix default config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wertik committed Sep 20, 2020
1 parent 399bda3 commit ea03dd2
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,20 @@ force-update-on-vote: true
# Listen to when the server advances in the leaderboard and broadcast a message.
advance:
enabled: true
broadcast:
- ' '
- '&7Server advanced to position &8#&6%serverPosition% &7on &6Czech&8-&6craft&8.&6eu &7with &e%serverVotes% &7votes!'
- ' '
rewards:
broadcast:
- ' '
- '&7Server advanced to position &8#&6%serverPosition% &7on &6Czech&8-&6craft&8.&6eu &7with &e%serverVotes% &7votes!'
- ' '

# Listen to when the server drops in the leaderboard and broadcast a message.
drop:
enabled: true
broadcast:
- ' '
- '&7Server dropped to position &8#&6%serverPosition% &7on &6Czech&8-&6craft&8.&6eu &7with &e%serverVotes% &7votes!'
- ' '
rewards:
broadcast:
- ' '
- '&7Server dropped to position &8#&6%serverPosition% &7on &6Czech&8-&6craft&8.&6eu &7with &e%serverVotes% &7votes!'
- ' '

# Refresh rates in seconds.
refresh-rates:
Expand Down

0 comments on commit ea03dd2

Please sign in to comment.