Advertisement
Guest User

Untitled

a guest
Sep 21st, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. Crate:
  2. CrateType: Cosmic
  3. CrateName: '&eCommon Supply Crate'
  4. Preview-Name: '&eCommon Supply Preview'
  5. StartingKeys: 0
  6. InGUI: true
  7. Slot: 23
  8. OpeningBroadCast: false
  9. BroadCast: ''
  10. Item: 'CHEST'
  11. Glowing: false
  12. Name: '&eCommon Supply Crate'
  13. Lore:
  14. - '&7This crate contains strange objects,'
  15. - '&7from somewhere beyond this planet.'
  16. - '&7You have &6%Keys% keys &7to open this crate with.'
  17. - '&7&l(&e&l!&7&l) Right click to view rewards.'
  18. Preview:
  19. Toggle: false
  20. ChestLines: 6
  21. Glass:
  22. Toggle: true
  23. Item: 'PURPLE_STAINED_GLASS_PANE'
  24. PhysicalKey:
  25. Name: '&eCommon Supply Crate Key'
  26. Lore:
  27. - '&7A special Key'
  28. - '&7For a special Crate.'
  29. Item: 'TRIPWIRE_HOOK'
  30. Glowing: true
  31. # Tiers are available in Cosmic crates only
  32. #The tiers in the Crate
  33. Tiers:
  34. #The Config Name for the Crate
  35. Common rewards:
  36. #The in-game name of the Crate
  37. Name: '&7Common Prize'
  38. #Use the MetaData for the color of the glass
  39. Color: 'GRAY_STAINED_GLASS_PANE'
  40. #Chance of that item getting picked. It would be 80/100 chance because MaxRange is 100.
  41. Chance: 80
  42. #The max range that the chance will go though.
  43. MaxRange: 100
  44. Ragular rewards:
  45. Name: '&fRegular Prize'
  46. Color: 'WHITE_STAINED_GLASS_PANE'
  47. Chance: 55
  48. MaxRange: 100
  49. Ultra rewards:
  50. Name: '&aUltra Prize'
  51. Color: 'GREEN_STAINED_GLASS_PANE'
  52. Chance: 10
  53. MaxRange: 100
  54. Rare rewards:
  55. Name: '&4Rare Prize'
  56. Color: 'RED_STAINED_GLASS_PANE'
  57. Chance: 5
  58. MaxRange: 100
  59. Prizes:
  60. 1:
  61. DisplayName: 'Regular Supply Crate'
  62. DisplayItem: 'TRIPWIRE_HOOK'
  63. DisplayAmount: 1
  64. Lore:
  65. - '&7Regular Supply Key'
  66. MaxRange: 100
  67. Chance: 3
  68. # Tiers are available in Common Supply Crates only
  69. #The Tiers the rewards can be found in.
  70. Tiers:
  71. - 'Rare rewards'
  72. Commands:
  73. - 'cc give physical regular 1 %Player%'
  74. 2:
  75. DisplayName: 'Potato'
  76. DisplayItem: 'Potato'
  77. DisplayAmount: 1
  78. MaxRange: 100
  79. Chance: 80
  80. Tiers:
  81. - 'Common rewards'
  82. Items:
  83. - 'Item:POTATOES, Amount:1, Name:Potatoes'
  84. 3:
  85. DisplayName: 'Potato'
  86. DisplayItem: 'Potato'
  87. DisplayAmount: 1
  88. MaxRange: 100
  89. Chance: 80
  90. Tiers:
  91. - 'Common rewards'
  92. Items:
  93. - 'Item:POTATOES, Amount:26, Name:Potatoes'
  94. 4:
  95. DisplayName: 'Sugar Cane'
  96. DisplayItem: 'Sugar_Cane'
  97. DisplayAmount: 1
  98. MaxRange: 100
  99. Chance: 80
  100. Tiers:
  101. - 'Common rewards'
  102. Items:
  103. - 'Item:SUGAR_CANE, Amount:64, Name:Sugar Cane'
  104. 5:
  105. DisplayName: 'Steak'
  106. DisplayItem: 'Steak'
  107. DisplayAmount: 1
  108. MaxRange: 100
  109. Chance: 60
  110. Tiers:
  111. - 'Common rewards'
  112. Items:
  113. - 'Item:STEAK, Amount:1, Name:Steak'
  114. 6:
  115. DisplayName: 'Sheep Spawner'
  116. DisplayItem: 'Sheep Spawner'
  117. DisplayAmount: 1
  118. MaxRange: 100
  119. Chance: 3
  120. Tiers:
  121. - 'Rare rewards'
  122. Items:
  123. - 'Item:SPAWNER, Amount:1, Name:Sheep Spawner'
  124. Commands:
  125. - 'give %Player% sheep_spawner 1'
  126. 7:
  127. DisplayName: 'Pig Spawner'
  128. DisplayItem: 'Pig Spawner'
  129. DisplayAmount: 1
  130. MaxRange: 100
  131. Chance: 3
  132. Tiers:
  133. - 'Rare rewards'
  134. Items:
  135. - 'Item:SPAWNER, Amount:1, Name:Pig Spawner'
  136. Commands:
  137. - 'give %Player% pig_spawner 1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement