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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user