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