From 76681f6c394d03ca8e147229a1ed4839f7696939 Mon Sep 17 00:00:00 2001 From: Tigerpanzer_02 <37453987+Tigerpanzer02@users.noreply.github.com> Date: Mon, 15 Jan 2024 10:23:18 +0100 Subject: [PATCH] Fetched minigamesbox 1.3.6 --- .github/CHANGELOG.md | 3 +++ build.gradle.kts | 2 +- src/main/resources/config.yml | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index e46db8e1..021529ed 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,3 +1,6 @@ +### 2.0.6 Release +* Fixed Hungerlose option in config.yml + ### 2.0.5 Release (13.01.2024) * Updated to minigamesbox 1.3.6 diff --git a/build.gradle.kts b/build.gradle.kts index 01a600d6..884c36be 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ repositories { } dependencies { - implementation("plugily.projects:MiniGamesBox-Classic:1.3.6") { isTransitive = false } + implementation("plugily.projects:MiniGamesBox-Classic:1.3.6-SNAPSHOT2") { isTransitive = false } compileOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT") compileOnly("io.papermc.paper:paper-api:1.19.3-R0.1-SNAPSHOT") compileOnly("org.jetbrains:annotations:24.0.1") diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 1ebb00d8..d21a7a51 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -142,8 +142,8 @@ Damage: Drowning: false # Should players get fire damage? Fire: false - # Should players lose food ingame? - Food: false + # Should players lose food ingame & get damage? + Hunger: false Option: @@ -262,4 +262,4 @@ Sword: # 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