Theguyhere0 / villager-defense-minigame

A Minecraft plugin that adds a fun, customizable minigame where players defend villagers against waves of monsters
GNU General Public License v3.0
6 stars 4 forks source link

Glowing effect color does not change based on team #178

Open FlushedRay opened 10 months ago

FlushedRay commented 10 months ago

Describe the bug If all entities such as villagers and zombies are given glowing, they will glow the default white, even if team color is changed to red or green.

To Reproduce Steps to reproduce the behavior:

  1. Place repeating command block inside of the arena with this command: effect give @e[distance=..300,type=!player] minecraft:glowing 5 0 true
  2. confirm that team colors are set to red and green
  3. start a game in the arena
  4. observe that entities are glowing white

Expected behavior Entities should glow the color of their team.

Screenshots image

Server and plugin versions (please complete the following information):

Additional context If you fail the wave and return without starting the game, they WILL glow the correct colors.