From 621d9712d06f358f2c241032acf9ab3098307825 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 7 Aug 2025 10:35:36 +0200 Subject: [PATCH] fancynpcs: Update version to 2.7.2 --- docs/src/fancynpcs/changelog/v2.md | 7 +++++++ plugins/fancynpcs/CHANGELOG.md | 9 ++++----- plugins/fancynpcs/VERSION | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/src/fancynpcs/changelog/v2.md b/docs/src/fancynpcs/changelog/v2.md index bc90184a..a4258c9c 100644 --- a/docs/src/fancynpcs/changelog/v2.md +++ b/docs/src/fancynpcs/changelog/v2.md @@ -7,6 +7,13 @@ order: 2 # +## v2.7.1 [!badge variant="info" text="2025-08-07"] + +- Fixed placeholder skins not refreshing +- Send a warning message when using the `player_command_as_op` action +- Fixed translation for the `turn_to_player` action +- Fixed camel pose attribute for 1.21.6 - 1.21.8 + ## v2.7.0 [!badge variant="info" text="2025-07-18"] - Added support for 1.21.7 & 1.21.8 diff --git a/plugins/fancynpcs/CHANGELOG.md b/plugins/fancynpcs/CHANGELOG.md index fe7f4e45..bfc7159d 100644 --- a/plugins/fancynpcs/CHANGELOG.md +++ b/plugins/fancynpcs/CHANGELOG.md @@ -1,5 +1,4 @@ -- 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 +- Fixed placeholder skins not refreshing +- Send a warning message when using the `player_command_as_op` action +- Fixed translation for the `turn_to_player` action +- Fixed camel pose attribute for 1.21.6 - 1.21.8 \ No newline at end of file diff --git a/plugins/fancynpcs/VERSION b/plugins/fancynpcs/VERSION index 3ca3a092..5588ae82 100644 --- a/plugins/fancynpcs/VERSION +++ b/plugins/fancynpcs/VERSION @@ -1 +1 @@ -2.7.0.289 \ No newline at end of file +2.7.1 \ No newline at end of file