Skip to content

Releases: FancyMcPlugins/FancyNpcs

2.0.11

16 Apr 17:26
Compare
Choose a tag to compare
  • 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

09 Apr 06:56
Compare
Choose a tag to compare

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 HOTFIX

21 Feb 19:57
Compare
Choose a tag to compare

This version fixes various of issues that accured 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

18 Feb 16:51
Compare
Choose a tag to compare
  • Dynamic skin mirroring (/npc mirrorSkin (npcName) (true/false))
  • Random message sending (/npc message (index) sendRandomly (true/false))
  • Fixed right clicking villagers
  • Add multiple player commands (https://fancyplugins.de/docs/fn-commands.html#playercommand)
  • Fixed npcs sometimes not being visible on folia

2.0.7

09 Jan 16:40
Compare
Choose a tag to compare

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

13 Dec 16:26
Compare
Choose a tag to compare
  • Fixed "/npc glowingColor (npc) (color)" not working as intended

2.0.6

12 Dec 18:30
Compare
Choose a tag to compare
  • 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

05 Nov 16:25
Compare
Choose a tag to compare
  • 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

07 Oct 12:02
Compare
Choose a tag to compare

Added support for 1.20.2

2.0.3

16 Sep 14:41
Compare
Choose a tag to compare
  • 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

Full Changelog: v2.0.2...v2.0.3