Skip to content

Releases: FancyMcPlugins/FancyNpcs

2.0.1

17 Aug 17:47
Compare
Choose a tag to compare
  • 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: v2.0.0...v2.0.1

2.0.0

28 Jun 12:41
Compare
Choose a tag to compare

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.md

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.

1.2.1

13 Jun 10:47
Compare
Choose a tag to compare
  • Added support for 1.20.1

This version of the plugin supports both 1.20 and 1.20.1

1.2.0

12 Jun 06:50
Compare
Choose a tag to compare
  • Added permissions for each subcommand (fancynpcs.npc.<subcommand>)
  • Fixed npcs being invisible after changing the type
  • Update to 1.20

Full Changelog: v1.1.5...v1.2.0

1.1.5

21 May 16:46
Compare
Choose a tag to compare
  • Add mob npcs (/npc type)
  • Add support for URL skins (/npc skin (npc) (url to skin)
  • Add npc message (will be sent to player when interacting)
  • Add configurable autosave interval

Full Changelog: v1.1.4...v1.1.5

1.1.5-beta

11 May 16:29
Compare
Choose a tag to compare
1.1.5-beta Pre-release
Pre-release

This beta version introduces the ability to change the entity type of an npc.
You can do that with the following command: /npc type <npc> <type>

A list of all features that are disabled when the type is not Player:

  • Changing the skin
  • Changing the equipment
  • Showing in tab
  • Glowing and changing the glowing-color

A list of all excluded types that cannot be used:

  • AREA_EFFECT_CLOUD
  • BLOCK_DISPLAY
  • ARROW
  • EGG
  • ENDER_PEARL
  • EVOKER_FANGS
  • EXPERIENCE_BOTTLE
  • EXPERIENCE_ORB
  • FALLING_BLOCK
  • FIREWORK_ROCKET
  • FISHING_BOBBER
  • INTERACTION
  • ITEM
  • ITEM_DISPLAY
  • LIGHTNING_BOLT
  • LLAMA_SPIT
  • MARKER
  • PAINTING
  • POTION
  • SPECTRAL_ARROW
  • TEXT_DISPLAY
  • TNT
  • TRIDENT

Full Changelog: v1.1.4...v1.1.5-beta

1.1.4

03 May 11:00
Compare
Choose a tag to compare
  • Added skin mirroring (#11)
  • Potential fix for npcs disappearing
  • Refactoring and some API changes

Full Changelog: v1.1.3...v1.1.4

1.1.4-rc1

01 May 10:28
Compare
Choose a tag to compare
1.1.4-rc1 Pre-release
Pre-release
  • Added skin mirroring (#11)
  • Potential fix for npcs disappearing
  • Refactoring

Full Changelog: v1.1.3...v1.1.4-rc1

1.1.3

08 Apr 10:40
Compare
Choose a tag to compare
  • 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_distance default=5
    • visibility_distance default=20
    • enable_autosave default=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.

Full changelog: OliverSchlueter/FancyNpcs@v1.1.2...v1.1.3

1.1.2

04 Apr 11:03
Compare
Choose a tag to compare
  • Renamed plugin from NpcPlugin to FancyNpcs
  • Added more API stuff (see Documentation.md)
  • Permission changed to FancyNpcs.admin