Advertisement
Guest User

Untitled

a guest
Feb 13th, 2013
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. ##Format for custom items##
  2. #Name of item:
  3. # Material: BukkitItemName
  4. # Color: BukkitColorName
  5. # Enchantments:
  6. # BukkitEnchantmentName: lvl
  7. # Lore:
  8. # - List of Strings enhanced
  9. # - with ampersand color codes
  10. # - Not case sensitive
  11. Death Sword:
  12. Material: Diamond_Sword
  13. Color: White
  14. Enchantments:
  15. DAMAGE_ALL: 3
  16. DAMAGE_ARTHROPODS: 3
  17. DAMAGE_UNDEAD: 3
  18. DURABILITY: 9
  19. FIRE_ASPECT: 3
  20. Lore:
  21. - '&2Lore:'
  22. - '&bIt was once told, that this sword was part of Deaths equipment...'
  23. - '&b...However, the sword was actually made by Dwarfs, deep inside Mountains of Corr'
  24. Topple the Nun:
  25. Material: Stick
  26. Color: Bold
  27. Enchantments:
  28. KNOCKBACK: 10
  29. Lore:
  30. - '&2Lore:'
  31. - '&bKeeps them kids in line.'
  32. Phoenix Blade:
  33. Material: Blaze_Rod
  34. Color: Red
  35. Enchantments:
  36. DAMAGE_ALL: 3
  37. DAMAGE_UNDEAD: 3
  38. FIRE_ASPECT: 9
  39. PROTECTION_FIRE: 9
  40. Lore:
  41. - '&2Lore:'
  42. - '&bPhoenix blade is one of its kind, it will never break and it is made of rare Phoenix feathers'
  43. - '&6---ATTRIBUTES---'
  44. - '+5 Defense'
  45. Vampiric Scepter:
  46. Material: REDSTONE_TORCH_ON
  47. Color: Dark_Red
  48. Enchantments:
  49. DAMAGE_ALL: 2
  50. DAMAGE_ARTHROPODS: 0
  51. DAMAGE_UNDEAD: 0
  52. DURABILITY: 3
  53. KNOCKBACK: 0
  54. LOOT_BONUS_MOBS: 1
  55. PROTECTION_ENVIRONMENTAL: 1
  56. PROTECTION_FALL: 1
  57. Lore:
  58. - '&2Lore:'
  59. - '&bThe rumor says, that this Scepter used to belong for the lord of vampires.'
  60. - '&c---NOTE---'
  61. - '&eDont place it on ground!'
  62. - '&6---ATTRIBUTES---'
  63. - '+3 Damage'
  64. - '-2 Invisibility'
  65. - '-1 Speed'
  66. - '+5 Leech'
  67. Jack the Miners Head:
  68. Material: JACK_O_LANTERN
  69. Color: Bold
  70. Enchantments:
  71. DIG_SPEED: 3
  72. DURABILITY: 1
  73. LOOT_BONUS_BLOCKS: 1
  74. OXYGEN: 3
  75. PROTECTION_ENVIRONMENTAL: 3
  76. PROTECTION_EXPLOSIONS: 5
  77. WATER_WORKER: 3
  78. Lore:
  79. - '&2Lore:'
  80. - '&bJack the Miners Head is &6Unique Helmet&3.'
  81. - '&bHitting an enemy while wearing this helmet gives them more defense!'
  82. - '&c---NOTE---'
  83. - '&ePlace this only in your head as a helmet!'
  84. - '&6---ATTRIBUTES---'
  85. - '+5 Defense'
  86. Small Poison Spike Hammer:
  87. Material: IRON_SPADE
  88. Color: Dark_Green
  89. Enchantments:
  90. DAMAGE_ALL: 1
  91. DURABILITY: 1
  92. Lore:
  93. - '&2Lore:'
  94. - '&bSmall Fancy mace, watch out for not hurting yourself.'
  95. - '&bHitting an enemy with this hammer increases your defense!'
  96. - '&6---ATTRIBUTES---'
  97. - '-1 Defense'
  98. - '+1 Poison'
  99. Big Poison Spike Hammer:
  100. Material: DIAMOND_SPADE
  101. Color: Dark_Green
  102. Enchantments:
  103. DAMAGE_ALL: 3
  104. KNOCKBACK: 2
  105. DURABILITY: 5
  106. Lore:
  107. - '&2Lore:'
  108. - '&bBig Fancy mace, watch out for not hurting yourself.'
  109. - '&bHitting an enemy with this hammer increases your defense!'
  110. - '&6---ATTRIBUTES---'
  111. - '-3 Defense'
  112. - '+5 Poison'
  113. Dart Shooter:
  114. Material: BOW
  115. Color: Dark_Green
  116. Enchantments:
  117. ARROW_DAMAGE: 1
  118. ARROW_KNOCKBACK: 1
  119. Lore:
  120. - '&2Lore:'
  121. - '&bThis bow used to belong to &9Lizard Wizard&b.'
  122. - '&bFires poisonous darts! Unfortunately it also poisones the user.'
  123. - '&6---ATTRIBUTES---'
  124. - '+2 Poison'
  125. - '-1 Poison'
  126. Noxus Hoe:
  127. Material: GOLD_HOE
  128. Color: Italic
  129. Enchantments:
  130. LOOT_BONUS_BLOCKS: 1
  131. LOOT_BONUS_MOBS: 2
  132. WATER_WORKER: 5
  133. OXYGEN: 5
  134. DIG_SPEED: 10
  135. DURABILITY: 2
  136. Lore:
  137. - '&2Lore:'
  138. - '&bNoxus Hoe is one of the &9tool of gods&b.'
  139. - '&bOne of the &9Realm of Noxus gods&b lost their tool. Youre lucky one who found it!'
  140. - '&bThis weapon can be from the &9Realm of Noxus &b, yet it is not made for war!'
  141. - '&6---ATTRIBUTES---'
  142. - '-10 Speed'
  143. - '-5 Poison'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement