diff --git a/docs/src/fancynpcs/changelog/v2.md b/docs/src/fancynpcs/changelog/v2.md index 1a241e0c..bc90184a 100644 --- a/docs/src/fancynpcs/changelog/v2.md +++ b/docs/src/fancynpcs/changelog/v2.md @@ -7,13 +7,21 @@ order: 2 # -## FancyNpcs Changelog v2.6.0 [!badge variant="info" text="2025-06-26"] +## v2.7.0 [!badge variant="info" text="2025-07-18"] + +- Added support for 1.21.7 & 1.21.8 +- Added `harness` attribute for happy ghasts +- Fixed comments not being for new feature flags +- Fixed status code check of Mojang API +- Improved http handling in FancyAnalytics + +## v2.6.0 [!badge variant="info" text="2025-06-26"] - Added support for 1.21.6 - Added UUID caching to improve performance - More fixes to the skin system -## FancyNpcs Changelog v2.5.2 [!badge variant="info" text="2025-06-13"] +## v2.5.2 [!badge variant="info" text="2025-06-13"] - Fixed skins set to username or uuid not working sometimes (403 http status code) - Npcs should now spawn instantly when a player teleports @@ -26,7 +34,7 @@ order: 2 - Fixed exception with the npc update method when using 1.20 - Fixed NpcsLoadedEvent not being called when no npcs exist -## FancyNpcs Changelog v2.5.1 [!badge variant="info" text="2025-05-31"] [!badge variant="danger" text="Hotfix"] +## v2.5.1 [!badge variant="info" text="2025-05-31"] [!badge variant="danger" text="Hotfix"] - Fixed some attributes kicking players from the server (only in 1.21.5) - Fixed NPE related to the skin system diff --git a/plugins/fancynpcs/CHANGELOG.md b/plugins/fancynpcs/CHANGELOG.md index 197ad1de..fe7f4e45 100644 --- a/plugins/fancynpcs/CHANGELOG.md +++ b/plugins/fancynpcs/CHANGELOG.md @@ -1,3 +1,5 @@ -- Added support for 1.21.6 -- Added UUID caching to improve performance -- More fixes to the skin system \ No newline at end of file +- Added support for 1.21.7 & 1.21.8 +- Added `harness` attribute for happy ghasts +- Fixed comments not being for new feature flags +- Fixed status code check of Mojang API +- Improved http handling in FancyAnalytics \ No newline at end of file diff --git a/plugins/fancynpcs/VERSION b/plugins/fancynpcs/VERSION index 87839fe0..9aa34646 100644 --- a/plugins/fancynpcs/VERSION +++ b/plugins/fancynpcs/VERSION @@ -1 +1 @@ -2.6.0.284 \ No newline at end of file +2.7.0 \ No newline at end of file