
Minecraft 服务端插件
FancyNpcs
Simple, lightweight and fast NPC plugin using packets
- 版本范围
- 1.19.3–26.2
- 下载量
- 35.7 万
插件介绍

Simple, lightweight and feature-rich NPC plugin for Paper (and Folia) servers using packets.
Features
With this plugin you can create NPCs with customizable properties like:
- Type (Cow, Pig, Player, etc.)
- Skin (from username or texture URL)
- Glowing (in all colors)
- Attributes (pose, visibility, variant, etc.)
- Equipment (eg. holding a diamond sword and wearing leather armor)
- Interactions (player commands, console commands, messages)
- ...and much more!
Check out images section down below.
Installation
Paper 1.21.4 or newer with Java 25 (or higher) is required. Plugin should also work on Paper forks.
Spigot is not supported.
Documentation
Official documentation is hosted here. Quick reference:
Have more questions? Feel free to ask them on our Discord server.
Developer API
More information can be found in Documentation and Javadocs.
Maven
<repository>
<id>fancyinnovations-releases</id>
<name>FancyInnovations Repository</name>
<url>https://repo.fancyinnovations.com/releases</url>
</repository>
<dependency>
<groupId>de.oliver</groupId>
<artifactId>FancyNpcs</artifactId>
<version>[VERSION]</version>
<scope>provided</scope>
</dependency>
Gradle
repositories {
maven("https://repo.fancyinnovations.com/releases")
}
dependencies {
compileOnly("de.oliver:FancyNpcs:[VERSION]")
}
Images
Images showcasing the plugin, sent to us by our community.

Provided by Explorer's Eden

Provided by Explorer's Eden

Provided by Explorer's Eden

Provided by Beacon's Quest

Provided by @OliverSchlueter

Provided by @OliverSchlueter

Provided by @Grabsky
Data collection
This plugin collects anonymous usage data to help us understand how the plugin is being used and to improve it. All collected data by all servers is aggregated, we don't store any IP addresses, server names, or any other information that could be used to identify a specific server or user. Read more about that topic (used platforms, how to opt-out, list of metrics ...) in the documentation.
展示图集








版本与下载
推荐下载
FancyNpcs-2.11.0.jar版本 2.11.0 · 6.3 MBSHA-1 5346f6ef225b9183d4912ad3c7b7b114f259c438下载 FancyNpcs-2.11.0.jar2.11.0+370
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1.2 · 26.2
SHA-1 165fddb4164da379ee7fcc4b52326d2ee25cef2f获取文件 FancyNpcs-2.11.0+370.jar展开更新日志
Commit hash: 6d1e1755
Commit message: fancynpcs: Fix glowing in npcconvert command
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.11.0+369
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1.2 · 26.2
SHA-1 a71835d02ee09ba99a0a115f2c91104277c00972获取文件 FancyNpcs-2.11.0+369.jar展开更新日志
Commit hash: ec5f4e1a
Commit message: fancynpcs: Remove player_command_as_op action
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.11.0
正式版推荐- 加载器
- folia · paper
- MC 版本
- 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1.2 · 26.2
展开更新日志
- Added support for 26.2
- Added
mineskin_timeoutconfig option to set the timeout for fetching skins from MineSkin - Fixed
/npc displaynamecommand throwing errors
2.10.1.368
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1.2 · 26.2-rc-2
SHA-1 21570c299f0cd44b644ca6e3b87b3d1cfeb89b89获取文件 FancyNpcs-2.10.1.368.jar展开更新日志
Commit hash: 2e8f983d
Commit message: fancynpcs: Add generic command execution exception handler
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.10.1.367
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1.2 · 26.2-rc-2
SHA-1 7a9f4472970146c1c8154711d34900ce75f6bf6f获取文件 FancyNpcs-2.10.1.367.jar展开更新日志
Commit hash: 6b8f0428
Commit message: fancynpcs: Fix attributes for 26.2-rc-2
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.10.1-java21+2
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 fc70d341f664053a4b6933cbda5cdec9b98490f5获取文件 FancyNpcs-2.10.1-java21+2.jar展开更新日志
Commit hash: 512aa29d
Commit message: Fix interactions being executed twice
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.10.1.366
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1.2
SHA-1 d3585e9b9d11d4b4e7f19f93cceed2afc037fcc2获取文件 FancyNpcs-2.10.1.366.jar展开更新日志
Commit hash: ee6e0cc9
Commit message: fancynpcs, fancyholograms: Add support for 26.2-rc-2
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.10.1.365
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1.2
SHA-1 724bf2767bc9f8e164fddb7fe4c43fb073b1b838获取文件 FancyNpcs-2.10.1.365.jar展开更新日志
Commit hash: c7435c57
Commit message: fancynpcs: Fix custom model attribute check in NPC classes
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.10.1
正式版推荐- 加载器
- folia · paper
- MC 版本
- 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1.2
展开更新日志
- Fixed skin system throwing errors
- Fixed npcs disappearing / not showing
2.10.1-java21
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 0ee8b04122e123e452c39ab32e9e62e9d559dcde获取文件 FancyNpcs-2.10.1-java21.jar展开更新日志
Only use this version, if you have to use 1.21.4 and/or Java 21. We highly recommend to update to the latest supported Paper version (21.1.2 atm) and Java 25.
This version also removed support for 26.1.2, as it requires Java 25.
It will be the very last version to support 1.21.4 and Java 21!
2.10.0.364
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1.2
SHA-1 06e0db18f3db8015edb3d98e20a921cac1636266获取文件 FancyNpcs-2.10.0.364.jar展开更新日志
Commit hash: b38cd1f1
Commit message: deployment: Remove support for 1.21.4
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.10.0.363
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1.2
SHA-1 f90e4dfbb149cd8bf76684eb595e4257e9879ca2获取文件 FancyNpcs-2.10.0.363.jar展开更新日志
Commit hash: fa1f154d
Commit message: fancynpcs: Fix error while fetching UUID for skin
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.10.0.362
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1.2
SHA-1 933ce79921ccf5b8dd3a78c4adcd08c3ddfc1482获取文件 FancyNpcs-2.10.0.362.jar展开更新日志
Commit hash: d836b098
Commit message: Update ChatColorHandler to 8.1.1
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.10.0.361
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1.2
SHA-1 1a2099a48ca31d4a896d77f5eb40373d435a0520获取文件 FancyNpcs-2.10.0.361.jar展开更新日志
Commit hash: 9b2eba2f
Commit message: Downgrade ChatColorHandler to 6.0.4
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.10.0+2-java21
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 a2937ce74ab28e2d8b268101adb2ef385c53ac2e获取文件 FancyNpcs-2.10.0+2-java21.jar展开更新日志
Fixed actions executed twice.
Only use this version, if you have to use 1.21.4 and/or Java 21. We highly recommend to update to the latest supported Paper version (21.1.2 atm) and Java 25.
This version also removed support for 26.1.2, as it requires Java 25.
2.10.0-java21
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 52011b1b4f14e4085dbcbb3dd2b57f85d26cf4c5获取文件 FancyNpcs-2.10.0-java21.jar展开更新日志
This version is FancyNpcs v2.10.0 but compiled with Java 21 instead of Java 25.
Only use this version, if you have to use 1.21.4 and/or Java 21. We highly recommend to update to the latest supported Paper version (21.1.2 atm) and Java 25.
This version also removed support for 26.1.2, as it requires Java 25.
2.10.0.359
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1.2
SHA-1 31a7fa6e0825f3ee34f2c21ac50d68e7da4f52ed获取文件 FancyNpcs-2.10.0.359.jar展开更新日志
Commit hash: b040f178
Commit message: fancynpcs: Remove some deprecated stuff in npc storage
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.10.0.358
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1.2
SHA-1 3446978782750a5d06b1f052933fed4ba65fdc0e获取文件 FancyNpcs-2.10.0.358.jar展开更新日志
Commit hash: 3ca72f0f
Commit message: fancynpcs: Don't send scale attribute packet when using custom model
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.10.0.357
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1.2
SHA-1 71c7e4efbee76b59e8204bbcbe6d624091534cc8获取文件 FancyNpcs-2.10.0.357.jar展开更新日志
Commit hash: b5d6dffa
Commit message: fancynpcs: Add NpcData#removeAttribute
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.10.0.356
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1.2
SHA-1 36724760683307d2b5793374fe49f7bd7ab191ba获取文件 FancyNpcs-2.10.0.356.jar展开更新日志
Commit hash: 3193fe4d
Commit message: fancynpcs: Add NpcPreInteractEvent and fix NpcAttribute#getPossibleValues to also return values from supplier
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.10.0.355
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1.2
SHA-1 9233594d12d1b5379721c6d80475cc178c972935获取文件 FancyNpcs-2.10.0.355.jar展开更新日志
Commit hash: c1bdd460
Commit message: fancynpcs: Add option to provide possible values via Supplier in NpcAttribute
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.10.0
正式版推荐- 加载器
- folia · paper
- MC 版本
- 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1.2
展开更新日志
- Added support for Minecraft 26.1.2
- Removed support for 1.21 - 1.21.3
- This version now requires Java 25! (see below)
- Added Citizens -> FancyNpcs converter (see tutorial)
- Added
need_itemaction (see tutorial) - Internally refactored the action system to support Kite scripts (see tutorial)
- Made registry based attributes support identifiers from namespaces other than 'minecraft' (#203)
- Fixed some npc visibility issues when using Folia
- Deprecated the
player_command_as_opaction, please replace it with theplayer_commandaction and give the player the required permissions to execute the command instead
This version's jar requires Java 25. If you need to use 1.21.4 and/or Java 21, please use this version: https://modrinth.com/plugin/fancynpcs/version/2.10.0-java21
Reminder to everyone who uses the FancyNpcs Java API:
If you're still using the old URL to our maven repository, please update to the new one.
Old repo url: https://repo.fancyplugins.de/releases
New repo url: https://repo.fancyinnovations.com/releases
Both URLs point to the same underlying repo, so nothing should break. You just need to replace the url.
The old repo url will stop working in about 30 days.
2.9.2.354
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1.2
SHA-1 f193fa76cd4ac1a88c63e3b50727b10ea2845d52获取文件 FancyNpcs-2.9.2.354.jar展开更新日志
Commit hash: 24d42668
Commit message: fancynpcs: Deprecate player_command_as_op npc action
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.2.353
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1.2
SHA-1 3112c5f0c0cfac6ad030796343d8d31af0f636d8获取文件 FancyNpcs-2.9.2.353.jar展开更新日志
Commit hash: 46341c5d
Commit message: fancynpcs: Fix right_click action trigger for 26.1.2
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.2.352
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1.2
SHA-1 bbebe4c050b66776a4aadc3a6780e0ad2d5dc0c1获取文件 FancyNpcs-2.9.2.352.jar展开更新日志
Commit hash: ecea9a20
Commit message: Add support for 26.1.2
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.2.351
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1.1
SHA-1 9961393723ee4e5153b674b50e7fd9f6be53c50f获取文件 FancyNpcs-2.9.2.351.jar展开更新日志
Commit hash: 7c64a792
Commit message: Use java 25 in deploy workflows
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.2.350
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 873ddccd42feb669a409ca355d53af4aa3bdf89e获取文件 FancyNpcs-2.9.2.350.jar展开更新日志
Commit hash: 1c087fa5
Commit message: fancynpcs, fancyholograms: Bump version
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
Wednesday
早期版- 加载器
- folia · paper
- MC 版本
- 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 0b90b28855e47773b0357090fbb6ef65fcaae60b获取文件 FancyNpcs-Wednesday.jar展开更新日志
April fools version :D
If you actually want to use FancyNpcs, please use v2.9.2
2.9.2.349
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 0edae1cf37475ac6fa1a09b7898329e4c4567575获取文件 FancyNpcs-2.9.2.349.jar展开更新日志
Commit hash: 347aa55a
Commit message: fancynpcs: Use entity location as fallback in npc converter
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.2.348
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 6d39f6b2107eb2b5219b030ede9f905700a86f9e获取文件 FancyNpcs-2.9.2.348.jar展开更新日志
Commit hash: 6190cbd2
Commit message: fancynpcs: Add debug log to player_command_as_op action
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.2.347
早期版- 加载器
- paper
- MC 版本
- 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1
SHA-1 7da2bc50a99717255b44d2071d12742e625ade27获取文件 FancyNpcs-2.9.2.347.jar展开更新日志
- Added support for 26.1
2.9.2.346
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 ddff734786de8ea6708f4a481d3a4855ad6333d1获取文件 FancyNpcs-2.9.2.346.jar展开更新日志
Commit hash: 2119c1eb
Commit message: fancynpcs: Add debug logs to MojangAPI
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.2.345
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 6148ffe038f233df94e1deb3c1d230a96b5105a9获取文件 FancyNpcs-2.9.2.345.jar展开更新日志
Commit hash: b5a51e06
Commit message: all plugins: Fix issues with logger when server is shutting down
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.2.344
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 bf6cd712b05aba28e9e05fa7b91d54de450ae490获取文件 FancyNpcs-2.9.2.344.jar展开更新日志
Commit hash: a6f56e4
Commit message: fancynpcs: New message design (version bump)
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.2.343
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 154827c8a09a6b5d008d6732b507360cad37ffa8获取文件 FancyNpcs-2.9.2.343.jar展开更新日志
Commit hash: 69e08c6
Commit message: Update dev build version (Optimized checking used server software)
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.2.342
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 fab227eed1fd9023de88eef438abf2e2270841e4获取文件 FancyNpcs-2.9.2.342.jar展开更新日志
Commit hash: feee5fa
Commit message: fancynpcs v2: Add UnknownActionAction
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.2.341
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 6d5f26f981f71ec952ef8491330c8f66fedbdf03获取文件 FancyNpcs-2.9.2.341.jar展开更新日志
Commit hash: 7bd136f
Commit message: fancynpcs v2: Add need_item action
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.2.340
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 4808f73d84d4be6020d9a7f546af162ce12e48d9获取文件 FancyNpcs-2.9.2.340.jar展开更新日志
Citizens -> FancyNpcs converter
How to use:
- Have the latest version of Citizens (I used
2.0.41-b4129) installed - Have the latest dev build of FancyNpcs installed
- Run the
/npcconvert citizenscommand - Check the result (
/fancynpcs:npc list) - You can now delete the Citizens npcs and/or the Citizens plugin
These properties get converted:
- Npc owner
- Npc name (white spaces will be replaced with underscores)
- Mob type
- Skin (only tested with usernames so far)
- Look close (turn_to_player in fancynpcs)
- Glowing & glowing color
- Equipment
- Text ->
messageaction with ANY_CLICK trigger - Command ->
console_commandaction with trigger defined as Hand
The converter does not convert mob type specific attributes yet.
Please leave feedback, bugs and issues about the converter in our Discord server.
2.9.2.338
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 236b9c50e6cd59ae29c8ddee7385370a6397795c获取文件 FancyNpcs-2.9.2.338.jar展开更新日志
Commit hash: 5cc3b6a
Commit message: Update dependencies
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.2.337
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 db17f07b68d433e915ee5b9fd57e2612f5ffec67获取文件 FancyNpcs-2.9.2.337.jar展开更新日志
Change: Made registry based attributes support identifiers from namespaces other than 'minecraft'
Commit hash: 5f4a127
Commit message: fancynpcs v2: Update version to 2.9.2.337
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.2.336
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 cdd17418275c0e274e99b03c902e5acd71cfa3d3获取文件 FancyNpcs-2.9.2.336.jar展开更新日志
Commit hash: 7aa0345
Commit message: ci: Automatically publish apis to maven & add hangar deployment config
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.2.335
测试版- 加载器
- folia · paper
- MC 版本
- 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 2d1fa8012a32ab75494db163bfb8b6323fb8a14e获取文件 FancyNpcs-2.9.2.335.jar展开更新日志
Commit hash: b4ffa78
Commit message: Remove support for 1.21 and 1.21.1
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.2.334
测试版- 加载器
- folia · paper
- MC 版本
- 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 1d197f95855e48d27dc55ccf36e40ed3397aae5d获取文件 FancyNpcs-2.9.2.334.jar展开更新日志
Commit hash: 424dd0b
Commit message: fancynpcs v2, fancyholograms v2, fancyholograms v3: Update version (incudes Folia visibility fix)
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.2
正式版推荐- 加载器
- folia · paper
- MC 版本
- 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
展开更新日志
- Fixed npcs randomly disappearing
- Fixed FancyNpcs forcefully generating new worlds
- Fixed attributes not being cleared when changing npc type
2.9.1.333
测试版- 加载器
- folia · paper
- MC 版本
- 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 b062df60cf35040e7f33b36e3b65cff7e95e6bb3获取文件 FancyNpcs-2.9.1.333.jar展开更新日志
Commit hash: 5fbfb28
Commit message: fancynpcs: Clear attributes when changing npc type
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.1.332
测试版- 加载器
- folia · paper
- MC 版本
- 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 b4b2f55a359c62a9b4c5d538994f65631e2d4532获取文件 FancyNpcs-2.9.1.332.jar展开更新日志
Commit hash: 5209f17
Commit message: fancynpcs: Don't forcefully generate new worlds, only load existing ones when loading npcs
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.1.331
测试版- 加载器
- folia · paper
- MC 版本
- 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 d33cb3f1acf1959ae5cd2fb118d7efc92370a026获取文件 FancyNpcs-2.9.1.331.jar展开更新日志
Commit hash: b7df9cf
Commit message: fancynpcs: Revert some parts in join and leave listener
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.1
正式版推荐- 加载器
- folia · paper
- MC 版本
- 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
展开更新日志
- Dropped support for 1.20.x
- Added per npc visibility (similar to FancyHolograms)
- Fixed changing type to ender_dragon not taking effect
- Fixed skin identifiers being occasionally being overridden when two placeholders returned the same username
- Fixed action list being copied incorrectly when using the copy command
- Fixed npc not directly looking at player when turn_to_player is enabled and npc is scaled
- Fixed MiniMessage component not being validated before sending packets (causing player disconnects)
Recently there are many new contributors to the project. A warm welcome to all new contributors, and thank you for your help!
2.9.0.330
测试版- 加载器
- folia · paper
- MC 版本
- 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 97a0b4eaebdeab9db4c2d4f5ef2609b393ff446b获取文件 FancyNpcs-2.9.0.330.jar展开更新日志
Commit hash: f28c4bb
Commit message: ci: Update deployment configs
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.0.329
测试版- 加载器
- folia · paper
- MC 版本
- 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 eb25c2f2936acb4822a7999c2bf68f0b299f8c04获取文件 FancyNpcs-2.9.0.329.jar展开更新日志
Commit hash: e2e5311
Commit message: Update chatcolorhandler (now supports sprite tag)
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.0.328
测试版- 加载器
- folia · paper
- MC 版本
- 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 60bb7df28e00380dfaaa28d54590fbfce151ad57获取文件 FancyNpcs-2.9.0.328.jar展开更新日志
Commit hash: f67383c
Commit message: Update link to docs
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.0.327
测试版- 加载器
- folia · paper
- MC 版本
- 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 5419bc56315dc77582a13e80c0aa72814fe61e6e获取文件 FancyNpcs-2.9.0.327.jar展开更新日志
Commit hash: 4165cc2
Commit message: fancynpcs: Check if MiniMessage component is valid before sending packets
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.0.326
测试版- 加载器
- folia · paper
- MC 版本
- 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 13f2a57d5e340bfd07f066c879be806676eeb259获取文件 FancyNpcs-2.9.0.326.jar展开更新日志
Commit hash: 326c9f5
Commit message: fancynpcs: Update version
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.0.325
测试版- 加载器
- folia · paper
- MC 版本
- 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 c62c6e4a244f49856cf4c0abb45874722f1835df获取文件 FancyNpcs-2.9.0.325.jar展开更新日志
Commit hash: da6f2ef
Commit message: fancynpcs: Fix changing type to ender_dragon not taking effect
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.0.324
测试版- 加载器
- folia · paper
- MC 版本
- 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 ab192d8216d95fd010ae26fd16eb9af0347d7920获取文件 FancyNpcs-2.9.0.324.jar展开更新日志
Commit hash: fc0662f
Commit message: Update ChatColorHandler to 6.0.3
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.0.323
测试版- 加载器
- folia · paper
- MC 版本
- 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 116df294a246ddbf3c0c423b5fca55be0de3f8af获取文件 FancyNpcs-2.9.0.323.jar展开更新日志
Commit hash: a0d0d04
Commit message: fancynpcs: Remove support for 1.20.x
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.0.322
测试版- 加载器
- folia · paper
- MC 版本
- 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 e754439f06d188e133c192d62b00b8c21cb8034c获取文件 FancyNpcs-2.9.0.322.jar展开更新日志
Commit hash: 9cf3641
Commit message: Update versions
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.9.0
正式版推荐- 加载器
- folia · paper
- MC 版本
- 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
展开更新日志
- Added support for 1.21.11
2.8.1.321
测试版- 加载器
- folia · paper
- MC 版本
- 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 e30b766963cf913a2449d710cd4efd6399a6671d获取文件 FancyNpcs-2.8.1.321.jar展开更新日志
Commit hash: c3934f5
Commit message: Add support for 1.21.11
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.8.1.320
测试版- 加载器
- folia · paper
- MC 版本
- 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11-rc3
SHA-1 8628eb3fa1cb8f4c12fe81e95353691ef948c5b9获取文件 FancyNpcs-2.8.1.320.jar展开更新日志
Commit hash: 11699a6
Commit message: ci: Remove empty env
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.8.1.320
测试版- 加载器
- folia · paper
- MC 版本
- 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11-rc3
SHA-1 efec303d3e629f5700ab1060558f9baee9603554获取文件 FancyNpcs-2.8.1.320.jar展开更新日志
Commit hash: unknown
Commit message: unknown
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.8.1.319
测试版- 加载器
- folia · paper
- MC 版本
- 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11-rc2
SHA-1 3e1b3fdf95c39aeb9412b3d05fdc4210036b2157获取文件 FancyNpcs-2.8.1.319.jar展开更新日志
Commit hash: unknown
Commit message: unknown
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.8.1.318
测试版- 加载器
- folia · paper
- MC 版本
- 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11-rc2
SHA-1 b75a5d90cade781331331aed6f192020e5a8985e获取文件 FancyNpcs-2.8.1.318.jar展开更新日志
Commit hash: unknown
Commit message: unknown
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.8.1.317
测试版- 加载器
- folia · paper
- MC 版本
- 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11-rc2
SHA-1 af5bd5f12f71b81b8642b70c406ead73aead8847获取文件 FancyNpcs-2.8.1.317.jar展开更新日志
Commit hash: 5f5d5302cc67bd3b50e8f7f929c64c75cfeaecd7
Commit message:
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.8.1.316
测试版- 加载器
- folia · paper
- MC 版本
- 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11-pre5
SHA-1 b67e7f26011570a3535029b79b052e51fdd5e791获取文件 FancyNpcs-2.8.1.316.jar展开更新日志
Commit hash: %COMMIT_HASH%
Commit message: %COMMIT_MESSAGE%
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.8.1.315
测试版- 加载器
- folia · paper
- MC 版本
- 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11-pre4
SHA-1 8ebb29bad6f10675a80b3249f2c121bc973a9bcc获取文件 FancyNpcs-2.8.1.315.jar展开更新日志
Commit hash: 54572f1736e50d9eba418dbf141704b318be5996
Commit message: fancynpcs, fancyholograms, fancydialogs: Add support for 1.21.11-pre4
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.8.1.314
测试版- 加载器
- folia · paper
- MC 版本
- 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11-pre3
SHA-1 ddb4a4b1f0782c95b97c970ebfec0c7a208c1db3获取文件 FancyNpcs-2.8.1.314.jar展开更新日志
Commit hash: fb79b5eaeddbc1c0fa6aa9d8550b8b9b6730d345
Commit message: fancynpcs, fancyholograms, fancydialogs: Update FancyAnalytics
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.8.1.313
测试版- 加载器
- folia · paper
- MC 版本
- 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11-pre3
SHA-1 f6d53053fb9ce9bf84a2a5d7d7ca5c023df0a77c获取文件 FancyNpcs-2.8.1.313.jar展开更新日志
Commit hash: 878fee61e7b74acca0f340fc62df361bd28bc20e
Commit message: fancynpcs: Use 1.21.11-pre3
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.8.1
正式版推荐- 加载器
- folia · paper
- MC 版本
- 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
展开更新日志
- Removed support for 1.19.4
- Fixed npcs randomly disappearing
- Fixed skin mirroring for 1.21.9
- Added inverted permission check for
need_permissionaction (use prefix!to invert) - Added
/npc rotate <npc> <yaw> <pitch>command to set NPC orientation - Added
swing_arm_on_updateconfig option - Added
use-minecraft-usercachefeature flag
2.8.0.312
测试版- 加载器
- folia · paper
- MC 版本
- 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
SHA-1 d70299cde337728e35bbfcb4edf2463efbc4f2b4获取文件 FancyNpcs-2.8.0.312.jar展开更新日志
Commit hash: d6dc456f2aaf6ce1d96ddf16a10e716e3b5ccdca
Commit message: fancynpcs: Wrap packets in Npc#update method in bundle packet (1.12.9+)
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.8.0.311
测试版- 加载器
- folia · paper
- MC 版本
- 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
SHA-1 ab1648701288056fc5f8bd809a794f7731d633a0获取文件 FancyNpcs-2.8.0.311.jar展开更新日志
Commit hash: 0a6aa9da80046558f99462c336d3a8c1e4a0d5de
Commit message: fancynpcs: Try to fix npcs disappearing
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.8.0.310
测试版- 加载器
- folia · paper
- MC 版本
- 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
SHA-1 55c6918a9f24fbeae17760b350a2dcfd6dd37d66获取文件 FancyNpcs-2.8.0.310.jar展开更新日志
Commit hash: d7c6f1bc8159bc8a38e5953b6635b641b6135481
Commit message: fancynpcs, fancyholograms: Drop support for 1.19.4
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.8.0.309
测试版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
SHA-1 efe3a5c71e28b01057c684a0a75f561282972d3d获取文件 FancyNpcs-2.8.0.309.jar展开更新日志
Commit hash: 0d378fa951a96545ad4507984ad6f8e99f0acd16
Commit message: config: Use java 17 instead of 17
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.8.0.308
测试版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
SHA-1 cd6c405be1cb4a144f3ab72b544658ddfa4988d1获取文件 FancyNpcs-2.8.0.308.jar展开更新日志
Commit hash: 5c5f82736b78dc751ce86f7dc05b9ed4e30527d0
Commit message: Rollback ChatColorHandler 6.0.0
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.8.0.307
测试版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
SHA-1 aff7ede2c4a8bba2cd4d550e30bffae9b72a4aa3获取文件 FancyNpcs-2.8.0.307.jar展开更新日志
Commit hash: a2a2d39d7e076c52cc871fa1969eef28a830e890
Commit message: dev builds for 1.21.11
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.8.0.306
测试版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
SHA-1 00c71147e239759d00f2538159eebdbbbe330201获取文件 FancyNpcs-2.8.0.306.jar展开更新日志
Commit hash: 455165b0f62df676b8b63f39364821e3d8a7466b
Commit message: common: Ignore directories when loading language files
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.8.0.305
测试版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
SHA-1 abfc4c386bb42b5bacfd923d0833c672453c550f获取文件 FancyNpcs-2.8.0.305.jar展开更新日志
Commit hash: f29bd133870c117b1529c51a8bedda6068b39710
Commit message: fancynpcs: Filter language files to only include .yml extensions
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.8.0.304
测试版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
SHA-1 82d4e5c6f4276df84b57587d37358cea2dac35e3获取文件 FancyNpcs-2.8.0.304.jar展开更新日志
Commit hash: 7cd24f18f3b277dcdde2c14326ea880a78f3125b
Commit message: fancynpcs: Only use minecraft usercache if fflag is enabled
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.8.0.303
测试版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
SHA-1 e63375c014f71cbb6f3c2dc8bfb0c2e4fd0bac20获取文件 FancyNpcs-2.8.0.303.jar展开更新日志
Commit hash: ac2a4f6e93e7b4fff21d3a28ed926786320c4a2b
Commit message: fancynpcs: Fix mirror skin for 1.21.9
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.8.0.302
测试版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
SHA-1 e2394acd4c88d057a7537528929a93c6ede11e1d获取文件 FancyNpcs-2.8.0.302.jar展开更新日志
Commit hash: 59a063500f138f99d41b5b0a5d62e142ef8832e2
Commit message: Update ChatColorHandler to 6.0.3 (added support for tag)
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.8.0.301
测试版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
SHA-1 67b8e6404df5906ee2a8359f1612eb9db0d003c5获取文件 FancyNpcs-2.8.0.301.jar展开更新日志
Commit hash: 60422023835ed5f9d8d4fa1dcf06d7304d5f0315
Commit message: fancynpcs: Update dependencies
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.8.0
正式版推荐- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
展开更新日志
- Added support for 1.21.9 and 1.21.10
- Added support for MiniPlaceholders v3
- Added permissions for each action type
- Improved logging
- Fixed various bugs for the player-npcs fflag
- Added an optional flag to disable arm swinging in Npc#update
- Added NpcManager#isLoaded method
- Regular dev builds are now published to the BETA channel
2.7.1.300
测试版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
SHA-1 7fc772fdb4cf6cc111e0244bfdf036fec17ad285获取文件 FancyNpcs-2.7.1.300.jar展开更新日志
Commit hash: 4eed04bfefee11db1a03efdcef2be288e2220614
Commit message: Add support for 1.21.10
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.7.1.299
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9
SHA-1 54752d3b718187475b85de8a467f2bd835577c60获取文件 FancyNpcs-2.7.1.299.jar展开更新日志
Commit hash: 8db6eacf283cf4d3ea7c0d424050b06f8199e198
Commit message: fancynpcs: Fix skins not showing in 1.21.9
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.7.1.298
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9
SHA-1 9ac6a05461fa2b68b6c9172c031742438ee917b3获取文件 FancyNpcs-2.7.1.298.jar展开更新日志
Commit hash: 62697b1313f9e588892cf06c1d10610497c3cfb3
Commit message: fancynpcs, fancyholograms, fancydialogs: Update version
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.7.1.297
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 59f3d726192ddd89e41e589dac6fefe6aed43ed0获取文件 FancyNpcs-2.7.1.297.jar展开更新日志
Commit hash: 0b6dbc9cddad1c6da098b008cf6c4e549c262686
Commit message: Update ChatColorHandler to 6.0.2
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.7.1.296
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 09e09c080407a66994fff98a56fb97e28d509b06获取文件 FancyNpcs-2.7.1.296.jar展开更新日志
Commit hash: 6f7741e82c1e6e1354763976c23a477c34b697be
Commit message: fancynpcs: Check if value contains blocked commands before adding action
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.7.1.295
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 e8bfdd33efa644d04edbb33b19c167c08cf0409b获取文件 FancyNpcs-2.7.1.295.jar展开更新日志
Commit hash: d8f1a4ecae94461030bffacc322a0edd4aff63b0
Commit message: fancynpcs: Update version to 2.7.1.295
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.7.1.294
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 2c229af7508f8a28e4a4275ff51a3013e73428dc获取文件 FancyNpcs-2.7.1.294.jar展开更新日志
Commit hash: 2dad4bc692b895e6230cad9620f821d96b24a927
Commit message: fancynpcs: Add permissions for adding action types
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.7.1.293
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 fb4d337ee20347e80ac9eed7886f45d37c84da2c获取文件 FancyNpcs-2.7.1.293.jar展开更新日志
Commit hash: 26e91119e2f366e215f923a820d8d264004b33d2
Commit message: fancynpcs (player-npcs): Refactor NPC plot ownership checks
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.7.1.292
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 d7292900a5d67f7ec274d4fb1be53b61a9f1a7ea获取文件 FancyNpcs-2.7.1.292.jar展开更新日志
Commit hash: a96de43551e458a1ab53f31d47a2d17f4ef8df9c
Commit message: Update FA nc-api (moved FA config to plugins directory)
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.7.1.291
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 66dd7d008bacffb31a919ca96af9df63b2a66236获取文件 FancyNpcs-2.7.1.291.jar展开更新日志
Commit hash: c65f8c03bf690a37ba45596bb86e0cbd45232d3c
Commit message: Update FA sdk
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.7.1.290
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 fcdc5572b3abb3fd89d9710b7d90d05e74f71499获取文件 FancyNpcs-2.7.1.290.jar展开更新日志
Commit hash: 5412a60936e0135a5ccf3f8b822bca6bdfd55e94
Commit message: Update ChatColorHandler to 6.0.0 (added support for MiniPlaceholders v3)
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.7.1
正式版推荐- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
展开更新日志
- Fixed placeholder skins not refreshing
- Send a warning message when using the
player_command_as_opaction - Fixed translation for the
turn_to_playeraction - Fixed camel pose attribute for 1.21.6 - 1.21.8
2.7.0.289
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 416a93714422f85dd0905fd996107afa61c8a73e获取文件 FancyNpcs-2.7.0.289.jar展开更新日志
Commit hash: df296a2b578af6e218d591deb0f2c5a114eabc8e
Commit message: fancynpcs: Fix camel pose attribute for 1.21.6 - 1.21.8
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.7.0.288
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 07beb84e3d91d56708b922c499336c5abc3ce735获取文件 FancyNpcs-2.7.0.288.jar展开更新日志
Commit hash: c391881bfddaa0be3897053f06079126d4ede158
Commit message: fancynpcs: Fix sniffer attributes not being registered in for 1.21.6 - 1.21.8
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.7.0.287
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 2e893fb8d1fc4c1446db532ab65fa80f963f0280获取文件 FancyNpcs-2.7.0.287.jar展开更新日志
Commit hash: ade386bef2bf4e704fc201b116a214f682a7b889
Commit message: fancynpcs: Fix translations for turn_to_player command
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.7.0.286
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 2bfb0d935f41c9bb991a1795ff1f1203f61b143c获取文件 FancyNpcs-2.7.0.286.jar展开更新日志
Commit hash: c99d32c452f55a026a7d49343a541279d1b0a8e9
Commit message: fancynpcs: Send warning when adding player_command_as_op action
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.7.0.285
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 a2e30eef750a0eba6db4726e9826ce22e5d7f638获取文件 FancyNpcs-2.7.0.285.jar展开更新日志
Commit hash: 20951b02ffca91a07ecda93cce1364828b922553
Commit message: fancynpcs: Update version to 2.7.0.285
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.7.0
正式版推荐- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
展开更新日志
- Added support for 1.21.7 & 1.21.8
- Added
harnessattribute for happy ghasts - Fixed comments not being for new feature flags
- Fixed status code check of Mojang API
- Improved http handling in FancyAnalytics
2.6.0.284
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 94ae9f98f1afbce05c44b5cf4c7743d8ecd48a6b获取文件 FancyNpcs-2.6.0.284.jar展开更新日志
Commit hash: 1080383a52e267c11cf33126973edddb1cf242fe
Commit message: fancynpcs: Add harness attribute for happy ghasts
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.6.0.283
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 6c86545bd4788ce861f15b95c42c1ac7a7f1fe46获取文件 FancyNpcs-2.6.0.283.jar展开更新日志
Commit hash: bf4aa365261f2b44df1bc10c438baf1b09bf5cd6
Commit message: fancynpcs: Add support for 1.21.8
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.6.0.282
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7
SHA-1 78d6490a993510bd7545affd1fbbe3c57f11944c获取文件 FancyNpcs-2.6.0.282.jar展开更新日志
Commit hash: 0ff54f8d3d785f2b73a3fa9340fbf7efa350ad54
Commit message: Update fa mc-api to 0.1.8
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.6.0.281
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7
SHA-1 7b82ae4507e69b6c049cff1ee8d9ebf4faf34e52获取文件 FancyNpcs-2.6.0.281.jar展开更新日志
Commit hash: 16e3ae9b2b786cca731b45202763cd86c02f341f
Commit message: fancynpcs: Update cloud-paper to 2.0.0-beta.11
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.6.0.280
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7
SHA-1 1e2e8d0b6dadcac93391e55d4e7c024b2ec8b780获取文件 FancyNpcs-2.6.0.280.jar展开更新日志
Commit hash: 56bbad354d42a27f496d192be4341744f474acad
Commit message: fancynpcs, fancyholograms, fancydialogs: Update version
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.6.0.279
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7
SHA-1 d51b78d26f758ca7764e77df30a427f70f31d29d获取文件 FancyNpcs-2.6.0.279.jar展开更新日志
Commit hash: 56d0201a13c3c2afc372a63d2a89df3403a99f5b
Commit message: fancynpcs: Check if mojang api response code is 2xx
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.6.0.278
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7
SHA-1 b8d47ac11477b5c1e567e78628e8e76285a4420f获取文件 FancyNpcs-2.6.0.278.jar展开更新日志
Commit hash: a8e87679ac54571334aeec98927229d2bbf32d5a
Commit message: fancynpcs, fancyholograms-v2, fancydialogs: Add support for 1.21.7
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.6.0.277
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6
SHA-1 2b9e9b70c8713cb2a01086834d35f204fd9f803c获取文件 FancyNpcs-2.6.0.277.jar展开更新日志
Commit hash: a5cf2af22e34466e43ea4c37f4ebb58254ec643b
Commit message: deployment-tool: Add platform-specific deployments and flag to send disc notification
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.6.0.276
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6
SHA-1 fef5a08bf4785e4d7bf4cfc5953492131a5231ac获取文件 FancyNpcs-2.6.0.276.jar展开更新日志
Commit hash: 4a8d130235c1f2cf6476782c8a6bd654beb44a99
Commit message: fancynpcs: Add commit_hash, channel and platform to PluginVersionUpdated event
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.6.0.275
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6
SHA-1 3e0fa5400338da11f83078af0665f878e3868cf3获取文件 FancyNpcs-2.6.0.275.jar展开更新日志
Commit hash: e96b489f7c9b41d9c5cddce2962fc1bde006133f
Commit message: fancynpcs: Update version to 2.6.0.275
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.6.0
正式版推荐- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6
展开更新日志
- Added support for 1.21.6
- Added UUID caching to improve performance
- More fixes to the skin system
2.5.2.275
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6
SHA-1 6ca88859c9394a3d24653f62a74a81de67fc694d获取文件 FancyNpcs-2.5.2.275.jar展开更新日志
Commit hash: b7cfa5e391f252df7cb5d150ef44a4e2576a8150
Commit message: fancynpcs: Include minecraft usercache.json to custom UUID cache
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.5.2.274
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6
SHA-1 52d8409c14c48d5a0cd481a0126fbba6dd8de53f获取文件 FancyNpcs-2.5.2.274.jar展开更新日志
Commit hash: 2cdb3ebb7fb5e9c46113f0c017315c0d6a9e70c8
Commit message: fancynpcs: Assign skin executor to mojang api httpclient
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.5.2.273
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6
SHA-1 620b04b85d2cfd0e26e033b029ecd2ec034130ee获取文件 FancyNpcs-2.5.2.273.jar展开更新日志
Commit hash: 4d8698ea34abfc8786a0e67c4228d5d6018e38ae
Commit message: fancynpcs: Update version to 2.5.2.273
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.5.2.272
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6
SHA-1 a03c3a947df1130fbffc528bb0d66e8e20c4222f获取文件 FancyNpcs-2.5.2.272.jar展开更新日志
Commit hash: 2953b62c74348abce7d07db9e18e18a52d96077a
Commit message: fancynpcs, fancyholograms-v2: Update versions
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.5.2
正式版推荐- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
展开更新日志
- Fixed skins set to username or uuid not working sometimes (403 http status code)
- Npcs should now spawn instantly when a player teleports
- Added support for text shadow color (updated ChatColorHandler)
- Changed npc update interval (the config option) to seconds
- Added sniffer state attribute
- Fixed NPE in SkinManager
- Fixed issue with the copy command
- Fixed exception with the npc update method when using 1.20
- Fixed NpcsLoadedEvent not being called when no npcs exist
2.5.1.271
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 9b199864a252258e50314119fdfe5fe3dac3d89d获取文件 FancyNpcs-2.5.1.271.jar展开更新日志
Commit hash: ee8fe70f1523419ffe36c1a2ce16521e665c44be
Commit message: fancynpcs: Update version to 2.5.1.271
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.5.1.270
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 f28da0ed37ef00865a62791cd43903ad905f66ca获取文件 FancyNpcs-2.5.1.270.jar展开更新日志
Commit hash: 0395b942a18bf36d67d0a37f5109f96df3211be5
Commit message: fancynpcs: Update version to 2.5.1.270
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.5.1.269
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 e85f76a91aef725a03de97b34e2b8581db3c9eca获取文件 FancyNpcs-2.5.1.269.jar展开更新日志
Commit hash: 58bac9a3cf5df81828432608bb58087e3c5f4b8b
Commit message: fancynpcs: Update version to 2.5.1.269
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.5.1.268
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 8cf64bbd9cb42ddc356802d53fa73021ece3605a获取文件 FancyNpcs-2.5.1.268.jar展开更新日志
Commit hash: feeef3bf485aa79730dff3b91b77eeb40483836c
Commit message: fancynpcs, fancyholograms: Update version
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.5.1.267
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 f34456e64bf7e836deb4c1bae21332b6705fc0a4获取文件 FancyNpcs-2.5.1.267.jar展开更新日志
Commit hash: 2ec0c1d3250c62b7c1b41445eeb5fabe0a19cf12
Commit message: fancynpcs: Fix NPE with skin manager and uuid fetcher
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.5.1.266
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 ed1060f8901645f4714f7eaa3f941fdbc7fad53f获取文件 FancyNpcs-2.5.1.266.jar展开更新日志
Commit hash: 745d1cbe3248dfac694dd7f56925e37313e43f0a
Commit message: fancynpcs: Add PlayerLoadedListener for 1.21.4 and 1.21.5
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.5.1.265
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 27783a53e3edc69c6acdc9961ff8e5acdf1df8c0获取文件 FancyNpcs-2.5.1.265.jar展开更新日志
Commit hash: 4da2da4dabe9126c7c1365b3257632a5c2f39158
Commit message: fancynpcs: Update version to 2.5.1.265
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.5.1
正式版推荐- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
展开更新日志
- Fixed some attributes kicking players from the server (only in 1.21.5)
- Fixed NPE related to the skin system
2.5.0.264
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 d21ad42198104d1bcb87c697f14a83830435ff33获取文件 FancyNpcs-2.5.0.264.jar展开更新日志
Commit hash: e4cd9327218d53c4e72334739a7d0511b0d55c64
Commit message: fancynpcs: Fix cat, chicken, cow, frog, pig and wolf attributes
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.5.0.263
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 e7c11deee5eb101adf18cb1569b9d0035bbcf88f获取文件 FancyNpcs-2.5.0.263.jar展开更新日志
Commit hash: 2d23409f77183ef0f27d5ea89913a937a6dbee29
Commit message: fancynpcs: Update version to 2.5.0.263
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.5.0.262
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 eaaf7a19d3c8a963978f3027036e6a4c76ad46df获取文件 FancyNpcs-2.5.0.262.jar展开更新日志
Commit hash: 1250485f7c0ee7233e03f47d4e76e9ac14ea7933
Commit message: fancynpcs, fancyholograms-v2: Update version
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.5.0.261
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 f069b53a9c22287e2a92fa06b35a8f7d3fda3f3c获取文件 FancyNpcs-2.5.0.261.jar展开更新日志
Commit hash: b2352f65fed58cb9a80a4a9eb39bbf6310403a01
Commit message: fancynpcs: Only use uuid if it's not null
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.5.0
正式版推荐- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
展开更新日志
- Added support for Minecraft 1.21.5
- Added
turn_to_player_distancecommand - Added
centercommand - Added
variantattribute for pig, cow and chicken - Added
collar_colorattribute for wolves and cats - Fixed wolf variant attribute
- Many fixes and improvements for the skin system
2.4.4.260
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 c72fe11a585054736c2dc25a8f0fcaf75781e997获取文件 FancyNpcs-2.4.4.260.jar展开更新日志
Commit hash: 5c409633f828b1b146784736d468b09c21c0c7f4
Commit message: deployment: Fix string format order
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.4.4.259
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 6442cb7a279e491cd37b08d6b6c5d54dbc550e66获取文件 FancyNpcs-2.4.4.259.jar展开更新日志
Commit hash: 4d56b7d817b8d383f9a46c0ecfbf82e35ebc485f
Commit message: fn, fh: Increment dev build version number
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.4.4.258
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 9f19a7feca0f5f134cd0f3b38fd7b6413353e8c3获取文件 FancyNpcs-2.4.4.258.jar展开更新日志
Commit hash: 2b485302dfb0a914f6e04c19d627e48a2e80caf5
Commit message: fn: Prevent exceptions in skin queue schedulers
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.4.4.258
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 ac91fa7d6e695650b1419f8fc55d73be1ba9aa88获取文件 FancyNpcs-2.4.4.258.jar展开更新日志
Commit hash: 0d52abc0a6e2ee51efb85ca0fbcc79536cd190b0
Commit message: fn, fh: update version to next dev build
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.4.4.257
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 e3e5ec34ca5988dccd4f1a6968005431e551c91f获取文件 FancyNpcs-2.4.4.257.jar展开更新日志
Commit hash: cebbcd08f2eb012f8cfceca52994af1b0f7aab25
Commit message: fn: fix saving and loading of turnToPlayerDistance
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.4.4.256
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 0af61d34227325b0cc0b76087e6e8f3d3b7d0e8c获取文件 FancyNpcs-2.4.4.256.jar展开更新日志
Commit hash: cfa3c33fac5626f23bb03c7043d15cb952f42aa3
Commit message: fn: update version to 2.4.4.256
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.4.4.255
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 ac0dee773c50b94d1e04c1e034524b281066d5e7获取文件 FancyNpcs-2.4.4.255.jar展开更新日志
Commit hash: c98b1b0c4621f0641eb135927fccfd2cdc660e74
Commit message: fancyvisuals: set name of the plugin
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.4.4.255
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 06d8f743747f53cdabc299685999d61f815a86fd获取文件 FancyNpcs-2.4.4.255.jar展开更新日志
Commit hash: b30d28f885c889938734eed5d0628cf42f8fd227
Commit message: fancynpcs: add snapshot changelog and implement GitService for commit details
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
2.4.4.254
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 f64f7e102f32c050a279d08bb6147eda22d67a3c获取文件 fancynpcs-2.4.4.254.jar展开更新日志
fancynpcs: update artifact path (jenkins) and change base name (shadowJar)
2.4.4.253
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 5a90ded66f2aaca675c665b011e2463c4a9181a3获取文件 fancynpcs-2.4.4.253.jar展开更新日志
fancynpcs: fix parsed placeholders being saved as skin identifier
2.4.4.252
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 3939a0ecb63b290e43be29861edc8fc2cb82ee0d获取文件 fancynpcs-2.4.4.252.jar展开更新日志
Disable gradle config caching
2.4.4.249
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 16a4068fec881819e0c9a12c4679d242e83ee1db获取文件 FancyNpcs-2.4.4.249.jar展开更新日志
Fix skin identifier handling for placeholders in SkinManagerImpl
2.4.4
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
展开更新日志
- Fixed the skin generation queue gets stuck when an error occurred
- Fixed setting skins by file
- Added missing translations
2.4.3.248
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 56def2919974b1b19294d976780a6ab14be53f7f获取文件 FancyNpcs-2.4.3.248.jar展开更新日志
Add translation for npc_skin_set_later
2.4.3.247
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 6b25e7ca4ffca15e900a89e0cede9a50f854b5d8获取文件 FancyNpcs-2.4.3.247.jar展开更新日志
Fix setting skin by file
2.4.3.246
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 34727743f546c4b07e3706f80c6aa0294d4d7248获取文件 FancyNpcs-2.4.3.246.jar展开更新日志
Fix skin queue getting stuck when error happens while generating skin
2.4.3
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
展开更新日志
New skin system
- You can now use local image files as skin (docs)
- Skins set by URL or file can be made slim (docs)
- The skin cache system is improved
- A skin generation queue is added
- Skins should load more reliably
- You can set a MineSkin API key to speed up loading skins (tutorial)
When starting the server for the first time, it might take some time (depending on how many npcs with skins you have) to load all skins.
The API for setting skins also changed. Forget the SkinFetcher, now you only need to do the following:
npc.getData().setSkin("username / uuid / url / filename");
The old SkinFetcher API won't work in this version.
Other changes
- Added configurable missing permissions message for the
need_permissionaction - Added feature flag to use native threads instead of virtual threads (enable it when you have problems with virtual threads)
2.4.2.245
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 185bd4e25c9262c69a853f2d3230603e59a763bb获取文件 FancyNpcs-2.4.2.245.jar展开更新日志
Catch SocketTimeoutException and retry skin generation
2.4.2.244
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 b1721ad1eeffdcb1da958f6a95a5acf81917d3f6获取文件 FancyNpcs-2.4.2.244.jar展开更新日志
Refactor skin cache clearing to use storage deletion method
2.4.2.243
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 ae491fa08fd8220f2abea7062342385944551db8获取文件 FancyNpcs-2.4.2.243.jar展开更新日志
Remove old skin cache file after migration
2.4.2.242
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 9b961cb8a875298c20186718b868aae417e099b9获取文件 FancyNpcs-2.4.2.242.jar展开更新日志
Add debug logs to skin fetching apis
2.4.2.241
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 e00e6349955682f52d3c2d9ccf813b9c80e7f655获取文件 FancyNpcs-2.4.2.241.jar展开更新日志
Add debug mode fflag
2.4.2.240
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 8cb9ff03cf386823579ac281796132d14106e279获取文件 FancyNpcs-2.4.2.240.jar展开更新日志
ci: Update checkout version
2.4.2.239
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 22d77dec5ae255debd6badea3c9a9ffcdd4e02d2获取文件 FancyNpcs-2.4.2.239.jar展开更新日志
Add feature flag for native thread usage
2.4.2.238
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 ccd5fa56febaecf24a4d8324f93fd4d7c4b20eb9获取文件 FancyNpcs-2.4.2.238.jar展开更新日志
Fix NPE in ActionExecutor
2.4.2.237
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 da532d870966650b5de8adfa6cdf4fda0e378add获取文件 FancyNpcs-2.4.2.237.jar展开更新日志
add configurable missing permissions message for need_permission action (#229)
2.4.2
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
展开更新日志
- Added per-npc visibility distance (
/npc visibility_distance <npc> <distance>) - Added configurable turn_to_player direction reset range
- Added play_sound action
- Added configurable npc update visibility interval
- Fixed skins via URL not working
- Fixed clearing npc equipment via command
- Fixed display name not always visible when npc type is not player (you needed to look at the entity - now it's always visible)
- Fixed the
register_commandsnot working
API changes
- Added NpcLoadedEvent (fired when all NPCs are loaded)
2.4.1.234
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 00e443141c94fd16c0cbb83f007cf9b37c10b546获取文件 FancyNpcs-2.4.1.234.jar展开更新日志
Fix skin fetcher
2.4.1.233
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 8e74bafe34c1258ff385ae1c5a8b1ca57a1fba1f获取文件 FancyNpcs-2.4.1.233.jar展开更新日志
Refactor ActionExecutor to use player UUID and cleanup context
2.4.1.232
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 25ad56d1c641d792761633fe3616a7e9eaf3181a获取文件 FancyNpcs-2.4.1.232.jar展开更新日志
do not attempt to load world when running Folia (#225)
2.4.1.231
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 c15d400be6799acf20266284737698046ddb246f获取文件 FancyNpcs-2.4.1.231.jar展开更新日志
Fix custom name not always visible when npc type is not player
2.4.1.230
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 ade952ca5c3ebdeb17bfb1ffdc49bc14ed4f52f5获取文件 FancyNpcs-2.4.1.230.jar展开更新日志
Per-NPC Visibility Distance (#217)
2.4.1.229
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 61a74b08b15c78c19a388f5ad2b1f69d10fb08d1获取文件 FancyNpcs-2.4.1.229.jar展开更新日志
Add play_sound action (#209)
2.4.1.228
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 3eeaa472024e759003763a7b7da61f83d6a2833f获取文件 FancyNpcs-2.4.1.228.jar展开更新日志
Fix clearing equipment
2.4.1
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
展开更新日志
- Added support for 1.21.4
- Added "need_permission" action - if added the player needs a specific permission, otherwise the action-chain will be terminated
- Improved performance of action execution
2.4.0.227
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3
SHA-1 ac15a82fc2a6bcf688d3e29b19686db7b60cd8a1获取文件 FancyNpcs-2.4.0.227.jar展开更新日志
chore(deps): bump io.papermc.paperweight.userdev from 1.7.5 to 1.7.6 (#206)
2.4.0.226
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3
SHA-1 61407b22e1dc4c51f005b3d280734a809da48580获取文件 FancyNpcs-2.4.0.226.jar展开更新日志
Add support for 1.21.4
2.4.0.225
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3
SHA-1 5d50d64ef1cedb3d9cba61c8702a12e30164b104获取文件 FancyNpcs-2.4.0.225.jar展开更新日志
Use virtual threads for actions
2.4.0.224
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3
SHA-1 ebce1c8a63b5cd2b8e56266cf72a905cc9e7592b获取文件 FancyNpcs-2.4.0.224.jar展开更新日志
Add NeedPermissionAction
2.4.0.223
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3
SHA-1 28ab6586d405738e7a0647291031ce9d028c26a3获取文件 FancyNpcs-2.4.0.223.jar展开更新日志
Set NPC custom name to null when display name is empty.
2.4.0.222
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3
SHA-1 1f49d98b773a0179cf7f12b69eef5eca873ffa9e获取文件 FancyNpcs-2.4.0.222.jar展开更新日志
chore(deps): bump org.incendo:cloud-core (#199)
2.4.0.221
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3
SHA-1 ac3fce9deef6c191ff7815bd7ca9af020ad6a5d2获取文件 FancyNpcs-2.4.0.221.jar展开更新日志
chore(deps): bump xyz.jpenilla.run-paper from 2.2.4 to 2.3.1 (#195)
2.4.0.220
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3
SHA-1 b91c8c2e0e92fbae3f4e7dd7f51c59546816f72c获取文件 FancyNpcs-2.4.0.220.jar展开更新日志
fix formatting in README.md (#191)
2.4.0
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3
展开更新日志
- Added support for 1.21.2 & 1.21.3
- Fixed interaction cooldown message sent twice
- Don't send scale packet for non-living npcs
- Improved logging
2.3.1.218
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3
SHA-1 7ae77021a3e81f880511643f15ffdf4dfeaf7a36获取文件 FancyNpcs-2.3.1.218.jar展开更新日志
Add support for 1.21.2 and 1.21.3 (#185)
2.3.1.217
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 61917c6282ea76bf969edc6846fd00099b8c28ff获取文件 FancyNpcs-2.3.1.217.jar展开更新日志
Update FancyAnalytics
2.3.1.216
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 809c9ae4ad8eefdc9ab6d5407a98144ccd4c2959获取文件 FancyNpcs-2.3.1.216.jar展开更新日志
Don't send update attribute packet to non-living npcs
2.3.1.215
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 331580c8cea6acdbc66b9afca794f88b506f73d1获取文件 FancyNpcs-2.3.1.215.jar展开更新日志
Fix interaction cooldown message is sent twice
2.3.1
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
展开更新日志
- Fixed parsing placeholders in the displayname
- Fixed resetting scale to 1 not working
- Fixed messages for the action and copy commands
- Fixed non player npcs not spawning for the first time
- Fixed collidable command not applying instantly
- Fixed camel pose attribute
- Fixed team create/update packet
- The default skin will be shown, if the configured skin is invalid
2.3.0.214
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 ccc7d997e29ad7ff2e40c17d54dfc824c893174e获取文件 FancyNpcs-2.3.0.214.jar展开更新日志
Show default skin if configured skin is invalid
2.3.0.213
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 d3acd7d849d35ec0201e65754ddaae996d320886获取文件 FancyNpcs-2.3.0.213.jar展开更新日志
Clear teams when npc is created (for all versions)
2.3.0.212
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 012b30d85f144cd51f2e5c27f26c7ee3d7678f53获取文件 FancyNpcs-2.3.0.212.jar展开更新日志
Clear teams when npc is created
2.3.0.211
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 0f064059ced6a0a101e3d1312e4a1f7b261db6c0获取文件 FancyNpcs-2.3.0.211.jar展开更新日志
Fix team creating/updating packet
2.3.0.210
早期版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 f23197a16a37c2b746d2484bf87ab7d20568f57b获取文件 FancyNpcs-2.3.0.210.jar展开更新日志
Include last commit message to dev builds publications
2.3.0.209
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 53212a6c52966883b78f5a141b65e7a9da7a499d获取文件 FancyNpcs-2.3.0.209.jar展开更新日志
No changelog was specified.
2.3.0.208
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 99c1f5fb7ba72e2ae045683900182f2377ec4bd9获取文件 FancyNpcs-2.3.0.208.jar展开更新日志
No changelog was specified.
2.3.0.207
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 fe264bd30479f0ff949b39e2974c4307ce30dd05获取文件 FancyNpcs-2.3.0.207.jar展开更新日志
No changelog was specified.
2.3.0.206
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 fc9b12f9479e10a5a67b49950fc896e654337b06获取文件 FancyNpcs-2.3.0.206.jar展开更新日志
No changelog was specified.
2.3.0.205
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 1c35c21fa5fc0c16951bf26ea32da97476493ecc获取文件 FancyNpcs-2.3.0.205.jar展开更新日志
No changelog was specified.
2.3.0
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
展开更新日志
- Switched to the new interaction system: click for docs
- Improved how skins are handled and stored
- You can now use placeholders as skin
- You can now either use a URL, UUID or username as skin
- Fixed data mutation issues in the copy subcommand
- Fixed bugs when using the player-npcs feature flag
- Improved color and placeholder parsing performance
- Improved and updated many messages
- Improved logging
- The plugin now uses a thread-pool instead of creating a ton of new threads
- Overall performance and stability improvements
2.2.2.204
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 a4e8087b038e1c5d62b17af47e369066be7294e9获取文件 FancyNpcs-2.2.2.204.jar展开更新日志
No changelog was specified.
2.2.2.203
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 9d943dfd7a6c7aeef67df320007678bdf6d754fd获取文件 FancyNpcs-2.2.2.203.jar展开更新日志
No changelog was specified.
2.2.2.202
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 ea9202c667e633ea327cd389fd9d69f4d1db911f获取文件 FancyNpcs-2.2.2.202.jar展开更新日志
No changelog was specified.
2.2.2.201
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 c1c75ac7f4e3ce0c90888d82417553616a7d4903获取文件 FancyNpcs-2.2.2.201.jar展开更新日志
No changelog was specified.
2.2.2.200
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 1084fcce66165053b7154c99dd81ae463b752720获取文件 FancyNpcs-2.2.2.200.jar展开更新日志
No changelog was specified.
2.2.2.199
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 80178572dde23f11432649782f26e18b6ea27026获取文件 FancyNpcs-2.2.2.199.jar展开更新日志
No changelog was specified.
2.2.2.198
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 1acca3c0800538e2faf04245b02e3c1586190b8a获取文件 FancyNpcs-2.2.2.198.jar展开更新日志
No changelog was specified.
2.2.2.197
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 0fc5898dd0b76d134228a67ef8b8d72c618daec4获取文件 FancyNpcs-2.2.2.197.jar展开更新日志
No changelog was specified.
2.2.2.196
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 9fd95c74557736c13157d6219e1845d193d0811a获取文件 FancyNpcs-2.2.2.196.jar展开更新日志
No changelog was specified.
2.2.2.195
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 ff5a5e76d9690ef1c3ea394b2ddf1faec2dd2428获取文件 FancyNpcs-2.2.2.195.jar展开更新日志
No changelog was specified.
2.2.2.194
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 bb0c0b63aa234b046c3d767e00bba4d7111531a5获取文件 FancyNpcs-2.2.2.194.jar展开更新日志
No changelog was specified.
2.2.2.193
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 31f641d36423797697cb2d9cf3349aad7b16b151获取文件 FancyNpcs-2.2.2.193.jar展开更新日志
No changelog was specified.
2.2.2.191
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 de1770e5b1b30c6d0e0bc4e39ad512cdbb70f616获取文件 FancyNpcs-2.2.2.191.jar展开更新日志
No changelog was specified.
2.2.2.189
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 5be3120632f86909bbdf6162dfb27574cb3bdd25获取文件 FancyNpcs-2.2.2.189.jar展开更新日志
No changelog was specified.
2.2.2.188
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 237b66ff66245c2936c1d88d62a3afddac5a25c2获取文件 FancyNpcs-2.2.2.188.jar展开更新日志
No changelog was specified.
2.2.2.187
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 00797c246073fd12317b188ddf50c4b707f668df获取文件 FancyNpcs-2.2.2.187.jar展开更新日志
No changelog was specified.
2.2.2.186
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 375469c646e3a7c629b9a620619f8faa1cabb17f获取文件 FancyNpcs-2.2.2.186.jar展开更新日志
No changelog was specified.
2.2.2
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
展开更新日志
Added support for 1.21.1
2.2.1-DEV.185
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 fdea1ab7cfc71bbc469d6084a64249d4326407e1获取文件 FancyNpcs-2.2.1-DEV.185.jar展开更新日志
No changelog was specified.
2.2.1.184
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
SHA-1 963953adcc7bb6bba7678a407b16d3ea5fd5a370获取文件 FancyNpcs-2.2.1.184.jar展开更新日志
No changelog was specified.
2.2.1.183
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
SHA-1 03cece7fd945ac3f9cfbfec8544412ed9e486839获取文件 FancyNpcs-2.2.1.183.jar展开更新日志
No changelog was specified.
2.2.1
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
展开更新日志
- Fixed interaction cooldown not working when 'disable_interaction_cooldown_message' is true
- Fixed npcs showing in tab-completion
- Fixed MiniPlaceholders support
- Fixed glowing showing as white when disabled in info command
- Fixed cat, frog and villager attributes
2.2.0.182
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
SHA-1 45ecb8ede34205ff7ae82eb0ec2239fd2434784f获取文件 FancyNpcs-2.2.0.182.jar展开更新日志
No changelog was specified.
2.2.0.181
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
SHA-1 6ab18f7d89abd1eb46a7ac940bae6e0db4bd29fc获取文件 FancyNpcs-2.2.0.181.jar展开更新日志
No changelog was specified.
2.2.0.180
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
SHA-1 f0daca956b7b4b8a8c6f95d874434e3539a28f4d获取文件 FancyNpcs-2.2.0.180.jar展开更新日志
No changelog was specified.
2.2.0.179
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
SHA-1 65369ac7a4ac9f9344b0e46060d6aa776b5e6394获取文件 FancyNpcs-2.2.0.179.jar展开更新日志
No changelog was specified.
2.2.0.178
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
SHA-1 62eca23d17c62463a8d069eea92bd445c52fa147获取文件 FancyNpcs-2.2.0.178.jar展开更新日志
No changelog was specified.
2.2.0.177
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
SHA-1 a878e49f85951161300e92084e6769d5f8c2b2dd获取文件 FancyNpcs-2.2.0.177.jar展开更新日志
No changelog was specified.
2.2.0.176
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
SHA-1 cbcd1496e96e06d48cbdbc5c1340110ce9105e19获取文件 FancyNpcs-2.2.0.176.jar展开更新日志
No changelog was specified.
2.2.0.175
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
SHA-1 19640938f50ac07af3be1004234a76bebaf12b18获取文件 FancyNpcs-2.2.0.175.jar展开更新日志
No changelog was specified.
2.2.0.174
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
SHA-1 402749c098505a1f70a1976257699639e4e564f0获取文件 FancyNpcs-2.2.0.174.jar展开更新日志
No changelog was specified.
2.2.0.173
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
SHA-1 9cb7a0e86323b496a4b98de2a59da40ee47a410a获取文件 FancyNpcs-2.2.0.173.jar展开更新日志
No changelog was specified.
2.2.0.172
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
SHA-1 63606a999678320257dd3eb42120cb587c13bb3f获取文件 FancyNpcs-2.2.0.172.jar展开更新日志
No changelog was specified.
2.2.0.170
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
SHA-1 4e095efa81e45ec6b9aa5d1a134f71901a09eb76获取文件 FancyNpcs-2.2.0.170.jar展开更新日志
No changelog was specified.
2.2.0
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
展开更新日志
- Added support for 1.21
- Fixed some command and translation issues
2.1.0
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
展开更新日志
- Added support for 1.20.5 and 1.20.6
- The plugin now requires java 21
- Reworked the command and translation system (see https://github.com/FancyMcPlugins/FancyNpcs/pull/105) (thanks grabsky)
- Added scale command:
/npc scale (npc) (factor) - FancyNpcs is now a paper-plugin
- Added a ton of new attributes (thanks UsainSrht)
- Several fixes and QOL changes
2.1.0-SNAPSHOT.163
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
SHA-1 b40549351506b0c7359f426a081a8174bee9e2c8获取文件 FancyNpcs-2.1.0-SNAPSHOT.163.jar展开更新日志
No changelog was specified.
2.1.0-SNAPSHOT.162
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
SHA-1 94d21e5d3fca34d9975d72be2740e4ef8187b244获取文件 FancyNpcs-2.1.0-SNAPSHOT.162.jar展开更新日志
No changelog was specified.
2.1.0-SNAPSHOT.160
早期版- 加载器
- paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
SHA-1 ae78fde6665d699a747a5c36141c5bd0a55468fb获取文件 FancyNpcs-2.1.0-SNAPSHOT.160.jar展开更新日志
No changelog was specified.
2.0.11
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
展开更新日志
- Fix npcs not showing in 1.20.1
- Add attribute to show arms for armorstands
- Fix duplicate names when PLAYER_NPCS_FEATURE_FLAG is enabled
2.0.10
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
展开更新日志
Changes
- Added invisible attribute for 1.19.4
- Fixed player npcs not spawning in 1.19.4
- Fixed duplicate npc names
- Add join delay
- Fixed armor stand interaction
API changes
- Added NpcManager#getNpcById
- Improve and extend api for npc interactions
- Include sources and javadocs in api
- Add swingArm flag to Npc#move
2.0.9
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
展开更新日志
This version fixes various of issues that accrued in v2.0.8
- Removed debug message console spam
- Fixed not being able to modify playerCommands on new created npcs
- Equipment is not shown when npc is invisible
- Added a fix command (/npc fix (npc name)): run this command, if the npc is bugged and it will completely recreate the npc and might fix the issue
I'm sorry for these issues on the last version, I'll make sure that this won't happen again.
2.0.8
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 47df6fcd12fccf1f15532a16a9ab203b6eb38d27获取文件 FancyNpcs-2.0.8-fixed.jar展开更新日志
Removed console spam with debug messages
2.0.7
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
展开更新日志
Additions
- You can now set multiple npc messages:
- /Npc message (npc name) add (message) - adds a new message
- /Npc message (npc name) set (index) (message) - sets a message at an index
- /Npc message (npc name) remove (index) - removes a message at an index
- /Npc message (npc name) clear - removes all messages
- Added support for legacy colors in the display name
- Added player sitting pose (/npc attribute pose sitting)
- Added the "/npc info (npc)" command
- You can disable the "on interaction cooldown" message in the config (disable_interaction_cooldown_message=true)
- Added config option to not register commands (helpful if you use FancyNpcs as library)
Fixes
- Fixed setting showInTab to false not applying right away
- Fixed npcs sometimes disappearing when teleporting from another world
Other
Added new documentation website: https://fancymcplugins.github.io/docs/
The docs will be included into the main website soon (https://fancyplugins.de/docs)
and soon the main website will be completely remade too.
Oliver
2.0.6.1
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 f14ed43cac247ceab6dbdad1cbccc625e3c36de6获取文件 FancyNpcs-2.0.6.1.jar展开更新日志
- Fixed "/npc glowingColor (npc) (color)" not working as intended
2.0.6
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
展开更新日志
- Added support for 1.20.4 🎉
- Added interaction cooldown (cooldown between player interactions with the npc)
- Added teleport command (teleports the npc to specific coordinates)
2.0.5
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2
展开更新日志
- Added collidable command
- Added support to execute the /npc command in console
- Fixed problems with skins
- Fixed fox attributes
- Fixed player attributes
- Fixed NpcSpawnEvent was not fired
- Fixed npcs (randomly) disappearing
Created link for donations: https://www.buymeacoffee.com/realoliver
2.0.4
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2
展开更新日志
Added support for 1.02.2
2.0.3
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20 · 1.20.1
展开更新日志
- Fixed saving removed npcs
- Fixed display name disappearing after changing type
- Fixed npc interaction for 1.19.4
- Removed npc-attributes feature flag -> it's now a official feature
- Added cat, shulker, wolf, pig and slime attributes
All npc attributes: https://pastebin.com/EtDd0A8k
2.0.2.1
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20.1
展开更新日志
Changes
- Fixed right clicking npcs
- Fixed sending entity metadata even when the player doesn't know about the entity
- Added feature flag system
- Added npc-attributes feature flag
[!] Important: make sure your server has paper build #132 or higher.(Once these changes are merged into Folia, right clicking will work with Folia too)
Feature Flags
We've introduced feature flags in FancyNpcs to enhance your experience. These flags allow us to carefully control when certain features are available to you. This means we can ensure smoother updates, test new features without disrupting your usage, and quickly address any issues taht might arise. You can simply enable new features by opening the featureFlags.yml file (plugins/FancyNpcs/featureFlags.yml) and changing 'false' to 'true'. Keep in mind that these features might be uncomplete and could potentially cause problems.
Npc attributes
This is a new feature to modify different attributes of the entity. Currently there are 27 different attributes spread over 18 entity types. The command to modify an attribute is: '/npc attribute (npc name) (attribute name) (value)'. This feature is under the feature flag 'npc-attributes' and is not 100% complete, many attributes are still missing.
List of all attributes:
All entites: on_fire
Ageable entities: baby
Player: pose
Sheep: wool_color, sheared
Villager: profession, type
Frog: variant
Horse: variant, markings
Parrot: variant
Axolotl: variant
Tropical Fish: pattern baseColor, patternColor
Fox: type, pose
Panda: gene, pose
Goat: horns
Allay: dancing
Camel: pose
Rabbit: variant
Piglin: dancing
2.0.1
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20.1
展开更新日志
- All entity types can now glow
- You can now edit all messages in lang.yml
- Added "/npc copy (npc) (new name)"
- Added option to remove npc message/serverCommand/playerCommand by setting the value to "none"
- The playerCommand can now execute non registered commands (fixes working with DeluxeCommands & DeluxeMenus)
- Many many bug fixes...
Known issue in this version:
- left clicking an npcs does not trigger message/playerCommand/serverCommand
Full Changelog: https://github.com/FancyMcPlugins/FancyNpcs/compare/v2.0.0...v2.0.1
2.0.0
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4 · 1.20.1
展开更新日志
FancyNpcs 2.0.0
In this major update, FancyNpcs introduces a revamped project structure, empowering the plugin to seamlessly support multiple Minecraft versions within a single jar file. Gone are the days of limited compatibility - now you can enjoy the benefits of FancyNpcs across various versions!
Full changelog:
-
Versatile Version Support: FancyNpcs 2.0.0 breaks free from its previous limitations by accommodating both newer and older Minecraft versions. The plugin now proudly supports the latest versions 1.19.4 and 1.20.1, ensuring compatibility and flexibility for your Minecraft server.
-
Added PlaceholderAPI support
-
Several fixes
-
Added example images and a new big title to the README
To update from a previous version, you need to do the following things:
- stop the server
- open plugins/FancyNpcs/npcs.yml
- capitalize the type values
type: player
to
type: PLAYER
Thank you for your continued support and feedback. We're excited to deliver these improvements and look forward to further enriching your Minecraft gameplay with future updates.
1.2.1
正式版- 加载器
- folia · paper
- MC 版本
- 1.20 · 1.20.1
展开更新日志
- Added support for 1.20.1
This version of the plugin supports both 1.20 and 1.20.1
1.2.0
正式版- 加载器
- folia · paper
- MC 版本
- 1.20
展开更新日志
- Added permissions for each subcommand (
fancynpcs.npc.<subcommand>) - Fixed npcs being invisible after changing the type
- Update to 1.20
Full Changelog: https://github.com/FancyMcPlugins/FancyNpcs/compare/v1.1.5...v1.2.0
1.1.5
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4
展开更新日志
- Added mob npcs (/npc type)
- Added support for URL skins (/npc skin (npc) (url to skin)
- Added npc message (will be sent to player when interacting)
- Added configurable autosave interval
Full Changelog: https://github.com/FancyMcPlugins/FancyNpcs/compare/v1.1.4...v1.1.5
1.1.4
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4
SHA-1 bbe3dafa25d2fafa825e763371190b856a5c6f14获取文件 FancyNpcs-1.1.4-folia.jar展开更新日志
- Added skin mirroring (/npc skin (npc))
- Potential fix for npcs disappearing
- Refactoring and some API changes
1.1.3
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4
SHA-1 8f79cda7ee12264c1853e491f7599fd0ab937a96获取文件 FancyNpcs-1.1.3-folia.jar展开更新日志
- Add /fancynpcs command
- /fancynpcs version - shows the current verision
- /fancynpcs save - saves all npcs
- /fancynpcs reload - reloads all npcs from config
- Moved npcs to their own file (npcs.yml)
- Added some config options
turn_to_player_distancedefault=5visibility_distancedefault=20enable_autosavedefault=true
- Fixed npcs not spawning with correct yaw and pitch
- Added some fancy colors to the messages
IMPORTANT
Before updating you need to rename the config.yml to npcs.yml to keep all the npcs.
1.1.2
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4
SHA-1 d34f57ea23702252377a849f82392c33e525a2b2获取文件 FancyNpcs-1.1.2-folia.jar展开更新日志
- Renamed plugin from NpcPlugin to FancyNpcs
- Added more API stuff (see Documentation.md in Github)
- Permission changed to FancyNpcs.admin
1.1.1
正式版- 加载器
- folia · paper
- MC 版本
- 1.19.4
SHA-1 f2f632108aca7786c05584fe4accc3af26753788获取文件 NpcPlugin-1.1.1-folia.jar展开更新日志
Changes
- Fixed NPCs not saving correctly
- Fix config loading
- Folia support (NpcPlugin-1.1.1-folia.jar)
Folia support
Please make backups when using this plugin with Folia. There might accure bugs. In the future there will be two jar files, one for Paper and one for Folia. You can not use the Folia version on a Paper server.
1.1.0
正式版- 加载器
- paper
- MC 版本
- 1.19.4
展开更新日志
- Switched to 1.19.4
- Add better tab completion
- You can mute the outdated version notifications (see config.yml)
- Removed the 'injected player' message
- NPCs will now be saved every 15 minutes
- Fixed some bugs
1.0.9
正式版- 加载器
- paper
- MC 版本
- 1.19.3
展开更新日志
Changelog
- Fixed a problem with using a proxy server
- Added
<empty>placeholder for the display name -> it will make the name tag completely invisible - Added better tab completion support
- and more small fixes
Important
This will most likely the last version for 1.19.3. The next version will be for 1.19.4.
Please report any bugs you find (discrod: Oliver#6538)
1.0.8
正式版- 加载器
- paper
- MC 版本
- 1.19.3
展开更新日志
Added the turnToPlayer feature (/npc turnToPlayer <true|false>)
Added /npc list
1.0.7
正式版- 加载器
- paper
- MC 版本
- 1.19.3
展开更新日志
Added MiniMessage support
You now need to use MiniMessage to make colored display names. The old color system is no longer supported ("&a", "&3" ..). Resources about how MiniMessage works: https://docs.adventure.kyori.net/minimessage/format.html https://webui.adventure.kyori.net/
Server and player commands
The subcommand "/npc command " has been replaced by two new subcommands:
- /npc serverCommand
- /npc playerCommand
The serverCommand will be executed by the console (as if you typed a command in the console). You can also include the {player} placeholder there.
Example: /npc serverCommand testNpc say Hello, {player}!
If I now interact with the testNpc, it will show "[Server] Hello, OliverHD!".
The playerCommand will be executed by the player (as if the player executed the command).
Example: /npc playerCommand testNpc warp pvp
If I now interact with the testNpc, I will get teleported to the pvp warp.
1.0.6
正式版- 加载器
- paper
- MC 版本
- 1.19.3
展开更新日志
You can now apply the glow effect to your NPCs.
New commands:
- /npc glowing <true|false>
- /npc glowingColor
1.0.5
正式版- 加载器
- paper
- MC 版本
- 1.19.3
展开更新日志
Display name is no longer limited to 16 characters.