Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. #
  2. # Whitelist is what keys are allowed to be virtualized.
  3. inventory:
  4. title: '&5&lVIRTUAL CRATES'
  5. size: 27
  6. add_filler_items: true
  7. filler_item:
  8. material: STAINED_GLASS_PANE
  9. dye_color: BLACK
  10. name: '&a'
  11. sounds:
  12. open_gui: BLOCK_CHEST_OPEN
  13. insufficient_crates: ENTITY_ITEM_BREAK
  14. actions:
  15. right_click: PREVIEW_CRATE
  16. left_click: OPEN_CRATE
  17. messages:
  18. insufficient_crates: '&5&lCRATES &8» &cYou do not have enough &d%crate% &7keys.'
  19. converted_keys: '&5&lCRATES &8» &7You have converted &d%amount%x %crate% &7keys.'
  20. must_be_sneaking: '&5&lCRATES &8» &cYou must be sneaking to convert a physical key
  21. to a virtual key.'
  22. key_not_found: '&5&lCRATES &8» &cWe could not find the crate key named: &d%crate%&7.'
  23. key_cant_be_converted: '&5&lCRATES &8» &cWe cannot convert that key, as it is not
  24. in the whitelist.'
  25. conversion_amount_must_be_positive: '&5&lCRATES &8» &cThe number must be greater
  26. than 0.'
  27. conversion_inventory_full: '&5&lCRATES &8» &cSince your inventory was full, your
  28. keys were dropped beneath you.'
  29. must_have_bulk_amount: '&5&lCRATES &8» &7You must have the minimum bulk amount of
  30. &d%amount% &7keys to bulk open.'
  31. gave_all_key: '&5&lCRATES &8» &7You have given everyone &d%amount%x %crate% &7keys'
  32. not_enough_to_convert: '&5&lCRATES &8» &cYou do not have enough physical keys to
  33. convert.'
  34. whitelist:
  35. enabled: true
  36. allowed_keys:
  37. - Mine
  38. - Rare
  39. - Legendary
  40. - Prestige
  41. - Vote
  42. - Cosmetic
  43. holograms:
  44. enabled: false
  45. offset:
  46. x: 0.5
  47. y: 1.0
  48. z: 0.5
  49. hologram:
  50. - '&aVirtual Crates'
  51. - '&7Customizable virtual form of &7Crate Reloaded'
  52. - '&7Takes the physical &7Crate keys and turns them into virtual keys.'
  53. - '&7With toggleable hologram support.'
  54. items:
  55. Mine:
  56. material: TRIPWIRE_HOOK
  57. name: '&b&lMINE &7Crate'
  58. crate_name: Mine
  59. slot: 10
  60. allow_bulk_open: true
  61. bulk_amount: 64
  62. lore:
  63. - ''
  64. - ' &7Obtain this key by mining'
  65. - ' &7with the enchant &eLucky&7.'
  66. - ''
  67. - '&b&lCRATE INFO'
  68. - ' &8• &7Rating&8: &6✯&7✯✯✯✯'
  69. - ' &8• &7Your keys&8: &b%key_amount%'
  70. - ''
  71. - ' &bRight-Click &7to preview.'
  72. - ' &bLeft-Click &7to open.'
  73. - ' &bShift-Left-Click &7to open &b&l64 &7keys.'
  74. Rare:
  75. material: DIAMOND
  76. name: '&d&lRARE &7Crate'
  77. crate_name: Rare
  78. slot: 11
  79. allow_bulk_open: true
  80. bulk_amount: 64
  81. lore:
  82. - ''
  83. - ' &7Obtain this key by opening'
  84. - ' &7&b&lMINE &7crates.'
  85. - ''
  86. - '&d&lCRATE INFO'
  87. - ' &8• &7Rating&8: &6✯✯&7✯✯✯'
  88. - ' &8• &7Your keys&8: &d%key_amount%'
  89. - ''
  90. - ' &dRight-Click &7to preview.'
  91. - ' &dLeft-Click &7to open.'
  92. - ' &dShift-Left-Click &7to open &d&l64 &7keys.'
  93. Legendary:
  94. material: EMERALD
  95. name: '&6&lLEGENDARY &7Crate'
  96. crate_name: Legendary
  97. slot: 12
  98. allow_bulk_open: true
  99. bulk_amount: 64
  100. lore:
  101. - ''
  102. - ' &7Obtain this key by opening'
  103. - ' &7&b&lMINE &7crates.'
  104. - ''
  105. - '&6&lCRATE INFO'
  106. - ' &8• &7Rating&8: &6✯✯✯&7✯✯'
  107. - ' &8• &7Your keys&8: &e%key_amount%'
  108. - ''
  109. - ' &eRight-Click &7to preview.'
  110. - ' &eLeft-Click &7to open.'
  111. - ' &eShift-Left-Click &7to open &e&l64 &7keys.'
  112. Prestige:
  113. material: GHAST_TEAR
  114. name: '&c&lPRESTIGE &7Crate'
  115. crate_name: Prestige
  116. slot: 13
  117. allow_bulk_open: true
  118. bulk_amount: 64
  119. lore:
  120. - ''
  121. - ' &7Obtain this key by &cPrestiging&7.'
  122. - ''
  123. - '&c&lCRATE INFO'
  124. - ' &8• &7Rating&8: &6✯✯✯✯&7✯'
  125. - ' &8• &7Your keys&8: &c%key_amount%'
  126. - ''
  127. - ' &cRight-Click &7to preview.'
  128. - ' &cLeft-Click &7to open.'
  129. - ' &cShift-Left-Click &7to open &c&l64 &7keys.'
  130. Vote:
  131. material: GOLD_NUGGET
  132. name: '&2&lVOTE &7Crate'
  133. crate_name: Vote
  134. slot: 14
  135. allow_bulk_open: true
  136. bulk_amount: 64
  137. lore:
  138. - ''
  139. - ' &7Obtain this key by &aVoting&7.'
  140. - ''
  141. - '&2&lCRATE INFO'
  142. - ' &8• &7Rating&8: &6✯✯✯&7✯✯'
  143. - ' &8• &7Your keys&8: &a%key_amount%'
  144. - ''
  145. - ' &aRight-Click &7to preview.'
  146. - ' &aLeft-Click &7to open.'
  147. - ' &aShift-Left-Click &7to open &a&l64 &7keys.'
  148. Cosmetic:
  149. material: NAME_TAG
  150. name: '&f&lCOSMETIC &7Crate'
  151. crate_name: Cosmetic
  152. slot: 15
  153. allow_bulk_open: true
  154. bulk_amount: 64
  155. lore:
  156. - ''
  157. - ' &7Obtain this key by &bDonating&7.'
  158. - ''
  159. - '&f&lCRATE INFO'
  160. - ' &8• &7Rating&8: &6✯✯✯✯✯'
  161. - ' &8• &7Your keys&8: &f%key_amount%'
  162. - ''
  163. - ' &fRight-Click &7to preview.'
  164. - ' &fLeft-Click &7to open.'
  165. - ' &fShift-Left-Click &7to open &f&l64 &7keys.'
  166. gui_open_commands:
  167. - crates
  168. key_conversion:
  169. enabled: true
  170. whitelist_enabled: true
  171. whitelist:
  172. - Mine
  173. - Rare
  174. - Legendary
  175. - Prestige
  176. - Vote
  177. - Cosmetic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement