Advertisement
Guest User

Untitled

a guest
Jun 14th, 2016
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.02 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. DiamondBlocks:
  28. Item ID: 57
  29. Item Data: 0
  30. StackAmount: 64
  31. Name: '&b&lDiamond &f&lBlocks'
  32. Broadcast Win: false
  33. Player Message: true
  34. Chance: 20.0
  35. Prize Name: &b&lDiamond &f&lBlocks
  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> 57 64
  43. DiamondKit:
  44. Item ID: 278
  45. Item Data: 0
  46. StackAmount: 1
  47. Name: '&b&lDiamond&f&l Kit'
  48. Broadcast Win: false
  49. Player Message: true
  50. Chance: 20.0
  51. Prize Name: &b&lDiamond&f&l Kit
  52. Glow: true
  53. Use Permission: false
  54. Permission: archoncrates.prize.food
  55. Global Win Amount: '*'
  56. Player Win Amount: '*'
  57. Commands:
  58. - minecraft:give <player> 276
  59. - minecraft:give <player> 277
  60. - minecraft:give <player> 278
  61. - minecraft:give <player> 279
  62. - minecraft:give <player> 293
  63. - minecraft:give <player> 264 128
  64. GodApples:
  65. Item ID: 322:1
  66. Item Data: 0
  67. StackAmount: 1
  68. Name: '&6&lGod&f&l Apples'
  69. Broadcast Win: false
  70. Player Message: true
  71. Chance: 20.0
  72. Prize Name: &6&lGod&f&l Apples
  73. Glow: true
  74. Use Permission: false
  75. Permission: archoncrates.prize.sword
  76. Global Win Amount: '*'
  77. Player Win Amount: '*'
  78. Commands:
  79. - minecraft:give <player> 322:1 64
  80. Money:
  81. Item ID: 41
  82. Item Data: 0
  83. StackAmount: 1
  84. Name: '&6&l$&a&lMoney&6&l$'
  85. Broadcast Win: false
  86. Player Message: true
  87. Chance: 20.0
  88. Prize Name: &6&l$&a&lMoney&6&l$
  89. Glow: true
  90. Use Permission: false
  91. Permission: archoncrates.prize.gold
  92. Global Win Amount: '*'
  93. Player Win Amount: '*'
  94. Commands:
  95. - eco give <player> 25000
  96. Dragon:
  97. Item ID: 397:5
  98. Item Data: 0
  99. StackAmount: 1
  100. Name: '&d&lDragon'
  101. Broadcast Win: true
  102. Player Message: true
  103. Chance: 10.0
  104. Prize Name: &d&lDragon
  105. Glow: true
  106. Use Permission: false
  107. Permission: archoncrates.prize.tools
  108. Global Win Amount: '*'
  109. Player Win Amount: '*'
  110. Commands:
  111. - minecraft:give <player> 397:5
  112. - minecraft:give <player> 122
  113. Repair:
  114. Item ID: 90
  115. Item Data: 0
  116. StackAmount: 1
  117. Name: '&c&l/Repair&f&l Command!'
  118. Broadcast Win: true
  119. Player Message: true
  120. Chance: 5.0
  121. Prize Name: &c&l/Repair&f&l Command!
  122. Glow: true
  123. Use Permission: false
  124. Permission: archoncrates.prize.godapple
  125. Global Win Amount: '*'
  126. Player Win Amount: '1'
  127. Commands:
  128. - pex user <player> add essentials.repair
  129. Feed:
  130. Item ID: 119
  131. Item Data: 0
  132. StackAmount: 1
  133. Name: '&c&l/Feed&f&l Command!'
  134. Broadcast Win: true
  135. Player Message: true
  136. Chance: 5.0
  137. Prize Name: &c&l/Feed&f&l Command!
  138. Glow: true
  139. Use Permission: false
  140. Permission: archoncrates.prize.cratekey
  141. Global Win Amount: '*'
  142. Player Win Amount: '1'
  143. Commands:
  144. - pex user <player> add essentials.feed
  145. file version: 0.0.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement