mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-05 23:33:36 +00:00
fancynpcs: Update version to 2.7.0
This commit is contained in:
@@ -7,13 +7,21 @@ order: 2
|
||||
|
||||
#
|
||||
|
||||
## FancyNpcs Changelog v2.6.0 [!badge variant="info" text="2025-06-26"]
|
||||
## v2.7.0 [!badge variant="info" text="2025-07-18"]
|
||||
|
||||
- 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
|
||||
|
||||
## v2.6.0 [!badge variant="info" text="2025-06-26"]
|
||||
|
||||
- Added support for 1.21.6
|
||||
- Added UUID caching to improve performance
|
||||
- More fixes to the skin system
|
||||
|
||||
## FancyNpcs Changelog v2.5.2 [!badge variant="info" text="2025-06-13"]
|
||||
## 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
|
||||
@@ -26,7 +34,7 @@ order: 2
|
||||
- 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"]
|
||||
## v2.5.1 [!badge variant="info" text="2025-05-31"] [!badge variant="danger" text="Hotfix"]
|
||||
|
||||
- Fixed some attributes kicking players from the server (only in 1.21.5)
|
||||
- Fixed NPE related to the skin system
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
- Added support for 1.21.6
|
||||
- Added UUID caching to improve performance
|
||||
- More fixes to the skin system
|
||||
- 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
|
||||
@@ -1 +1 @@
|
||||
2.6.0.284
|
||||
2.7.0
|
||||
Reference in New Issue
Block a user