Releases: Pyrbu/ZNPCsPlus
Releases · Pyrbu/ZNPCsPlus
ZNPCsPlus v2.0.0
What's Changed
- Core plugin functionality has been rewritten to take advantage of the PacketEvents API to ease updates
- Command system rewrite to get rid of random exceptions and add usable tab completions
- Added many new customizations to all entity types via the new properties system
- Added support for versions up to 1.21.4
- Added an NPC conversion system from other plugins like Citizens
- Added features that take advantage of new Minecraft packets, for example fully hiding players on tab on 1.19.2+
New Contributors
- @sj-hub9796 made their first contribution in #104
- @EternalHuman made their first contribution in #106
- @MineFact made their first contribution in #119
- @vLuckyyy made their first contribution in #124
- @NoltoxGit made their first contribution in #127
- @alexdev03 made their first contribution in #129
- @SirSalad made their first contribution in #146
- @ArasakaID made their first contribution in #155
Full Changelog: 1.0.8...2,0.0
ZNPCsPlus v1.0.8
- Fixes packet sending order which fixes the issues with invisible npcs/holograms
ZNPCsPlus v1.0.7
- Fix some bugs
- Java 8 Support
ZNPCsPlus v1.0.6
- Add basic command tab completion
- Slightly improve some commands (they're still bad, wait for 2.0.0 for some good ones)
- Fixed skin layers
- Fix a bunch of other minor bugs
ZNPCsPlus v1.0.5
- Move at least half of the packet-based things in the plugin to PacketEvents by retrooper
- Some minor language fixes
- Add most if not all entity types
- Make lower version compatibility better
- Make NPC UUIDs persistent
ZNPCsPlus v1.0.4
- Added back Spigot support
- Added update checker
- Added pagination to the conversations GUI
- Made the plugin overall much prettier
- Fixed support for most if not all Minecraft versions above 1.8
ZNPCsPlus v1.0.3
- Fix command permission issue
- Fix 1.8 support (will still spam cache warnings but the plugin fully works)
ZNPCsPlus v1.0.2
- Hotfix for the config bug that makes the plugin not load
ZNPCsPlus v1.0.1
- Fix NPC rotations being choppy when using the look property
- Fix many grammar mistakes (Thanks @R00tB33rMan & @JosTheDude)
ZNPCsPlus v1.0.0
- Made save task asynchronous
- Increased time between view distance refreshes
- Added old file auto converter
- Added 1.19.4 support
- Fixed the long-running "decoder" issue