9
0
mirror of https://github.com/Xiao-MoMi/Custom-Nameplates.git synced 2025-12-27 10:49:18 +00:00

improve team management

This commit is contained in:
XiaoMoMi
2024-01-22 00:07:39 +08:00
parent b2f329332d
commit 343ac79e05
33 changed files with 255 additions and 228 deletions

View File

@@ -4,7 +4,6 @@ import java.util.Locale;
public enum TeamColor {
NONE,
BLACK,
DARK_BLUE,
DARK_GREEN,
@@ -21,6 +20,7 @@ public enum TeamColor {
LIGHT_PURPLE,
YELLOW,
WHITE,
NONE,
CUSTOM;
public TeamColor getById(String id) throws IllegalArgumentException {