diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index a62d5280d..d63c096ee 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -108,6 +108,7 @@ Chat: # Should spectators only write with other spectators Spectators: true + # Should we fire some cool fireworks at locations of every player at special events such as the game end? Firework: true @@ -154,6 +155,8 @@ Damage: Drowning: false # Should players get fire damage? Fire: false + # Should players lose food ingame & get damage? + Hunger: false Cycle: @@ -263,4 +266,4 @@ Update-Notifier: # You edited it, huh? Next time hurt yourself! Do-Not-Edit: File-Version: 1 - Core-Version: 3 \ No newline at end of file + Core-Version: 4 \ No newline at end of file diff --git a/src/main/resources/language.yml b/src/main/resources/language.yml index 2cec32762..a93760eb9 100644 --- a/src/main/resources/language.yml +++ b/src/main/resources/language.yml @@ -622,4 +622,4 @@ Leaderboard: # You edited it, huh? Next time hurt yourself! Do-Not-Edit: File-Version: 1 - Core-Version: 1 \ No newline at end of file + Core-Version: 2 \ No newline at end of file