From ea03dd2a222b5eccc006fec0169c20a1095a2087 Mon Sep 17 00:00:00 2001 From: Wertik Date: Sun, 20 Sep 2020 19:34:50 +0200 Subject: [PATCH] Fix default config.yml --- src/main/resources/config.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 98b616f..8ff1146 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -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: