Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App
Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
FancyNpcs

FancyNpcs

Simple, lightweight and fast NPC plugin using packets

95.0k
275
Decoration
Utility
AboutGalleryChangelogVersions

Fancy Npcs 2.1.0

by Oliver on May 31, 2024
Download
  • 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

by Oliver on May 31, 2024
Download

2.1.0-SNAPSHOT.162

by Oliver on May 31, 2024
Download

2.1.0-SNAPSHOT.160

by Oliver on May 30, 2024
Download

No changelog was specified.

Fancy Npcs 2.0.11

by Oliver on Apr 16, 2024
Download
  • 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

Fancy Npcs 2.0.10

by Oliver on Apr 9, 2024
Download

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

Fancy Npcs 2.0.9

by Oliver on Feb 21, 2024
Download

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.

Fancy Npcs 2.0.8 FIXED

by Oliver on Feb 18, 2024
Download

Removed console spam with debug messages

Fancy Npcs 2.0.7

by Oliver on Jan 9, 2024
Download

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 <npc> 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

Fancy Npcs 2.0.6.1 (HOTFIX)

by Oliver on Dec 13, 2023
Download
  • Fixed "/npc glowingColor (npc) (color)" not working as intended

Fancy Npcs 2.0.6

by Oliver on Dec 12, 2023
Download
  • 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)

Fancy Npcs 2.0.5

by Oliver on Nov 5, 2023
Download
  • 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

Fancy Npcs 2.0.4

by Oliver on Oct 7, 2023
Download

Added support for 1.02.2

Fancy Npcs 2.0.3

by Oliver on Sep 16, 2023
Download
  • 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

Fancy Npcs 2.0.2.1

by Oliver on Aug 26, 2023
Download

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

Fancy Npcs 2.0.1

by Oliver on Aug 17, 2023
Download
  • 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

Fancy Npcs 2.0.0

by Oliver on Jun 28, 2023
Download

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:

  1. stop the server
  2. open plugins/FancyNpcs/npcs.yml
  3. 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.

Fancy Npcs 1.2.1

by Oliver on Jun 13, 2023
Download
  • Added support for 1.20.1

This version of the plugin supports both 1.20 and 1.20.1

Fancy Npcs 1.2.0

by Oliver on Jun 12, 2023
Download
  • 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

Fancy Npcs 1.1.5

by Oliver on May 21, 2023
Download
  • 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
6
7
8

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@9ed1dd7

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.