SkytAsul / GlowingEntities

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

TAB plugin is removing the glowing color of the player #14

Closed Antritus closed 6 months ago

Antritus commented 6 months ago

I've encountered a problem between TAB (https://github.com/NEZNAMY/TAB) and GlowingEntities when trying to apply glowing to a player. TAB is likely using a custom team packet to order the players.

I know it's TAB as: Removing TAB from the plugins folder fixes this issue and makes the entity glow any color I want.

No TAB plugin allows the player to still glow, but for some reason the glowing does not contain the color I want.

SkytAsul commented 6 months ago

I cannot fix that. Unless you can find the TAB team name for your players and use it in the setGlowing method, it is probably unfixable. You should ask TAB's developers.