TerdyTheTerd / FTB-Library

FTBLib mod for Minecraft
http://minecraft.curseforge.com/projects/ftblib
0 stars 0 forks source link

Rework '/team info' command #4

Open TerdyTheTerd opened 4 years ago

TerdyTheTerd commented 4 years ago

The command is basically useless as is, and until I get the new custom GUI's in place this needs to be corrected. Will include changes to the color formatting used as well, allies in green, enemies in red, members in the teams color (or gold/yellow, might be weird if the team color is green or red) Things to add:

TerdyTheTerd commented 4 years ago

So the teams and the commands for managing teams exist in FTBLib, while the commands and data for teams permissions and claimed chunks exist in FTBUtilities...this prevents an easy way to include power level or claimed chunks in the team info command without overriding it, which is just a big duplication of code...just another thing that doesn't make sense in their code, will see if I can just move the command over to FTBUtilities