Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. ItemStack item7 = new ItemStack(Material.DIAMOND_SWORD);
  2. ItemMeta Meta7 = item7.getItemMeta();
  3. Meta7.addEnchant(Enchantment.DAMAGE_ALL, 1, true);
  4. item7.setItemMeta(Meta7);
  5. ItemMeta meta7 = item7.getItemMeta();
  6. meta7.setDisplayName(ChatColor.GRAY + "ยป " + ChatColor.AQUA + "Platin Kit" + ChatColor.GRAY + " ยซ");
  7. item7.setItemMeta(meta7);
  8. i.setItem(15, item7);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement