Advertisement
MTM123

Untitled

Apr 25th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.36 KB | None | 0 0
  1.                     if(is.getType().equals(Material.POTION) && is.getDurability() != 9991){
  2.                         PotionMeta pm = (PotionMeta) is.getItemMeta();
  3.                         pm.setDisplayName(ChatColor.translateAlternateColorCodes('&', "&2Emerald Bottle                 (1)"));
  4.                         ItemStack ebp = new ItemStack(Material.POTION, 1, (short) 10001);
  5.                         ebp.setItemMeta(pm);
  6.                         inventory.setResult(ebp);
  7.                     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement