[Request] Wrapper for EnumChatColor
andre111 opened this issue ยท 0 comments
I'm using ProtocolLib specifically to avoid accessing NMS directly.
But building a Play.Server.SCOREBOARD_TEAM packet requires setting a "ChatColor" directly to specify the team color. The only way I could find was to use getEnumModifier, but then the NMS class is required.
My request would thus be an EnumWrapper for EnumChatColor, or even better a direct mapping to the Bukkit ChatColor enum.