Commits

Parker Hawke authored and md_5 committed e9c37513e0b
#536: Add missing ItemFlag.HIDE_DYE
No tags

src/main/java/org/bukkit/inventory/ItemFlag.java

Modified
21 21 * Setting to show/hide what the ItemStack can break/destroy
22 22 */
23 23 HIDE_DESTROYS,
24 24 /**
25 25 * Setting to show/hide where this ItemStack can be build/placed on
26 26 */
27 27 HIDE_PLACED_ON,
28 28 /**
29 29 * Setting to show/hide potion effects on this ItemStack
30 30 */
31 - HIDE_POTION_EFFECTS;
31 + HIDE_POTION_EFFECTS,
32 + /**
33 + * Setting to show/hide dyes from coloured leather armour
34 + */
35 + HIDE_DYE;
32 36 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut