Additional item customization

How to customize the item more from the item code.

Set the item skull owner for custom player head

item.setSkullOwner("<playerName>"); // Item material should be 'SKULL_ITEM' for lower versions and for higher versions 'PLAYER_HEAD'

item.setMiningSpeed(double) // Custom mining speed multiplier for the item.

Last updated