From 41215d61d4a3dc5efea22315039714ed58ca65e7 Mon Sep 17 00:00:00 2001 From: Archy-X <63976867+Archy-X@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:27:43 -0400 Subject: [PATCH] 2.2.3 Release --- Changelog.md | 20 ++++++++++++++++++++ gradle.properties | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 0298120cd..29a27352d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,26 @@ Changelog for versions since 2.0.0. +## 2.2.3 + +### New Features +- Add new damage source options + - Add excluded_damager/excluded_damagers to prevent XP gain from specific entity types + - Add cooldown_ms to define a delay before XP can be gained again in milliseconds (200 by default) + - Add damagers option to define a list of valid damagers +- Add job selection cooldown option (jobs.selection.cooldown_sec) + +### Changes +- Update German, Polish, and Italian messages +- Make all region loading async + +### Bug Fixes +- Fix error loading menu on Spigot 1.21 +- Fix typos in excavation loot file +- Implement error handling for global requirement material names +- Fix trait_experience_bonus placeholder not working +- Fix boss bar progress must be between error + ## 2.2.2 ### New Features diff --git a/gradle.properties b/gradle.properties index d2f5f5b8a..7a3fc5e4e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -projectVersion=2.2.2 +projectVersion=2.2.3 supportedMCVersions=1.17,1.17.1,1.18,1.18.1,1.18.2,1.19,1.19.1,1.19.2,1.19.3,1.19.4,1.20,1.20.1,1.20.2,1.20.3,1.20.4,1.20.5,1.20.6,1.21,1.21.1