package me.DDoS.MCCasino.message; /** * * @author DDoS */ public enum MessageProperty { PLAYER, PLAYERS_NEARBY, WORLD, SERVER, CONSOLE_ONLY; }