From 751d67799c4105ffb49d117d6330ec941579465b Mon Sep 17 00:00:00 2001 From: Tigerpanzer_02 <37453987+Tigerpanzer02@users.noreply.github.com> Date: Mon, 15 Jan 2024 23:31:20 +0100 Subject: [PATCH] Updated to minigamesbox 1.3.7 --- .github/CHANGELOG.md | 4 +++- build.gradle.kts | 2 +- src/main/resources/language.yml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 2591780..14e1a6e 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,3 +1,6 @@ +### 2.0.7 Release (15.01.2024) +* Updated to minigamesbox 1.3.7 + ### 2.0.6 Release (13.01.2024) * Changed default ingame time to 900 from 270, bow cooldown to 3 from 5; * Added Natural-Regeneration and Block-Breakage-Item-Drop config option @@ -5,7 +8,6 @@ * Adjusted language; Removed "You can't move" beetween rounds * Updated to minigamesbox 1.3.6 - ### 2.0.5 Release (03.01.2024) * Added new command /tba locale to set your locale * Fixed GameProfile API 1.20 change diff --git a/build.gradle.kts b/build.gradle.kts index 86c5caf..9f0ae36 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ repositories { } dependencies { - implementation("plugily.projects:MiniGamesBox-Classic:1.3.6-SNAPSHOT2") { isTransitive = false } + implementation("plugily.projects:MiniGamesBox-Classic:1.3.7") { isTransitive = false } compileOnly("org.spigotmc:spigot-api:1.20.4-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/language.yml b/src/main/resources/language.yml index a7061bf..c4266a3 100644 --- a/src/main/resources/language.yml +++ b/src/main/resources/language.yml @@ -413,4 +413,4 @@ Leaderboard: # You edited it, huh? Next time hurt yourself! Do-Not-Edit: File-Version: 1 - Core-Version: 1 + Core-Version: 2