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