package com.ne0nx3r0.betteralias.alias; public enum AliasCommandTypes { PLAYER, CONSOLE, REPLY_MESSAGE; public int id; }