BattlePlugins / BattleArena

A complete match and event framework for creating arenas and minigames in Minecraft. Supports creating modes through config files, or fully custom modes through plugins.
https://docs.battleplugins.org/shelves/battlearena
GNU General Public License v3.0
21 stars 23 forks source link

teamConfig RGB settings don't work #122

Closed supawiz6991 closed 3 months ago

supawiz6991 commented 4 years ago

The RGB feature appears to be broken with teamsConfig.yml; "&cSeals,wool:13,255,0,0" <- I'm expecting red wool but get green instead (wool:13 is the dec value for green wool. when I changed it to "&cSeals,wool:14,255,0,0" I get the correct color but that's because wool:14 is the dec value for red_wool.