This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Add support for custom item names.
ItemStack item = player.getItemInHand();
String itemName = item.getType();
if (item.hasItemMeta()){itemName = item.getItemMeta().getDisplayName();}
Edit: Google said this project had a source, however it lead to the Source of the plugin submission page. My bad.
To post a comment, please login or register a new account.