- Added support for 1.20.1
This version of the plugin supports both 1.20 and 1.20.1
- 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
- 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
- Added skin mirroring (/npc skin (npc))
- Potential fix for npcs disappearing
- Refactoring and some API changes
- 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=5visibility_distance
default=20enable_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.
- Renamed plugin from NpcPlugin to FancyNpcs
- Added more API stuff (see Documentation.md in Github)
- Permission changed to FancyNpcs.admin
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.
- 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
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)
Added the turnToPlayer feature (/npc turnToPlayer <name> <true|false>)
Added /npc list
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 <npc name> <command>" has been replaced by two new subcommands:
- /npc serverCommand <npc name> <command>
- /npc playerCommand <npc name> <command>
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.
You can now apply the glow effect to your NPCs.
New commands:
- /npc glowing <npc name> <true|false>
- /npc glowingColor <npc name> <color>
Display name is no longer limited to 16 characters.