Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ItemStack bow_1 = new ItemStack(Material.BOW);
- ItemMeta bow_1_meta = bow_1.getItemMeta();
- bow_1_meta.setDisplayName("§7BOGEN1");
- ArrayList<String> bow_1_lore = new ArrayList<>();
- bow_1_lore.add("§73 Eisen");
- bow_1_meta.setLore(bow_1_lore);
- bow_1_meta.addEnchant(Enchantment.ARROW_FIRE, 1, true);
- bow_1.setItemMeta(bow_1_meta);
- ItemStack bow_2 = new ItemStack(Material.BOW);
- ItemMeta bow_2_meta = bow_2.getItemMeta();
- bow_2_meta.setDisplayName("§7BOGEN2");
- ArrayList<String> bow_2_lore = new ArrayList<>();
- bow_2_lore.add("§73 Eisen");
- bow_2_meta.setLore(bow_2_lore);
- bow_2_meta.addEnchant(Enchantment.ARROW_FIRE, 1, true);
- bow_2_meta.addEnchant(Enchantment.ARROW_KNOCKBACK, 1, true);
- bow_2.setItemMeta(bow_2_meta);
- ItemStack bow_3 = new ItemStack(Material.BOW);
- ItemMeta bow_3_meta = bow_3.getItemMeta();
- bow_3_meta.setDisplayName("§7BOGEN3");
- ArrayList<String> bow_3_lore = new ArrayList<>();
- bow_3_lore.add("§73 Eisen");
- bow_3_meta.setLore(bow_3_lore);
- bow_3_meta.addEnchant(Enchantment.ARROW_FIRE, 3, true);
- bow_2_meta.addEnchant(Enchantment.ARROW_KNOCKBACK, 3, true);
- bow_2_meta.addEnchant(Enchantment.ARROW_DAMAGE, 4, true);
- bow_3.setItemMeta(bow_3_meta);
- ItemStack bow_4 = new ItemStack(Material.BOW);
- ItemMeta bow_4_meta = bow_4.getItemMeta();
- bow_4_meta.setDisplayName("§7BOGEN4");
- ArrayList<String> bow_4_lore = new ArrayList<>();
- bow_4_lore.add("§73 Eisen");
- bow_1_meta.setLore(bow_4_lore);
- bow_4_meta.addEnchant(Enchantment.ARROW_INFINITE, 1, true);
- bow_4.setItemMeta(bow_4_meta);
- ItemStack potion_1 = new ItemStack(Material.POTION, 1, (short)8226);
- ItemMeta potion_1_meta = potion_1.getItemMeta();
- potion_1_meta.setDisplayName("§7SPEEDPOTION");
- ArrayList<String> potion_1_lore = new ArrayList<>();
- potion_1_lore.add("§73 Eisen");
- potion_1_meta.setLore(potion_1_lore);
- potion_1.setItemMeta(potion_1_meta);
- ItemStack potion_2 = new ItemStack(Material.POTION, 1, (short)16420);
- ItemMeta potion_2_meta = potion_2.getItemMeta();
- ArrayList<String> potion_2_lore = new ArrayList<>();
- potion_2_lore.add("§73 Eisen");
- potion_2_meta.setLore(potion_2_lore);
- potion_2_meta.setDisplayName("§7POISONPOTION");
- potion_2.setItemMeta(potion_2_meta);
- ItemStack potion_3 = new ItemStack(Material.POTION, 1, (short)8225);
- ItemMeta potion_3_meta = potion_3.getItemMeta();
- potion_3_meta.setDisplayName("§7REGENERATION");
- ArrayList<String> potion_3_lore = new ArrayList<>();
- potion_3_lore.add("§73 Eisen");
- potion_3_meta.setLore(potion_3_lore);
- potion_3.setItemMeta(potion_3_meta);
- ItemStack potion_4 = new ItemStack(Material.POTION, 1, (short)16426);
- ItemMeta potion_4_meta = potion_4.getItemMeta();
- potion_4_meta.setDisplayName("§7SLOW");
- ArrayList<String> potion_4_lore = new ArrayList<>();
- potion_4_lore.add("§73 Eisen");
- potion_4_meta.setLore(potion_4_lore);
- potion_4.setItemMeta(potion_4_meta);
- ItemStack potion_5 = new ItemStack(Material.POTION, 1, (short)8235);
- ItemMeta potion_5_meta = potion_5.getItemMeta();
- potion_5_meta.setDisplayName("§7LEAPING");
- ArrayList<String> potion_5_lore = new ArrayList<>();
- potion_5_lore.add("§73 Eisen");
- potion_5_meta.setLore(potion_5_lore);
- potion_5.setItemMeta(potion_5_meta);
- ItemStack potion_6 = new ItemStack(Material.POTION, 1, (short)16428);
- ItemMeta potion_6_meta = potion_6.getItemMeta();
- potion_6_meta.setDisplayName("§7DAMAGE");
- ArrayList<String> potion_6_lore = new ArrayList<>();
- potion_6_lore.add("§73 Eisen");
- potion_6_meta.setLore(potion_6_lore);
- potion_6.setItemMeta(potion_6_meta);
- ItemStack potion_7 = new ItemStack(Material.POTION, 1, (short)8238);
- ItemMeta potion_7_meta = potion_7.getItemMeta();
- potion_7_meta.setDisplayName("§7INVIS");
- ArrayList<String> potion_7_lore = new ArrayList<>();
- potion_7_lore.add("§73 Eisen");
- potion_7_meta.setLore(potion_7_lore);
- potion_7.setItemMeta(potion_7_meta);
- ItemStack chest = new ItemStack(Material.CHEST);
- ItemMeta chest_meta = chest.getItemMeta();
- chest_meta.setDisplayName("§7CHEST");
- ArrayList<String> chest_lore = new ArrayList<>();
- chest_lore.add("§73 Eisen");
- chest_meta.setLore(chest_lore);
- chest.setItemMeta(chest_meta);
- ItemStack enderchest = new ItemStack(Material.ENDER_CHEST);
- ItemMeta enderchest_meta = enderchest.getItemMeta();
- enderchest_meta.setDisplayName("§7ENDERCHEST");
- ArrayList<String> enderchest_lore = new ArrayList<>();
- enderchest_lore.add("§73 Eisen");
- enderchest_meta.setLore(enderchest_lore);
- enderchest.setItemMeta(enderchest_meta);
- ItemStack hopper = new ItemStack(Material.HOPPER);
- ItemMeta hopper_meta = hopper.getItemMeta();
- hopper_meta.setDisplayName("§7HOPPERCHEST");
- ArrayList<String> hopper_lore = new ArrayList<>();
- hopper_lore.add("§73 Eisen");
- hopper_meta.setLore(hopper_lore);
- hopper.setItemMeta(hopper_meta);
- ItemStack backpack = new ItemStack(Material.LEATHER);
- ItemMeta backpack_meta = backpack.getItemMeta();
- backpack_meta.setDisplayName("§7RUCKSACK");
- ArrayList<String> backpack_lore = new ArrayList<>();
- backpack_lore.add("§73 Eisen");
- backpack_meta.setLore(backpack_lore);
- backpack.setItemMeta(backpack_meta);
- ItemStack team_chest = new ItemStack(Material.BEACON);
- ItemMeta team_chest_meta = team_chest.getItemMeta();
- team_chest_meta.setDisplayName("§7TEAMCHEST");
- ArrayList<String> team_chest_lore = new ArrayList<>();
- team_chest_lore.add("§73 Eisen");
- team_chest_meta.setLore(team_chest_lore);
- team_chest.setItemMeta(team_chest_meta);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement