Advertisement
Guest User

ree

a guest
Jul 17th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.21 KB | None | 0 0
  1. Crate:
  2. #Type of crate (CSGO/QuadCrate/QuickCrate/Roulette/CrateOnTheGo/FireCracker/Wonder/Wheel/War/Cosmic(This requires a additional info to work.)).
  3. CrateType: WAR
  4. #Name of the Inventory if a GUI crate.
  5. CrateName: '&a&lVote &2&lCrate'
  6. #The name of the inventory that will be in the preview GUI.
  7. Preview-Name: '&a&lVote &2&lCrate'
  8. #Starting amount of keys when the player 1st joins.
  9. StartingKeys: 0
  10. #If the crate shows in the /cc GUI. (If the crate type is QuickCrate/CrateOnTheGo/FireCracker then the Crate will not work. Quick Crate requires a Physical Crate.)
  11. InGUI: true
  12. #Slot the item is in the GUI.
  13. Slot: 21
  14. #Enables/Disables the Broadcasts message when they open a crate.
  15. OpeningBroadCast: false
  16. #Message that is broadcast when opening the crate.
  17. BroadCast: '%Prefix%&6&l%Player% &7is opening a &7&lBasic Chest&7.'
  18. #Item the crate is in the GUI
  19. Item: 'CHEST'
  20. #If the crate in the main /cc GUI is glowing or not.
  21. Glowing: false
  22. #Name of the item in the GUI.
  23. Name: '&a&lVote &2&lCrate'
  24. #The lore of the item in the GUI.
  25. Lore:
  26. - '&7This crate is ONLY'
  27. - '&7recieved by supporting the server'
  28. - '&7with the command /vote.'
  29. - '&r'
  30. - '&7&o(( &f&o'
  31. - '&7&nRight-Click&7 to view rewards'
  32. Preview:
  33. #Turn on and off the preview for this crate.
  34. Toggle: true
  35. #How many lines the previewChest should have. Including Header and Bottom (Between 3 and 6)
  36. ChestLines: 6
  37. Glass:
  38. #Turn the glass boarder in the preview on and off.
  39. Toggle: true
  40. #The item that shows in the boarder. Can be glass or any other item.
  41. Item: 'STAINED_GLASS_PANE:7'
  42. PhysicalKey:
  43. #Name of the Key.
  44. Name: '&7&lBasic Crate &b&lKey'
  45. #Lore of the Key.
  46. Lore:
  47. - '&7A special Key'
  48. - '&7For a special Crate.'
  49. #The item the key is.
  50. Item: 'TRIPWIRE_HOOK'
  51. #Makes the key look enchanted.
  52. Glowing: true
  53. #All the prizes that can be gotten in the Crate.
  54. Prizes:
  55. 1:
  56. #Name of the item shown by the crate.
  57. DisplayName: '&7&lBasic Grass'
  58. #Item that is shown by the crate.
  59. DisplayItem: 'GRASS'
  60. #The amount that is displayed.
  61. DisplayAmount: 1
  62. #Lore will be shown in rewards GUI.
  63. Lore:
  64. - '&7Win some grass for your fields.'
  65. - '&6&lChance: &c&l40%'
  66. #Adds enchantments to the display item.
  67. DisplayEnchantments:
  68. - 'PROTECTION_ENVIRONMENTAL:1'
  69. - 'OXYGEN:1'
  70. #The max range that the chance will go though.
  71. MaxRange: 100
  72. #Chance of that item getting picked. It would be 40/100 chance because MaxRange is 100.
  73. Chance: 40
  74. #Firework when it is won.
  75. Firework: false
  76. #Toggle if the item has a glowing effect but doesn't have an enchantment on it.
  77. Glowing: false
  78. #Set the item to 397:3 and then add the players name for this to take effect.
  79. Player: ''
  80. #Adds the unbreaking NBT tag to the display item to allow it to have custom textures.
  81. Unbreakable: false
  82. #When set to true, tags like Armor, Unbreakable and other tags are hidden and not visible to the user.
  83. HideItemFlags: false
  84. # Items that the player wins if this prize is picked. (If you wish not to give an Item in the prize just delete the Items Section)
  85. # Items: Options
  86. # Item:<ID:MD> - You can choose the item with its id and meta data.
  87. # Amount:<Number> - Choose how many of the item you get.
  88. # Name:<Name> - The display name that goes on the item.
  89. # Lore:<Line 1>,<Line 2>,<Line 3>,<Line 4> - The lore that will go under the enchantments. Split lines with a ','
  90. # Unbreakable-Item:<True/False> - Will add the Unbreaking NBT tag to the item to allow custom textured items to be gained through the envoys.
  91. # <Enchantment>:<Level> - Choose the enchantment you want to add to the item. You can use the in-game names of the enchantment if you want. Replace the spaces in the name with "_".
  92. Items:
  93. - 'Item:GRASS, Amount:32, Name:&7&lBasic Grass'
  94. #Commands are the commands that are run when this prize is won. (If you wish not to use a CMD in the prize just delete the Commands Section)
  95. #You can use %Player% to get the player that won the prize.
  96. Commands:
  97. - 'broadcast &6&l%Player% &7has just won some Basic Grass.'
  98. #Messages: option allows you to send players messages and not have to pm them with commands.
  99. #If you do not wish to have players get messaged that they won this prize then just remove the Messages: option.
  100. Messages:
  101. - '&7You just won a &7&lBasic Grass&7.'
  102. #This allows for one time winnable prizes. If a player has one of the permissions then they will not be able to win it.
  103. BlackListed-Permissions: []
  104. #This allows users who have won the same prize before to get alternative prizes. They must of a BlackListed-Permission to get a alternative prize.
  105. Alternative-Prize:
  106. #Toggle if the prize will use alternative prizes for the blacklisted permission.
  107. Toggle: false
  108. Messages: []
  109. Commands: []
  110. Items: []
  111. 2:
  112. DisplayName: '&b&lCheap Helmet'
  113. DisplayItem: 'GOLD_HELMET'
  114. DisplayAmount: 1
  115. Lore:
  116. - '&7Win a cheap helmet.'
  117. - '&6&lChance: &c&l60%'
  118. MaxRange: 100
  119. Chance: 60
  120. Items:
  121. - 'Item:GOLDEN_HELMET, Amount:1, Name:&bCheap Helmet, PROTECTION_ENVIRONMENTAL:1, OXYGEN:1'
  122. 3:
  123. DisplayName: '&e&l$1,000'
  124. DisplayItem: 'DOUBLE_PLANT:0'
  125. DisplayAmount: 1
  126. Lore:
  127. - '&7Make it rain Money.'
  128. - '&6&lChance: &c&l20%'
  129. MaxRange: 100
  130. Chance: 20
  131. Firework: true
  132. Commands:
  133. - 'eco give %Player% 1000'
  134. # - 'pex user %player% add crazycrates.blacklist.basic.3' #This is the line where you would give the user the permission.
  135. Messages:
  136. - '&7You just won &a$1,000&7.'
  137. BlackListed-Permissions:
  138. - 'crazycrates.blacklist.basic.3'
  139. Alternative-Prize:
  140. Toggle: true
  141. Messages:
  142. - '&8[&bCrazyCrates&8]: &7You have already won that prize, so enjoy some gold nuggets.'
  143. Commands:
  144. - 'give %player% 371 16'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement