juliarn / npc-lib

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

NPCs spawning without skin. #39

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hey, I encountered an issue. But I'm not sure if I'm just using the Lib wrongly or if this is an actual bug. When I spawn the NPC in my onEnable() method like this (https://gist.github.com/BrokenStudio/e349af11259a942e92e2d64139e15d8f). The NPC does not have a skin set when the player joins. EDIT: My bad, used the Lib wrong