From 0127ad49db5413eb39007dbd2b6e33da861cf340 Mon Sep 17 00:00:00 2001 From: Len <40720638+destro174@users.noreply.github.com> Date: Sat, 1 Aug 2026 04:27:21 -0500 Subject: [PATCH] Update default configs --- src/main/resources/config.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 3db469e..59f8ad3 100755 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,14 +1,14 @@ -World_Name: 'world' -Percentage: 0.3 +World_Name: world +Percentage: 0.25 Player: Sleep: - Night: '' - Storm: '' - AlreadySleptNight: '' - AlreadtSleptStorm: '' - + Night: '&7* %player is sleeping. %count more required.' + Storm: '&7* %player is sleeping. %count more required.' + AlreadySleptNight: '&7Your vote to skip the night has already counted. %count + more required.' + AlreadySleptStorm: '&7Your vote to skip the storm has already counted. %count + more required.' Server: Skip: - Night '' - Storm: '' - \ No newline at end of file + Night: '&7Majority vote. Skipping night.' + Storm: '&7Majority vote. Skipping storm.' \ No newline at end of file