package mountainrangepvp.core; /** * Player teams. */ public enum Team { ORANGE, RED, GREEN, BLUE }