juliarn / npc-lib

Asynchronous, high-performance Minecraft NPC library for 1.8-1.21 servers.
MIT License
320 stars 50 forks source link

Allow per-player packet building #53

Closed derklaro closed 2 years ago

derklaro commented 2 years ago

This allows api users to build packets when actually sending them to the client rather than statically once. As a "demo" I've provided support to let an npc use the skin of the player being spawned to rather than a fixed one.

Closes #22