juliarn / npc-lib

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

Multiple lines #48

Closed vytskalt closed 3 years ago

vytskalt commented 3 years ago

Does this library support multiple lines on npcs or do I have to do that myself?

juliarn commented 3 years ago

Hey, the library currently only supports setting the players' name, which is limited to 16 chars. To display text above the NPC, the best approach would be to spawn an invisible armor stand. The library does not support this though.

vytskalt commented 3 years ago

Got it