From 370b7d2c1807d9d94887e5af774300328a81112a Mon Sep 17 00:00:00 2001 From: Tigerpanzer_02 <37453987+Tigerpanzer02@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:46:22 +0100 Subject: [PATCH] Fetched latest changes from minigamesbox --- src/main/resources/config.yml | 5 ++++- src/main/resources/language.yml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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