juliarn / npc-lib

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

Adding the NPC to a Team #35

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hey, a quick question, is there a way to get the EntityPlayer of an NPC, so you can add him to a Scoreboard Team?

juliarn commented 3 years ago

Hey, as the NPC is not registered in the Minecraft server, there is not EntityPlayer instance. But as teams should work with the player names, adding the NPC to scoreboard teams should be possible.