From dd4ec15cc3d9074e433150cd8433465d93259a7a Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 13 Jun 2025 21:32:45 +0200 Subject: [PATCH] fancynpcs: Update version to 2.5.2 --- docs/src/fancynpcs/changelog/v2.md | 16 +++++++++++++++- plugins/fancynpcs/CHANGELOG.md | 9 +++++++++ plugins/fancynpcs/VERSION | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/docs/src/fancynpcs/changelog/v2.md b/docs/src/fancynpcs/changelog/v2.md index 7d2761ac..da795f48 100644 --- a/docs/src/fancynpcs/changelog/v2.md +++ b/docs/src/fancynpcs/changelog/v2.md @@ -5,7 +5,21 @@ order: 2 ![](../../static/changelog_v2_x_x.png) -# +# + +## FancyNpcs Changelog 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 +- Added support for [text shadow color](https://docs.advntr.dev/minimessage/format.html#shadow-color) (updated + ChatColorHandler) +- Changed npc update interval (the config option) to seconds +- Added sniffer state attribute +- Fixed NPE in SkinManager +- Fixed issue with the copy command +- 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"] diff --git a/plugins/fancynpcs/CHANGELOG.md b/plugins/fancynpcs/CHANGELOG.md index e69de29b..6bbe4a31 100644 --- a/plugins/fancynpcs/CHANGELOG.md +++ b/plugins/fancynpcs/CHANGELOG.md @@ -0,0 +1,9 @@ +- Fixed skins set to username or uuid not working sometimes (403 http status code) +- Npcs should now spawn instantly when a player teleports +- Added support for [text shadow color](https://docs.advntr.dev/minimessage/format.html#shadow-color) (updated ChatColorHandler) +- Changed npc update interval (the config option) to seconds +- Added sniffer state attribute +- Fixed NPE in SkinManager +- Fixed issue with the copy command +- Fixed exception with the npc update method when using 1.20 +- Fixed NpcsLoadedEvent not being called when no npcs exist \ No newline at end of file diff --git a/plugins/fancynpcs/VERSION b/plugins/fancynpcs/VERSION index 23ca8c5d..21b159dc 100644 --- a/plugins/fancynpcs/VERSION +++ b/plugins/fancynpcs/VERSION @@ -1 +1 @@ -2.5.1.271 \ No newline at end of file +2.5.2 \ No newline at end of file