From 19cc22aca61826cdbcfb06802373303b8178a8eb Mon Sep 17 00:00:00 2001 From: Tigerpanzer_02 <37453987+Tigerpanzer02@users.noreply.github.com> Date: Wed, 3 Jan 2024 01:01:35 +0100 Subject: [PATCH] #patch Fixed startup issues (#78) * Bump version from 5.0.2 to 5.0.2-SNAPSHOT0 * Fetched 1.3.5 MiniGamesBox * Bump version from 5.0.2-SNAPSHOT0 to 5.0.2-SNAPSHOT1 --------- Co-authored-by: version-bump[github-action] <41898282+version-bump[github-action]@users.noreply.github.com> --- .github/CHANGELOG.md | 5 +++++ build.gradle.kts | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index f68db267..72c722f1 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -10,6 +10,11 @@ deploy webhooks to print changelog successfully That's all, matcher will stop when detects next line started with `###` match +### 5.0.3 Release (03.01.2024) +* Added new command /bba locale to set your locale +* Fixed GameProfile API 1.20 change +* Fixed none kits related plugins issues + ### 5.0.2 Release (31.12.2023) * Fixed gtb round reset on player leave * Fixed gtb "could not pass event AsyncPlayerChatEvent" if spectators ingame diff --git a/build.gradle.kts b/build.gradle.kts index 418f5aa1..59093685 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,14 +38,14 @@ repositories { } dependencies { - implementation("plugily.projects:MiniGamesBox-Classic:1.3.4") { isTransitive = false } + implementation("plugily.projects:MiniGamesBox-Classic:1.3.5") { isTransitive = false } compileOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT") compileOnly("net.citizensnpcs:citizensapi:2.0.31-SNAPSHOT") compileOnly("org.jetbrains:annotations:24.0.1") } group = "plugily.projects" -version = "5.0.2" +version = "5.0.2-SNAPSHOT1" description = "BuildBattle" java {