Guest User

Untitled

a guest
Sep 16th, 2023
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. menu_title: '&8> Kits'
  2. open_command:
  3. - Kits
  4. - kit
  5. size: 27
  6. # as always, only cool people can open this menu :)
  7. open_requirement:
  8. requirements:
  9. permission:
  10. type: has permission
  11. permission: deluxemenus.KitMenu
  12. deny_commands:
  13. - "[message] &cYou don't have perms for this!"
  14. items:
  15. '11':
  16. material: RED_STAINED_GLASS_PANE
  17. data: 0
  18. slot: 7
  19. priority: 3
  20. display_name: '&a Donor Kit'
  21. lore:
  22. - '&7Content:'
  23. - '&8'
  24. - '&8▪ &cPickaxe'
  25. - '&8 - Diamond Pickaxe'
  26. - '&8 - Efficancy | III'
  27. - '&8 - Unbreaking | II'
  28. - '&8 - Fortune | I'
  29. - '&8'
  30. - '&8▪ &cSword'
  31. - '&8 - Sharpness | III'
  32. - '&8 - Unbreaking | II'
  33. - '&8 - Looting | I'
  34. - '&8'
  35. - '&8▪ &cAxe'
  36. - '&8 - Diamond Pickaxe'
  37. - '&8 - Efficancy | III'
  38. - '&8 - Unbreaking | II'
  39. - '&8 - Fortune | I'
  40. - '&8&7Status: &c&lLOCKED'
  41. - '&8'
  42. '12':
  43. material: LIME_STAINED_GLASS_PANE
  44. data: 0
  45. slot: 7
  46. priority: 2
  47. update: true
  48. left_click_commands:
  49. - '[player] kit donor'
  50. - '[refresh]'
  51. - '[refresh]<delay=10>'
  52. right_click_commands:
  53. - '[player] kit donor'
  54. - '[refresh]'
  55. - '[refresh]<delay=10>'
  56.  
  57. display_name: '&aDonor Kit'
  58. lore:
  59. - '&7Content:'
  60. - '&8'
  61. - '&8▪ &cPickaxe'
  62. - '&8 - Diamond Pickaxe'
  63. - '&8 - Efficancy | III'
  64. - '&8 - Unbreaking | II'
  65. - '&8 - Fortune | I'
  66. - '&8'
  67. - '&8▪ &cSword'
  68. - '&8 - Sharpness | III'
  69. - '&8 - Unbreaking | II'
  70. - '&8 - Looting | I'
  71. - '&8'
  72. - '&8▪ &cAxe'
  73. - '&8 - Diamond Pickaxe'
  74. - '&8 - Efficancy | III'
  75. - '&8 - Unbreaking | II'
  76. - '&8 - Fortune | I'
  77. - '&8&7Status: &a&lUNLOCKED'
  78. view_requirement:
  79. requirements:
  80. yesover:
  81. type: has permission
  82. permission: essentials.kits.donor
  83. available:
  84. type: string equals ignorecase
  85. input: '%essentials_kit_is_available_donor%'
  86. output: 'yes'
  87. '13':
  88. material: YELLOW_STAINED_GLASS_PANE
  89. data: 0
  90. slot: 7
  91. priority: 1
  92. update: true
  93. left_click_commands:
  94. - '[refresh]'
  95. - '[refresh]<delay=10>'
  96. right_click_commands:
  97. - '[refresh]'
  98. - '[refresh]<delay=10>'
  99. display_name: '&aDonor Kit'
  100. lore:
  101. - '&7Content:'
  102. - '&8'
  103. - '&8▪ &cPickaxe'
  104. - '&8 - Diamond Pickaxe'
  105. - '&8 - Efficancy | III'
  106. - '&8 - Unbreaking | II'
  107. - '&8 - Fortune | I'
  108. - '&8'
  109. - '&8▪ &cSword'
  110. - '&8 - Sharpness | III'
  111. - '&8 - Unbreaking | II'
  112. - '&8 - Looting | I'
  113. - '&8'
  114. - '&8▪ &cAxe'
  115. - '&8 - Diamond Pickaxe'
  116. - '&8 - Efficancy | III'
  117. - '&8 - Unbreaking | II'
  118. - '&8 - Fortune | I'
  119. - "&8• &bStatus: &7On Cooldown"
  120. - "&8• &bAvailable In: &7%essentials_kit_time_until_available_donor%"
  121. view_requirement:
  122. requirements:
  123. yesover2:
  124. type: has permission
  125. permission: essentials.kits.donor
  126. available:
  127. type: string equals ignorecase
  128. input: '%essentials_kit_is_available_donor%'
  129. output: 'no'
  130.  
Advertisement
Add Comment
Please, Sign In to add comment