Advertisement
c0leman

Untitled

Feb 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.62 KB | None | 0 0
  1. Crate:
  2. CrateType: Wheel #Type of crate (CSGO/QuadCrate/QuickCrate/Roulette/CrateOnTheGo/FireCracker/Wonder/Wheel/War/Cosmic(This requires a additional info to work.)).
  3. CrateName: '&a&lVote &7&lCrate' #Name of the Inventory if a GUI crate.
  4. StartingKeys: 1 #Starting amount of keys when the player 1st joins.
  5. InGUI: true #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.)
  6. Slot: 21 #Slot the item is in the GUI.
  7. OpeningBroadCast: false #Enables/Disables the Broadcasts message when they open a crate.
  8. BroadCast: '%Prefix%&6&l%Player% &7is opening a &7&lBasic Chest&7.' #Message that is broadcasted when opening the crate.
  9. Item: '54' #Item the crate is in the GUI
  10. Glowing: false #If the crate in the main /cc GUI is glowing or not.
  11. Name: '&a&lVote &7&lCrate' #Name of the item in the GUI.
  12. Lore: #The lore of the item in the GUI.
  13. - '&7Type &c/vote &7to get a key.'
  14. - '&7You have &c%Keys% &7keys.'
  15. - '&c&lRight-click &cto view rewards!'
  16. PhysicalKey:
  17. Name: '&a&lVote &7&lKey' #Name of the Key.
  18. Lore:
  19. - '&e&lRight-click &eon a &a&lVote &ecrate to use' #Lore of the Key.
  20. Item: '131' #The item the key is.
  21. Glowing: True #Makes the key look enchanted.
  22. # For Cosmic Crates Only
  23. #############################################
  24. # Tiers: #The tiers in the Crate
  25. # Basic: #The Config Name for the Crate
  26. # Name: '&a&lVote &7&lRewards' #The in-game name of the Crate
  27. # Color: 7 #Use the MetaData for the color of the glass
  28. # Chance: 80 #Chance of that item getting picked. It would be 80/100 chance because MaxRange is 100.
  29. # MaxRange: 100 #The max range that the chance will go though.
  30. # UnCommon:
  31. # Name: '&aUnCommon Prize'
  32. # Color: 5
  33. # Chance: 55
  34. # MaxRange: 100
  35. # Rare:
  36. # Name: '&4Rare Prize'
  37. # Color: 14
  38. # Chance: 20
  39. # MaxRange: 100
  40. #############################################
  41. Prizes: #All the prizes that can be gotten in the Crate.
  42. # For Cosmic Crates Only
  43. #############################################
  44. # Tiers: #The Tiers the rewards can be found in.
  45. # - 'Basic'
  46. # - 'UnCommon'
  47. # - 'Rare'
  48. #############################################
  49. # 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)
  50. # Items: Options
  51. # Item:<ID:MD> - You can choose the item with its id and meta data.
  52. # Amount:<Number> - Choose how many of the item you get.
  53. # Name:<Name> - The display name that goes on the item.
  54. # Lore:<Line 1>,<Line 2>,<Line 3>,<Line 4> - The lore that will go under the enchantments. Split lines with a ','
  55. # Unbreakable-Item:<True/False> - Will add the Unbreaking NBT tag to the item to allow custom textured items to be gained through the envoys.
  56. # <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 "_".
  57. ###################################
  58. Items:
  59. 1:
  60. DisplayName: '&b&lCheap Helmet'
  61. DisplayItem: '314'
  62. DisplayAmount: 1
  63. Lore:
  64. - '&7Win a cheap helmet.'
  65. - '&6&lChance: &c&l60%'
  66. DisplayEnchantments: #Adds enchantments to the display item.
  67. - 'PROTECTION_ENVIRONMENTAL:1'
  68. - 'OXYGEN:1'
  69. MaxRange: 100
  70. Chance: 60
  71. Firework: false
  72. Glowing: false
  73. Player: ''
  74. Unbreakable: false
  75. Items:
  76. - 'Item:314, Amount:1, Name:&bCheap Helmet, PROTECTION_ENVIRONMENTAL:1, OXYGEN:1'
  77. BlackListed-Permissions: {}
  78. 2:
  79. DisplayName: '&e&l$1,000'
  80. DisplayItem: '175'
  81. DisplayAmount: 1
  82. Lore:
  83. - '&7Make it rain Money.'
  84. - '&6&lChance: &c&l20%'
  85. MaxRange: 100
  86. Chance: 20
  87. Firework: true
  88. Glowing: false
  89. Player: ''
  90. Unbreakable: false
  91. Commands:
  92. - 'eco give %Player% 1000'
  93. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  94. Messages:
  95. - '&7You just won &a$1,000&7.'
  96. BlackListed-Permissions:
  97. - 'crazycrates.blacklist.basic.3'
  98. 3:
  99. DisplayName: '&c6x &eObsidian Scaffold'
  100. DisplayItem: '49'
  101. DisplayAmount: 6
  102. Lore:
  103. - '&7Chance: &420%'
  104. MaxRange: 100
  105. Chance: 20
  106. Firework: true
  107. Glowing: true
  108. Player: ''
  109. Unbreakable: false
  110. Commands:
  111. - 'scaffold give %player% obsidian 6'
  112. Messages:
  113. - '&7You won &c6x &eObsidian Scaffold&7!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement