SkytAsul / GlowingEntities

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

ChatColor.BLUE and ChatColor.RED seem swapped #23

Open Towodile opened 1 week ago

Towodile commented 1 week ago

Hi! I wanted to have my Snowball entity glow red, but when I tried using GlowingEntites.setGlowing(entity, player, color) with ChatColor.RED, it turned blue! The reverse happens when using ChatColor.BLUE: it creates a red glow. I tested it with ChatColor.DARK_BLUE and ChatColor.DARK_RED and the same thing applies! No clue if any other colors are affected, but I thought I'd let you know!

SkytAsul commented 1 week ago

Hi! Which version does this bug happen with?

Towodile commented 1 week ago

Version 1.3.5

SkytAsul commented 1 week ago

Yeah but which MC version?

Towodile commented 1 week ago

Oh sorry, version 1.21

SkytAsul commented 6 days ago

Can you try on a clean server without other plugins?