Skip to content

2.0.7

Compare
Choose a tag to compare
@OliverSchlueter OliverSchlueter released this 09 Jan 16:40
· 223 commits to main since this release

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