Advertisement
Guest User

Untitled

a guest
Nov 10th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.80 KB | None | 0 0
  1. ItemStack bow_1 = new ItemStack(Material.BOW);
  2. ItemMeta bow_1_meta = bow_1.getItemMeta();
  3. bow_1_meta.setDisplayName("§7BOGEN1");
  4. ArrayList<String> bow_1_lore = new ArrayList<>();
  5. bow_1_lore.add("§73 Eisen");
  6. bow_1_meta.setLore(bow_1_lore);
  7. bow_1_meta.addEnchant(Enchantment.ARROW_FIRE, 1, true);
  8. bow_1.setItemMeta(bow_1_meta);
  9.  
  10. ItemStack bow_2 = new ItemStack(Material.BOW);
  11. ItemMeta bow_2_meta = bow_2.getItemMeta();
  12. bow_2_meta.setDisplayName("§7BOGEN2");
  13. ArrayList<String> bow_2_lore = new ArrayList<>();
  14. bow_2_lore.add("§73 Eisen");
  15. bow_2_meta.setLore(bow_2_lore);
  16. bow_2_meta.addEnchant(Enchantment.ARROW_FIRE, 1, true);
  17. bow_2_meta.addEnchant(Enchantment.ARROW_KNOCKBACK, 1, true);
  18. bow_2.setItemMeta(bow_2_meta);
  19.  
  20. ItemStack bow_3 = new ItemStack(Material.BOW);
  21. ItemMeta bow_3_meta = bow_3.getItemMeta();
  22. bow_3_meta.setDisplayName("§7BOGEN3");
  23. ArrayList<String> bow_3_lore = new ArrayList<>();
  24. bow_3_lore.add("§73 Eisen");
  25. bow_3_meta.setLore(bow_3_lore);
  26. bow_3_meta.addEnchant(Enchantment.ARROW_FIRE, 3, true);
  27. bow_2_meta.addEnchant(Enchantment.ARROW_KNOCKBACK, 3, true);
  28. bow_2_meta.addEnchant(Enchantment.ARROW_DAMAGE, 4, true);
  29. bow_3.setItemMeta(bow_3_meta);
  30.  
  31. ItemStack bow_4 = new ItemStack(Material.BOW);
  32. ItemMeta bow_4_meta = bow_4.getItemMeta();
  33. bow_4_meta.setDisplayName("§7BOGEN4");
  34. ArrayList<String> bow_4_lore = new ArrayList<>();
  35. bow_4_lore.add("§73 Eisen");
  36. bow_1_meta.setLore(bow_4_lore);
  37. bow_4_meta.addEnchant(Enchantment.ARROW_INFINITE, 1, true);
  38. bow_4.setItemMeta(bow_4_meta);
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48. ItemStack potion_1 = new ItemStack(Material.POTION, 1, (short)8226);
  49. ItemMeta potion_1_meta = potion_1.getItemMeta();
  50. potion_1_meta.setDisplayName("§7SPEEDPOTION");
  51. ArrayList<String> potion_1_lore = new ArrayList<>();
  52. potion_1_lore.add("§73 Eisen");
  53. potion_1_meta.setLore(potion_1_lore);
  54. potion_1.setItemMeta(potion_1_meta);
  55.  
  56. ItemStack potion_2 = new ItemStack(Material.POTION, 1, (short)16420);
  57. ItemMeta potion_2_meta = potion_2.getItemMeta();
  58. ArrayList<String> potion_2_lore = new ArrayList<>();
  59. potion_2_lore.add("§73 Eisen");
  60. potion_2_meta.setLore(potion_2_lore);
  61. potion_2_meta.setDisplayName("§7POISONPOTION");
  62. potion_2.setItemMeta(potion_2_meta);
  63.  
  64. ItemStack potion_3 = new ItemStack(Material.POTION, 1, (short)8225);
  65. ItemMeta potion_3_meta = potion_3.getItemMeta();
  66. potion_3_meta.setDisplayName("§7REGENERATION");
  67. ArrayList<String> potion_3_lore = new ArrayList<>();
  68. potion_3_lore.add("§73 Eisen");
  69. potion_3_meta.setLore(potion_3_lore);
  70. potion_3.setItemMeta(potion_3_meta);
  71.  
  72. ItemStack potion_4 = new ItemStack(Material.POTION, 1, (short)16426);
  73. ItemMeta potion_4_meta = potion_4.getItemMeta();
  74. potion_4_meta.setDisplayName("§7SLOW");
  75. ArrayList<String> potion_4_lore = new ArrayList<>();
  76. potion_4_lore.add("§73 Eisen");
  77. potion_4_meta.setLore(potion_4_lore);
  78. potion_4.setItemMeta(potion_4_meta);
  79.  
  80. ItemStack potion_5 = new ItemStack(Material.POTION, 1, (short)8235);
  81. ItemMeta potion_5_meta = potion_5.getItemMeta();
  82. potion_5_meta.setDisplayName("§7LEAPING");
  83. ArrayList<String> potion_5_lore = new ArrayList<>();
  84. potion_5_lore.add("§73 Eisen");
  85. potion_5_meta.setLore(potion_5_lore);
  86. potion_5.setItemMeta(potion_5_meta);
  87.  
  88. ItemStack potion_6 = new ItemStack(Material.POTION, 1, (short)16428);
  89. ItemMeta potion_6_meta = potion_6.getItemMeta();
  90. potion_6_meta.setDisplayName("§7DAMAGE");
  91. ArrayList<String> potion_6_lore = new ArrayList<>();
  92. potion_6_lore.add("§73 Eisen");
  93. potion_6_meta.setLore(potion_6_lore);
  94. potion_6.setItemMeta(potion_6_meta);
  95.  
  96. ItemStack potion_7 = new ItemStack(Material.POTION, 1, (short)8238);
  97. ItemMeta potion_7_meta = potion_7.getItemMeta();
  98. potion_7_meta.setDisplayName("§7INVIS");
  99. ArrayList<String> potion_7_lore = new ArrayList<>();
  100. potion_7_lore.add("§73 Eisen");
  101. potion_7_meta.setLore(potion_7_lore);
  102. potion_7.setItemMeta(potion_7_meta);
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111. ItemStack chest = new ItemStack(Material.CHEST);
  112. ItemMeta chest_meta = chest.getItemMeta();
  113. chest_meta.setDisplayName("§7CHEST");
  114. ArrayList<String> chest_lore = new ArrayList<>();
  115. chest_lore.add("§73 Eisen");
  116. chest_meta.setLore(chest_lore);
  117. chest.setItemMeta(chest_meta);
  118.  
  119. ItemStack enderchest = new ItemStack(Material.ENDER_CHEST);
  120. ItemMeta enderchest_meta = enderchest.getItemMeta();
  121. enderchest_meta.setDisplayName("§7ENDERCHEST");
  122. ArrayList<String> enderchest_lore = new ArrayList<>();
  123. enderchest_lore.add("§73 Eisen");
  124. enderchest_meta.setLore(enderchest_lore);
  125. enderchest.setItemMeta(enderchest_meta);
  126.  
  127. ItemStack hopper = new ItemStack(Material.HOPPER);
  128. ItemMeta hopper_meta = hopper.getItemMeta();
  129. hopper_meta.setDisplayName("§7HOPPERCHEST");
  130. ArrayList<String> hopper_lore = new ArrayList<>();
  131. hopper_lore.add("§73 Eisen");
  132. hopper_meta.setLore(hopper_lore);
  133. hopper.setItemMeta(hopper_meta);
  134.  
  135. ItemStack backpack = new ItemStack(Material.LEATHER);
  136. ItemMeta backpack_meta = backpack.getItemMeta();
  137. backpack_meta.setDisplayName("§7RUCKSACK");
  138. ArrayList<String> backpack_lore = new ArrayList<>();
  139. backpack_lore.add("§73 Eisen");
  140. backpack_meta.setLore(backpack_lore);
  141. backpack.setItemMeta(backpack_meta);
  142.  
  143. ItemStack team_chest = new ItemStack(Material.BEACON);
  144. ItemMeta team_chest_meta = team_chest.getItemMeta();
  145. team_chest_meta.setDisplayName("§7TEAMCHEST");
  146. ArrayList<String> team_chest_lore = new ArrayList<>();
  147. team_chest_lore.add("§73 Eisen");
  148. team_chest_meta.setLore(team_chest_lore);
  149. team_chest.setItemMeta(team_chest_meta);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement