SkytAsul / GlowingEntities

An API to easily make Minecraft entities glow. No dependencies, compatible 1.17 -> 1.21.
MIT License
67 stars 9 forks source link

Glowing not working with Citizens. #20

Closed dom3 closed 3 months ago

dom3 commented 3 months ago

Now, I know in a previous issue you said glowing is not really supported due to there already being a built-in glow system. But that glow system cannot do glow for individual players. Could I do it with this library? (Only one I could find)

dom3 commented 3 months ago

Update: Found out part of the issue: when setting the colors of the npc, the last color set will set for all npcs where colors were set. 2024-08-05_12 41 51 yuh image

SkytAsul commented 3 months ago

Internally Citizens uses a lot of teams to manage the nametag visibility, collision, etc. It seems like those teams are shared between some NPCs. I don't think I'll be able to fix that unfortunately...

dom3 commented 3 months ago

Found the fix, NPCs have to have unique names.