Advertisement
Guest User

Crate loot.yml

a guest
Jul 4th, 2016
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.69 KB | None | 0 0
  1. # ##################################################################################################################################################################### #
  2. # #
  3. # ArchonCrates Crate Loot Configuration #
  4. # #
  5. # Crate Loot: #
  6. # Diamonds: - Loot id which is used to define the loot for the keys (Can't have any the same) #
  7. # Item ID: 264 - The id of the display item which will display in the crate GUI #
  8. # Item Data: 0 - The data value of the item in the display of the crate GUI #
  9. # StackAmount: 10 - The stack size of the display item in the crate GUI #
  10. # Name: '&3Diamonds' - The display name of the item in the crate GUI #
  11. # Broadcast Win: true - If true it will broadcast the win message to the whole server #
  12. # Player Message: true - If true it will send the player a message #
  13. # Chance: 5.0 - The chance of the prize being won (MIN value: 0.01 - MAX value: 9999.99) #
  14. # Prize Name: 10 diamonds - The name used in the win messages #
  15. # Glow: true - If true the display item will glow in the crate GUI #
  16. # Use Permission: false - If true it will use the permission for players to win the prize #
  17. # Permission: archoncrates.prize.diamonds - The permission used to check if players can win the prize #
  18. # Win Amount: '*' - The amount of times a prize can be won ('*' means unlimited times) #
  19. # Commands: - A list of commands which will be run when a player wins the prize #
  20. # - minecraft:give <player> diamond 10 #
  21. # #
  22. # #
  23. # #
  24. # ##################################################################################################################################################################### #
  25.  
  26. Crate Loot:
  27. Diamonds:
  28. Item ID: 264
  29. Item Data: 0
  30. StackAmount: 10
  31. Name: '&3Diamonds'
  32. Broadcast Win: true
  33. Player Message: true
  34. Chance: 5.0
  35. Prize Name: 10 diamonds
  36. Glow: true
  37. Use Permission: false
  38. Permission: archoncrates.prize.diamonds
  39. Global Win Amount: '*'
  40. Player Win Amount: '*'
  41. Commands:
  42. - minecraft:give <player> diamond 10
  43. Food:
  44. Item ID: 364
  45. Item Data: 0
  46. StackAmount: 16
  47. Name: '&dFood'
  48. Broadcast Win: false
  49. Player Message: true
  50. Chance: 40.0
  51. Prize Name: food set
  52. Glow: false
  53. Use Permission: false
  54. Permission: archoncrates.prize.food
  55. Global Win Amount: '*'
  56. Player Win Amount: '*'
  57. Commands:
  58. - minecraft:give <player> cooked_beef 16
  59. - minecraft:give <player> cooked_chicken 16
  60. - minecraft:give <player> cooked_porkchop 16
  61. Sword:
  62. Item ID: 276
  63. Item Data: 0
  64. StackAmount: 1
  65. Name: '&bSword'
  66. Broadcast Win: false
  67. Player Message: true
  68. Chance: 10.0
  69. Prize Name: diamond sword
  70. Glow: true
  71. Use Permission: false
  72. Permission: archoncrates.prize.sword
  73. Global Win Amount: '*'
  74. Player Win Amount: '*'
  75. Commands:
  76. - minecraft:give <player> diamond_sword 1
  77. Gold:
  78. Item ID: 266
  79. Item Data: 0
  80. StackAmount: 32
  81. Name: '&6Gold'
  82. Broadcast Win: false
  83. Player Message: true
  84. Chance: 15.0
  85. Prize Name: 32 gold
  86. Glow: false
  87. Use Permission: false
  88. Permission: archoncrates.prize.gold
  89. Global Win Amount: '*'
  90. Player Win Amount: '*'
  91. Commands:
  92. - minecraft:give <player> gold_ingot 32
  93. Tools:
  94. Item ID: 257
  95. Item Data: 0
  96. StackAmount: 1
  97. Name: '&7Tools'
  98. Broadcast Win: false
  99. Player Message: true
  100. Chance: 20.0
  101. Prize Name: Iron tools
  102. Glow: false
  103. Use Permission: false
  104. Permission: archoncrates.prize.tools
  105. Global Win Amount: '*'
  106. Player Win Amount: '*'
  107. Commands:
  108. - minecraft:give <player> iron_pickaxe 1
  109. - minecraft:give <player> iron_axe 1
  110. - minecraft:give <player> iron_shovel 1
  111. Goldenapple:
  112. Item ID: 322
  113. Item Data: 1
  114. StackAmount: 1
  115. Name: '&6Golden apple'
  116. Broadcast Win: true
  117. Player Message: true
  118. Chance: 3.0
  119. Prize Name: 5x golden apple
  120. Glow: true
  121. Use Permission: false
  122. Permission: archoncrates.prize.godapple
  123. Global Win Amount: '*'
  124. Player Win Amount: '*'
  125. Commands:
  126. - minecraft:give <player> golden_apple 1
  127. VoteKey:
  128. Item ID: 131
  129. Item Data: 0
  130. StackAmount: 3
  131. Name: '&aVote Key'
  132. Broadcast Win: false
  133. Player Message: true
  134. Chance: 10.0
  135. Prize Name: 3x vote key
  136. Glow: false
  137. Use Permission: false
  138. Permission: archoncrates.prize.cratekey
  139. Global Win Amount: '*'
  140. Player Win Amount: '*'
  141. Commands:
  142. - archoncrates key <player> vote 3
  143. Luckykey:
  144. Item ID: 131
  145. Item Data: 0
  146. StackAmount: 16
  147. Name: '&6Lucky key'
  148. Broadcast Win: true
  149. Player Message: true
  150. Chance: 10.0
  151. Prize Name: lucky key
  152. Glow: false
  153. Use Permission: false
  154. Permission: archoncrates.prize.food
  155. Global Win Amount: '*'
  156. Player Win Amount: '*'
  157. Commands:
  158. - archoncrates key <player> lucky 1
  159. Obsidian:
  160. Item ID: 49
  161. Item Data: 0
  162. StackAmount: 32
  163. Name: '&aObsidian'
  164. Broadcast Win: false
  165. Player Message: true
  166. Chance: 10.0
  167. Prize Name: 32x Obsidian
  168. Glow: false
  169. Use Permission: false
  170. Permission: archoncrates.prize.food
  171. Global Win Amount: '*'
  172. Player Win Amount: '*'
  173. Commands:
  174. - minecraft:give <player> obsidian 32
  175. Bookshelf:
  176. Item ID: 47
  177. Item Data: 0
  178. StackAmount: 32
  179. Name: '&4Bookshelf'
  180. Broadcast Win: false
  181. Player Message: true
  182. Chance: 20.0
  183. Prize Name: 32x Bookshelf
  184. Glow: false
  185. Use Permission: false
  186. Permission: archoncrates.prize.food
  187. Global Win Amount: '*'
  188. Player Win Amount: '*'
  189. Commands:
  190. - minecraft:give <player> bookshelf 32
  191. Goldenblock:
  192. Item ID: 41
  193. Item Data: 0
  194. StackAmount: 6
  195. Name: '&6Gold block'
  196. Broadcast Win: false
  197. Player Message: true
  198. Chance: 5.0
  199. Prize Name: 6x Gold block
  200. Glow: false
  201. Use Permission: false
  202. Permission: archoncrates.prize.food
  203. Global Win Amount: '*'
  204. Player Win Amount: '*'
  205. Commands:
  206. - minecraft:give <player> gold_block 6
  207. Glowstone:
  208. Item ID: 89
  209. Item Data: 0
  210. StackAmount: 32
  211. Name: '&dGlowstone'
  212. Broadcast Win: false
  213. Player Message: true
  214. Chance: 20.0
  215. Prize Name: 32x Glowstone
  216. Glow: false
  217. Use Permission: false
  218. Permission: archoncrates.prize.food
  219. Global Win Amount: '*'
  220. Player Win Amount: '*'
  221. Commands:
  222. - minecraft:give <player> glowstone 32
  223. Farm:
  224. Item ID: 392
  225. Item Data: 0
  226. StackAmount: 16
  227. Name: '&3Farm set'
  228. Broadcast Win: false
  229. Player Message: true
  230. Chance: 25.0
  231. Prize Name: Farm set
  232. Glow: false
  233. Use Permission: false
  234. Permission: archoncrates.prize.food
  235. Global Win Amount: '*'
  236. Player Win Amount: '*'
  237. Commands:
  238. - minecraft:give <player> potato 16
  239. - minecraft:give <player> carrot 16
  240. - minecraft:give <player> melon 16
  241. Ironarmor:
  242. Item ID: 306
  243. Item Data: 0
  244. StackAmount: 1
  245. Name: '&8Iron armor set'
  246. Broadcast Win: false
  247. Player Message: true
  248. Chance: 10.0
  249. Prize Name: 1x Iron armor set
  250. Glow: false
  251. Use Permission: false
  252. Permission: archoncrates.prize.food
  253. Global Win Amount: '*'
  254. Player Win Amount: '*'
  255. Commands:
  256. - minecraft:give <player> iron_helmet 1
  257. - minecraft:give <player> iron_chestplate 1
  258. - minecraft:give <player> iron_leggings 1
  259. - minecraft:give <player> iron_boots 1
  260. Diamondarmor:
  261. Item ID: 310
  262. Item Data: 0
  263. StackAmount: 16
  264. Name: '&dDiamond armor set'
  265. Broadcast Win: true
  266. Player Message: true
  267. Chance: 2.0
  268. Prize Name: 1x Diamond armor set
  269. Glow: true
  270. Use Permission: false
  271. Permission: archoncrates.prize.food
  272. Global Win Amount: '*'
  273. Player Win Amount: '*'
  274. Commands:
  275. - minecraft:give <player> diamond_helmet 1
  276. - minecraft:give <player> diamond_chestplate 1
  277. - minecraft:give <player> diamond_leggings 1
  278. - minecraft:give <player> diamond_boots 1
  279. Dirt:
  280. Item ID: 3
  281. Item Data: 0
  282. StackAmount: 1
  283. Name: '&cDirt'
  284. Broadcast Win: true
  285. Player Message: true
  286. Chance: 8.0
  287. Prize Name: 1x Dirt
  288. Glow: false
  289. Use Permission: false
  290. Permission: archoncrates.prize.food
  291. Global Win Amount: '*'
  292. Player Win Amount: '*'
  293. Commands:
  294. - minecraft:give <player> dirt 1
  295. Enderchest:
  296. Item ID: 130
  297. Item Data: 0
  298. StackAmount: 1
  299. Name: '&5Enderchest'
  300. Broadcast Win: true
  301. Player Message: true
  302. Chance: 1.0
  303. Prize Name: 1x Enderchest
  304. Glow: true
  305. Use Permission: false
  306. Permission: archoncrates.prize.food
  307. Global Win Amount: '*'
  308. Player Win Amount: '*'
  309. Commands:
  310. - minecraft:give <player> enderchest 1
  311. Xpbottles:
  312. Item ID: 384
  313. Item Data: 0
  314. StackAmount: 64
  315. Name: '&dXp bottles'
  316. Broadcast Win: false
  317. Player Message: true
  318. Chance: 99.0
  319. Prize Name: 128x Experience bottle
  320. Glow: false
  321. Use Permission: false
  322. Permission: archoncrates.prize.food
  323. Global Win Amount: '*'
  324. Player Win Amount: '*'
  325. Commands:
  326. - minecraft:give <player> experience_bottle 64
  327. - minecraft:give <player> experience_bottle 64
  328. Use Sub Commands: true
  329. Ranks To Sub:
  330. - Owner
  331. - Admin
  332. Sub-Commands:
  333. - pex user <player> group add VIP
  334. file version: 0.0.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement