Advertisement
PhameCraft

items

Jan 20th, 2020
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.75 KB | None | 0 0
  1. # Directly defined reward file. ANY EDITS HERE CAN GET OVERRIDDEN!
  2. RewardType: BOTH
  3. EXPLevels: 10
  4. Chance: 25
  5. Worlds:
  6. - world
  7. - wilderness_nether
  8. - wilderness_the_end
  9. - Shop1
  10. - wilderness
  11. VaultGroup: default
  12. RandomCommand:
  13. - "/xp 10L %player%"
  14. - "/give %player% diamond 1"
  15. RandomReward:
  16. DirectlyDefinedReward: true
  17. # Items to give to user
  18. Items:
  19. # Item
  20. # This is not item display name
  21. # No 2 names the same
  22. Diamond:
  23. # Item Material
  24. # List of material for 1.10:
  25. # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  26. Material: 'DIAMOND'
  27. # Item data value (Eg 1:4, data is 4)
  28. Data: 0
  29. # Will only give Amount if min and max amounts are 0
  30. Amount: 1
  31. # Set item durability
  32. # Set to 0 or remove line for no durability
  33. #Durability: 100
  34.  
  35. # Random amount of items between Min and Max will be given
  36. # if min and max are not both 0
  37.  
  38. # Min amount of items
  39. #MinAmount: 0
  40.  
  41. # Max amount of items
  42. #MaxAmount: 0
  43.  
  44. # Item name
  45. # Remove this value to have no name
  46. #Name: '&aSpecial Diamond'
  47.  
  48. # Lore
  49. # Remove this value to have no lore
  50. #Lore:
  51. #- 'Line 1'
  52.  
  53. # Enchants
  54. # List of 1.10 Encahants can be found at
  55. # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html
  56. #Enchants:
  57. # DURABILITY: 1
  58.  
  59. DiamondHelm:
  60. # Item Material
  61. # List of material for 1.10:
  62. # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  63. Material: 'DIAMOND_HELMET'
  64. # Item data value (Eg 1:4, data is 4)
  65. Data: 0
  66. # Will only give Amount if min and max amounts are 0
  67. Amount: 1
  68. # Set item durability
  69. # Set to 0 or remove line for no durability
  70. #Durability: 100
  71.  
  72. # Random amount of items between Min and Max will be given
  73. # if min and max are not both 0
  74.  
  75. # Min amount of items
  76. #MinAmount: 0
  77.  
  78. # Max amount of items
  79. #MaxAmount: 0
  80.  
  81. # Item name
  82. # Remove this value to have no name
  83. Name: '&bVoter Helmet'
  84.  
  85. # Lore
  86. # Remove this value to have no lore
  87. #Lore:
  88. #- 'Line 1'
  89.  
  90. # Enchants
  91. # List of 1.10 Encahants can be found at
  92. # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html
  93. Enchants:
  94. UNBREAKING: 3
  95. PROTECTION: 4
  96. DiamondChest:
  97. # Item Material
  98. # List of material for 1.10:
  99. # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  100. Material: 'DIAMOND_CHESTPLATE'
  101. # Item data value (Eg 1:4, data is 4)
  102. Data: 0
  103. # Will only give Amount if min and max amounts are 0
  104. Amount: 1
  105. # Set item durability
  106. # Set to 0 or remove line for no durability
  107. #Durability: 100
  108.  
  109. # Random amount of items between Min and Max will be given
  110. # if min and max are not both 0
  111.  
  112. # Min amount of items
  113. #MinAmount: 0
  114.  
  115. # Max amount of items
  116. #MaxAmount: 0
  117.  
  118. # Item name
  119. # Remove this value to have no name
  120. Name: '&bVoter Chestplate'
  121.  
  122. # Lore
  123. # Remove this value to have no lore
  124. #Lore:
  125. #- 'Line 1'
  126.  
  127. # Enchants
  128. # List of 1.10 Encahants can be found at
  129. # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html
  130. Enchants:
  131. UNBREAKING: 3
  132. PROTECTION: 4
  133.  
  134. DiamondBoots:
  135. # Item Material
  136. # List of material for 1.10:
  137. # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  138. Material: 'DIAMOND_BOOTS'
  139. # Item data value (Eg 1:4, data is 4)
  140. Data: 0
  141. # Will only give Amount if min and max amounts are 0
  142. Amount: 1
  143. # Set item durability
  144. # Set to 0 or remove line for no durability
  145. #Durability: 100
  146.  
  147. # Random amount of items between Min and Max will be given
  148. # if min and max are not both 0
  149.  
  150. # Min amount of items
  151. #MinAmount: 0
  152.  
  153. # Max amount of items
  154. #MaxAmount: 0
  155.  
  156. # Item name
  157. # Remove this value to have no name
  158. Name: '&bVoter Boots'
  159.  
  160. # Lore
  161. # Remove this value to have no lore
  162. #Lore:
  163. #- 'Line 1'
  164.  
  165. # Enchants
  166. # List of 1.10 Encahants can be found at
  167. # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html
  168. Enchants:
  169. UNBREAKING: 3
  170. PROTECTION: 4
  171. DiamondLegs:
  172. # Item Material
  173. # List of material for 1.10:
  174. # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  175. Material: 'DIAMOND_Leggings'
  176. # Item data value (Eg 1:4, data is 4)
  177. Data: 0
  178. # Will only give Amount if min and max amounts are 0
  179. Amount: 1
  180. # Set item durability
  181. # Set to 0 or remove line for no durability
  182. #Durability: 100
  183.  
  184. # Random amount of items between Min and Max will be given
  185. # if min and max are not both 0
  186.  
  187. # Min amount of items
  188. #MinAmount: 0
  189.  
  190. # Max amount of items
  191. #MaxAmount: 0
  192.  
  193. # Item name
  194. # Remove this value to have no name
  195. Name: '&bVoter Leggings'
  196.  
  197. # Lore
  198. # Remove this value to have no lore
  199. #Lore:
  200. #- 'Line 1'
  201.  
  202. # Enchants
  203. # List of 1.10 Encahants can be found at
  204. # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html
  205. Enchants:
  206. UNBREAKING: 3
  207. PROTECTION: 4
  208.  
  209. # Commands to run
  210. # Use %player% for player name
  211. # Set to Console: [] for no commands
  212. Commands:
  213. # Commands here will be run by console
  214. Console:
  215. - 'say &b%player% &cRecieved Vote Armor!'
  216.  
  217.  
  218. # Reward type
  219. # Possible Values: ONLINE,OFFLINE,BOTH
  220. # Default: BOTH
  221. # Make this reward file only give rewards depending
  222. # if player was online/offline when the reward attempted to give
  223. RewardType: 'BOTH'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement