Advertisement
InstantzZHD

Untitled

Sep 22nd, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. PlayerVaults:
  2. menu_title: '&8Choose a vault..'
  3. open_command:
  4. - pv
  5. - playervault
  6. size: 9
  7. items:
  8. 'Vault-1-unlocked':
  9. material: CHEST
  10. data: 0
  11. slot: 0
  12. priority: 1
  13. hide_attributes: true
  14. view_requirement:
  15. requirements:
  16. text:
  17. type: has permission
  18. permission: 'playervaults.amount.2'
  19. display_name: '&6&lVault: &e&l#1'
  20. lore:
  21. - '&7'
  22. - '&7Right click to access vault 1'
  23. - '&7'
  24. - '&7Unlocked at rank &e&nCitizen'
  25. - '&7'
  26. - '&a&lUNLOCKED'
  27. left_click_commands:
  28. - '[player] pv 1'
  29. - '[close]'
  30. right_click_commands:
  31. - '[player] pv 1'
  32. - '[close]'
  33. 'vault-1-locked':
  34. material: 160
  35. data: 15
  36. slot: 0
  37. priority: 2
  38. hide_attributes: true
  39. display_name: '&6&lVault: &e&l#1'
  40. lore:
  41. - '&7'
  42. - '&7You must have &e&l&nCitizen&7 rank'
  43. - '&7to be able to access this vault.'
  44. - '&7Purchase at &e&nstore.novawars.net'
  45. - '&7'
  46. - '&c&lLOCKED'
  47. left_click_commands:
  48. - '[close]'
  49. right_click_commands:
  50. - '[close]'
  51. 'Vault-2-unlocked':
  52. material: CHEST
  53. data: 0
  54. slot: 1
  55. priority: 1
  56. hide_attributes: true
  57. view_requirement:
  58. requirements:
  59. text:
  60. type: has permission
  61. permission: 'playervaults.amount.2'
  62. display_name: '&6&lVault: &e&l#2'
  63. lore:
  64. - '&7'
  65. - '&7Right click to access vault 2'
  66. - '&7'
  67. - '&7Unlocked at rank &e&nCitizen'
  68. - '&7'
  69. - '&a&lUNLOCKED'
  70. left_click_commands:
  71. - '[player] pv 2'
  72. - '[close]'
  73. right_click_commands:
  74. - '[player] pv 2'
  75. - '[close]'
  76. 'vault-2-locked':
  77. material: 160
  78. data: 15
  79. slot: 1
  80. priority: 2
  81. hide_attributes: true
  82. display_name: '&6&lVault: &e&l#2'
  83. lore:
  84. - '&7'
  85. - '&7You must have &e&l&nCitizen&7 rank'
  86. - '&7to be able to access this vault.'
  87. - '&7Purchase at &e&nstore.novawars.net'
  88. - '&7'
  89. - '&c&lLOCKED'
  90. left_click_commands:
  91. - '[close]'
  92. right_click_commands:
  93. - '[close]'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement