Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.55 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. GodApple:
  112. Item ID: 322
  113. Item Data: 1
  114. StackAmount: 1
  115. Name: '&6God Apple'
  116. Broadcast Win: true
  117. Player Message: true
  118. Chance: 3.0
  119. Prize Name: GOD 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 1
  127. CrateKey:
  128. Item ID: 131
  129. Item Data: 0
  130. StackAmount: 1
  131. Name: '&aCrate Key'
  132. Broadcast Win: true
  133. Player Message: true
  134. Chance: 10.0
  135. Prize Name: crate key
  136. Glow: true
  137. Use Permission: false
  138. Permission: archoncrates.prize.cratekey
  139. Global Win Amount: '*'
  140. Player Win Amount: '*'
  141. Commands:
  142. - archoncrates key <player> default 1
  143. DevHead:
  144. Item ID: 397
  145. Item Data: 3
  146. StackAmount: 1
  147. Name: '&cDeveloper Head'
  148. Broadcast Win: false
  149. Player Message: true
  150. Chance: 30.0
  151. Prize Name: developers head
  152. Glow: false
  153. Use Permission: false
  154. Permission: archoncrates.prize.devhead
  155. Global Win Amount: '*'
  156. Player Win Amount: '*'
  157. Commands:
  158. - minecraft:give <player> skull 1 3 {SkullOwner:"Hamiii",Unbreakable:1}
  159. NetherStar:
  160. Item ID: 399
  161. Item Data: 0
  162. StackAmount: 1
  163. Name: '&fNether Star'
  164. Broadcast Win: true
  165. Player Message: true
  166. Chance: 3.0
  167. Prize Name: nether star
  168. Glow: true
  169. Use Permission: false
  170. Permission: archoncrates.prize.devhead
  171. Global Win Amount: '*'
  172. Player Win Amount: '*'
  173. Commands:
  174. - minecraft:give <player> nether_star 1
  175. Emeralds:
  176. Item ID: 388
  177. Item Data: 0
  178. StackAmount: 3
  179. Name: '&2Emeralds'
  180. Broadcast Win: true
  181. Player Message: true
  182. Chance: 5.0
  183. Prize Name: emeralds
  184. Glow: true
  185. Use Permission: false
  186. Permission: archoncrates.prize.devhead
  187. Global Win Amount: '*'
  188. Player Win Amount: '*'
  189. Commands:
  190. - minecraft:give <player> emerald 3
  191. Rank:
  192. Item ID: 340
  193. Item Data: 0
  194. StackAmount: 1
  195. Name: '&aRank'
  196. Broadcast Win: true
  197. Player Message: true
  198. Chance: 0.02
  199. Prize Name: RANK
  200. Glow: true
  201. Use Permission: false
  202. Permission: archoncrates.prize.rank
  203. Global Win Amount: '*'
  204. Player Win Amount: '*'
  205. Commands:
  206. - manuadd <player> VIP
  207. Use Sub Commands: true
  208. Ranks To Sub:
  209. - Owner
  210. - Admin
  211. Sub-Commands:
  212. - manuaddsub <player> VIP
  213. file version: 0.0.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement