Custom Items¶
Custom Items are stored in the server using an Enum. Similar to the vanilla Material enum, custom items are stored like this:
BLUE_CAP(String name, int stars, List<String> lore, List<Statistic> stats, int customModelData)
Statistic Object¶
Statistic Objects are a simple object containing a Stat name, and an int value. List
Item Functionality¶
Item Functionality is managed by the Core plugin by checking the items enum.