Skip to content

Commit dd4ec15

Browse files
fancynpcs: Update version to 2.5.2
1 parent ee8fe70 commit dd4ec15

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

docs/src/fancynpcs/changelog/v2.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,21 @@ order: 2
55

66
![](../../static/changelog_v2_x_x.png)
77

8-
#
8+
#
9+
10+
## FancyNpcs Changelog v2.5.2 [!badge variant="info" text="2025-06-13"]
11+
-
12+
13+
- Fixed skins set to username or uuid not working sometimes (403 http status code)
14+
- Npcs should now spawn instantly when a player teleports
15+
- Added support for [text shadow color](https://docs.advntr.dev/minimessage/format.html#shadow-color) (updated
16+
ChatColorHandler)
17+
- Changed npc update interval (the config option) to seconds
18+
- Added sniffer state attribute
19+
- Fixed NPE in SkinManager
20+
- Fixed issue with the copy command
21+
- Fixed exception with the npc update method when using 1.20
22+
- Fixed NpcsLoadedEvent not being called when no npcs exist
923

1024
## FancyNpcs Changelog v2.5.1 [!badge variant="info" text="2025-05-31"] [!badge variant="danger" text="Hotfix"]
1125

plugins/fancynpcs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- Fixed skins set to username or uuid not working sometimes (403 http status code)
2+
- Npcs should now spawn instantly when a player teleports
3+
- Added support for [text shadow color](https://docs.advntr.dev/minimessage/format.html#shadow-color) (updated ChatColorHandler)
4+
- Changed npc update interval (the config option) to seconds
5+
- Added sniffer state attribute
6+
- Fixed NPE in SkinManager
7+
- Fixed issue with the copy command
8+
- Fixed exception with the npc update method when using 1.20
9+
- Fixed NpcsLoadedEvent not being called when no npcs exist

plugins/fancynpcs/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.1.271
1+
2.5.2

0 commit comments

Comments
 (0)