mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-05 23:33:36 +00:00
fancynpcs: Update version to 2.8.1
This commit is contained in:
@@ -7,6 +7,17 @@ order: 2
|
|||||||
|
|
||||||
#
|
#
|
||||||
|
|
||||||
|
## v2.8.1 [!badge variant="info" text="2025-11-25"]
|
||||||
|
|
||||||
|
- Removed support for 1.19.4
|
||||||
|
- Fixed npcs randomly disappearing
|
||||||
|
- Fixed skin mirroring for 1.21.9
|
||||||
|
- Added inverted permission check for `need_permission` action (use prefix `!` to invert)
|
||||||
|
- Added `/npc rotate <npc> <yaw> <pitch>` command to set NPC orientation
|
||||||
|
- Added `swing_arm_on_update` config option
|
||||||
|
- Added `use-minecraft-usercache` feature flag
|
||||||
|
|
||||||
|
|
||||||
## v2.8.0 [!badge variant="info" text="2025-10-10"]
|
## v2.8.0 [!badge variant="info" text="2025-10-10"]
|
||||||
|
|
||||||
- Added support for 1.21.9 and 1.21.10
|
- Added support for 1.21.9 and 1.21.10
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
- Added support for 1.21.11
|
- Removed support for 1.19.4
|
||||||
|
- Fixed npcs randomly disappearing
|
||||||
- Fixed skin mirroring for 1.21.9
|
- Fixed skin mirroring for 1.21.9
|
||||||
- Added inverted permission check for `need_permission` action (use prefix `!` to invert)
|
- Added inverted permission check for `need_permission` action (use prefix `!` to invert)
|
||||||
- Added `/npc rotate <npc> <yaw> <pitch>` command to set NPC orientation
|
- Added `/npc rotate <npc> <yaw> <pitch>` command to set NPC orientation
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2.8.0.312
|
2.8.1
|
||||||
@@ -22,8 +22,7 @@
|
|||||||
"1.21.7",
|
"1.21.7",
|
||||||
"1.21.8",
|
"1.21.8",
|
||||||
"1.21.9",
|
"1.21.9",
|
||||||
"1.21.10",
|
"1.21.10"
|
||||||
"1.21.11"
|
|
||||||
],
|
],
|
||||||
"channel": "RELEASE",
|
"channel": "RELEASE",
|
||||||
"loaders": [
|
"loaders": [
|
||||||
|
|||||||
Reference in New Issue
Block a user