From df297615c1113b751bc8026c49f322c8b0b09ba8 Mon Sep 17 00:00:00 2001 From: Tigerpanzer_02 <37453987+Tigerpanzer02@users.noreply.github.com> Date: Tue, 9 Jul 2024 22:02:07 +0200 Subject: [PATCH] Updated to minigamesbox 1.3.11 --- .github/CHANGELOG.md | 10 ++++++++++ build.gradle.kts | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 577d65d1..e5f9f7e7 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -10,6 +10,16 @@ deploy webhooks to print changelog successfully That's all, matcher will stop when detects next line started with `###` match +### 5.0.9 Release (09.07.2024) +* Updated to minigamesbox 1.3.11 +* Fixed ChunkManager.sendMapChunk + +### 5.0.8 Release (25.06.2024) +* Updated to minigamesbox 1.3.9 + +### 5.0.7 Release (18.06.2024) +* API update + ### 5.0.6 Release (24.04.2024) * Updated to minigamesbox 1.3.8 diff --git a/build.gradle.kts b/build.gradle.kts index 1e90878f..7e67072e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,7 @@ repositories { } dependencies { - implementation("plugily.projects:MiniGamesBox-Classic:1.3.10") { isTransitive = false } + implementation("plugily.projects:MiniGamesBox-Classic:1.3.11") { isTransitive = false } compileOnly("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT") compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT") compileOnly("net.citizensnpcs:citizensapi:2.0.31-SNAPSHOT")