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