Skip to content

Commit 9aecf99

Browse files
fancynpcs: Update version to 2.8.1
1 parent 1bdf350 commit 9aecf99

4 files changed

Lines changed: 15 additions & 4 deletions

File tree

docs/src/fancynpcs/changelog/v2.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ order: 2
77

88
#
99

10+
## v2.8.1 [!badge variant="info" text="2025-11-25"]
11+
12+
- Removed support for 1.19.4
13+
- Fixed npcs randomly disappearing
14+
- Fixed skin mirroring for 1.21.9
15+
- Added inverted permission check for `need_permission` action (use prefix `!` to invert)
16+
- Added `/npc rotate <npc> <yaw> <pitch>` command to set NPC orientation
17+
- Added `swing_arm_on_update` config option
18+
- Added `use-minecraft-usercache` feature flag
19+
20+
1021
## v2.8.0 [!badge variant="info" text="2025-10-10"]
1122

1223
- Added support for 1.21.9 and 1.21.10

plugins/fancynpcs/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
- Added support for 1.21.11
1+
- Removed support for 1.19.4
2+
- Fixed npcs randomly disappearing
23
- Fixed skin mirroring for 1.21.9
34
- Added inverted permission check for `need_permission` action (use prefix `!` to invert)
45
- Added `/npc rotate <npc> <yaw> <pitch>` command to set NPC orientation

plugins/fancynpcs/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8.0.312
1+
2.8.1

plugins/fancynpcs/release_deployment_config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"1.21.7",
2323
"1.21.8",
2424
"1.21.9",
25-
"1.21.10",
26-
"1.21.11"
25+
"1.21.10"
2726
],
2827
"channel": "RELEASE",
2928
"loaders": [

0 commit comments

Comments
 (0)