Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 27.03 KB | None | 0 0
  1. # DeluxeMenus 1.10.5 main configuration file
  2. #
  3. # check_updates: <true/false>
  4. #   Should DeluxeMenus check if there are any updates available on Spigot and inform ops there is an update available.
  5. #
  6. # ==============================================================
  7. #
  8. # PER ITEM PERMISSION AND PRIORITY INFO:
  9. #
  10. # Per item permissions and priorities are optional.
  11. # High priority = 1, Lowest priority = 2147483647.
  12. # This allows you to show different items for a specific menu slot depending on the highest priority
  13. # item permission a player has. This makes your menus very dynamic :)
  14. #
  15. # You CAN NOT specify a permission without a priority!
  16. # You CAN specify a priority without a permission.
  17. # You should always create a low priority item without a permission which will act as the no permission
  18. # item if a player does not have permission for any of the items that require permission, otherwise
  19. # no item will be set in the slot if a player does not have permission for any of the permission items.
  20. #
  21. # ==============================================================
  22. #
  23. # GUI menu configuration:
  24. #
  25. # You can create as many GUI menus you like.
  26. # Every menu name must be unique. There can not be duplicate menu names!
  27. # Players must have permission for a GUI menu to open one!
  28. # Ops should automatically have permission for any GUI menu.
  29. #
  30. # Permission to open a GUI menu is: deluxemenus.guimenu.<menuName>
  31. #
  32. # You specify the command which opens the GUI menu. Make sure this command
  33. # does not conflict with any existing commands on your server!
  34. # A GUI menu without an open command specified will not be loaded!
  35. #
  36. # GUI menus configuration layout:
  37. #
  38. # gui_menus:
  39. #   <menuName>:
  40. #     menu_title: '<title of menu goes here>'
  41. #     command: <command to open this menu goes here>
  42. #     inventory_type: '<add this option if you want to create a menu of a different InventoryType aside from chest>'
  43. #    open_requirement:
  44. #      requirements:
  45. #        <unique name for this requirement>:
  46. #          type: <type for this requirement>
  47. #          <unique options per requirement type would go here>
  48. #          deny_commands:
  49. #          - '[message] you do not meet requirements to open this menu'
  50. #     size: <size of this menu, increments of 9, max size is 54>
  51. #     update_interval: <time in seconds this gui should update for a player if an item is set to uodate placeholders>
  52. #     items:
  53. #       <item identifier>:
  54. #         material: <name or id>
  55. #         material: head-<name of player>
  56. #         material: hdb-<HeadDatabase id> (requires plugin HeadDatabase)
  57. #         data: <integer, used for data values for wool etc>
  58. #         amount: <amount of this item to show>
  59. #         slot: <slot number to put this item, slots start at 0 and end at 53 for a size 54 inventory>
  60. #         priority: <this is used if you have multiple items set for the same slot>
  61. #         view_requirement: <see view requirement info below. The lowest priority item a player meets all view requirements for will be shown>
  62. #         update: <true/false if this item should update placeholders on the interval set for the gui menu this item is in>
  63. #         hide_attributes: <true/false if this item should display item attributes>
  64. #         hide_enchantments: <true/false if this item should display item enchantment / level> (useful for 'enchantment glow' items)
  65. #         hide_effects: <true/false if this item should display item effect attributes>
  66. #         hide_unbreakable: <true/false if this item should display item unbreakable attributes>
  67. #         banner_meta: (this is used if you want to display a custom banner with specific patterns)
  68. #         - <dyecolor>;<PatternType> (more information on where to find DyeColor and PatternType names below)
  69. #         - 'RED;BASE'
  70. #         - 'WHITE;CREEPER'
  71. #         display_name: <display name to show for this item>
  72. #         lore:
  73. #         - 'placeholders can be used in the name and lore'
  74. #         - '%<any placeholder from Papi>% shows the viewer values'
  75. #         enchantments: valid enchantment names can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html
  76. #         - '<ENCHANTMENT>;<LEVEL>'
  77. #         - 'SILK_TOUCH;1'
  78. #         left_click_commands:
  79. #         - '[close]'
  80. #         left_click_requirement: <see how to use this option below>
  81. #         right_click_commands:
  82. #         - '[player] spawn'
  83. #         right_click_requirement: <see how to use this option below>
  84. #
  85. #
  86. # You can specify if a GUI menu should be loaded from another file:
  87. #
  88. # gui_menus:
  89. #   <menuName>:
  90. #     file: 'menuName.yml'
  91. #
  92. # This allows you to keep your config clean and not have tons of GUI menus cluttering it.
  93. # The file format the GUI menu is loaded from must end in .yml
  94. # GUI menus loaded from other configuration files must follow a specific format as well...
  95. # To get started loading GUI menus from different files, simply create a GUI menu in this config and specify the file it will load from.
  96. # After that is done, use /dm reload and DeluxeMenus will create a folder and file specific to the GUI menu you specified.
  97. # If the file specified is created by DeluxeMenus (because it did not exist), a default GUI menu layout will be saved to that file.
  98. # From here you can edit it to your liking and use /dm reload to update your GUI menu!
  99. #
  100. # This loading from external config files is only available for gui menus and will not work for click menus yet....
  101. #
  102. # banner_meta must be listed with a specific format:
  103. # banner_meta:
  104. # - <DyeColor>;<PatternType>
  105. #
  106. # Valid DyeColor names can be found here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/DyeColor.html
  107. # Valid PatternTypes can be found here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/block/banner/PatternType.html
  108. # ==============================================================
  109. #
  110. # Requirement information
  111. #
  112. # Requirements can be set as the following:
  113. #
  114. # open_requirement: This requirement is checked when a menu is opened
  115. # view_requirement: This requirement determines if an item should be set in a menu slot
  116. # left_click_requirement: This requirement is checked when an item is left clicked
  117. # right_click_requirement: This requirement is checked when an item is right clicked
  118. #
  119. # Requirement types:
  120. #   javascript - Evaluates a javascript expression that must return true or false
  121. #     configuration options:
  122. #       expression
  123. #
  124. #   has item - Checks if a player has a specific item
  125. #     configuration options:
  126. #       material
  127. #       amount
  128. #       data
  129. #       name
  130. #       lore
  131. #
  132. #   has money - Checks if a player has enough money (Vault required)
  133. #     configuration options:
  134. #       amount
  135. #
  136. #   has permission - Checks if a player has a specific permission
  137. #     configuration options:
  138. #       permission
  139. #
  140. #   string contains - Checks if a string contains another string
  141. #     configuration options:
  142. #       input
  143. #       output
  144. #
  145. #   string equals - Checks if a string equals another string
  146. #     configuration options:
  147. #       input
  148. #       output
  149. #
  150. #   stringequalsignorecase - Checks if a string equals another string ignoring case
  151. #     configuration options:
  152. #       input
  153. #       output
  154. #
  155. #   > - Checks if a number is greater than another number
  156. #     configuration options:
  157. #       input
  158. #       output
  159. #
  160. #   >= - Checks if a number is greater than or equal to another number
  161. #     configuration options:
  162. #       input
  163. #       output
  164. #
  165. #   == - Checks if a number is equal to another number
  166. #     configuration options:
  167. #       input
  168. #       output
  169. #
  170. #   <= - Checks if a number is less than or equal to another number
  171. #     configuration options:
  172. #       input
  173. #       output
  174. #
  175. #   < - Checks if a number is less than another number
  176. #     configuration options:
  177. #       input
  178. #       output
  179. #
  180. #
  181. #
  182. # So why would we want to use requirements?
  183. # By default, DeluxeMenus does not require a player meet any conditions to open your menu.
  184. # If you want to require a menu need a certain permission node for it to be accessed, or a certain amount of money
  185. # for a menu to be opened, You do that with an 'open_requirement'.
  186. # Below is an example of how you would deny opening a menu if the viewer does not have permission:
  187. #
  188. # menu_title: 'Menu that requires permission to open'
  189. # open_command: testmenu
  190. # size: 9
  191. # open_requirement:
  192. #   requirements:
  193. #     this_requirement_name:
  194. #       type: has permission
  195. #       permission: 'testmenu.open'
  196. #       deny_commands:
  197. #       - '[message] you do not have permission to open testmenu'
  198. #
  199. #
  200. # Below is a full example of use cases for requirements:
  201. #
  202. #               menu_title: 'Menu that requires permission to open'
  203. #                   open_command: testmenu
  204. #                   size: 9
  205. #                   open_requirement:
  206. #                     requirements:
  207. #                       this_requirement_name:
  208. #                         type: has permission
  209. #                         permission: 'testmenu.open'
  210. #                         deny_commands:
  211. #                         - '[message] you do not have permission to open testmenu'
  212. #                   items:
  213. #                     mymenuitem:
  214. #                       priority: 2
  215. #                       material: DIRT
  216. #                       slot: 0
  217. #                       name 'You dont have 100 diamonds to view this item'
  218. #                     mymenuitem:
  219. #                       priority: 1
  220. #                       material: DIAMOND
  221. #                       slot: 0
  222. #                       name 'You have lots of diamonds so you can see this item'
  223. #                       view_requirement:
  224. #                         requirements:
  225. #                           diamond_requirement:
  226. #                             type: has item
  227. #                             material: diamond
  228. #                             amount: 100
  229. #                       left_click_requirement:
  230. #                         requirements:
  231. #                           money_requirement:
  232. #                             type: '>='
  233. #                             input: '%vault_eco_balance_fixed%'
  234. #                             output: 1000
  235. #                             deny_commands:
  236. #                             - '[message] you only have %vault_eco_balance_fixed%'
  237. #                       left_click_commands:
  238. #                       - '[message] you have over 1000 dollars!'
  239. #                       right_click_requirement:
  240. #                         requirements:
  241. #                           staff_requirement:
  242. #                             type: string equals
  243. #                             input: '%vault_rank%'
  244. #                             output: staff
  245. #                             deny_commands:
  246. #                             - '[message] you are not staff'
  247. #                       right_click_commands:
  248. #                       - '[message] you are staff'
  249. #
  250. # deny_commands: are optional and will be executed if the requirement is not met.
  251. # ==============================================================
  252. #
  253. #
  254. # You do not need to specify item options that you don't use!
  255. # The only required entries for a gui menu item to be valid are:
  256. #
  257. # A valid material
  258. # A valid slot
  259. #
  260. # Every item in the items list must have a unique <item identifier>
  261. #
  262. # If you choose to update placeholders for a specific item, you must specify update_interval: <time>
  263. # in the GUI menu options for the specific GUI menu.
  264. # Only GUI menus with at least one item that has update: true will update those specific items placeholders.
  265. #
  266. # Every click_command must start with a specific identifier to know what to do for the execution.
  267. # Valid click_command identifiers:
  268. #
  269. # [console] - Execute a command from the console
  270. # Usage: - '[console] <command with no slash>'
  271. #
  272. # [player] - Execute a command for the menu viewer
  273. # Usage: - '[player] <command with no slash>'
  274. #
  275. # [commandevent] - Fire a PlayerCommandPreprocessEvent for commands that do not use the bukkit command system
  276. # Usage: - '[commandevent] <command with no slash>'
  277. #
  278. # [message] - Send a message to the menu viewer
  279. # Usage: - [message] <message to send to the player
  280. #
  281. # [openguimenu] - Open a GUI menu (can only be used in GUI menu click_commands)
  282. # Usage: - '[openguimenu] <guiMenuName>'
  283. #
  284. # [connect] - Connect to the specified bungee server
  285. # Usage: - '[connect] <serverName>'
  286. #
  287. # [close] - Close the viewers open menu
  288. # Usage: - '[close]
  289. #
  290. # [refresh] - Refresh items in the current menu view
  291. # Usage: - '[refresh]
  292. #
  293. # [broadcastsound] - Broadcast a sound to the server
  294. # Usage: - '[broadcastsound]
  295. #
  296. # [sound] - Play a sound for a the specific player
  297. # Usage: - '[sound]
  298. #
  299. # [json] - Send a json message to the menu viewer
  300. # Usage: - '[json] {"text":"message"}'
  301. #
  302. #
  303. #
  304. # You can delay any of the click command being performed by ending the command with
  305. # <delay=(time in TICKS)>
  306. # example:
  307. #     - '[close]'
  308. #     - '[message] it has been 5 seconds since the menu closed!<delay=100>'
  309. #     - '[message] it has been 10 seconds since the menu closed!<delay=200>'
  310. #
  311. # A delay should NOT be added to the [close] or [openguimenu] actions
  312. # as it could potentially cause unknown issues or glitches with menus.
  313. debug: false
  314. check_updates: true
  315. gui_menus:
  316.   server:
  317.     menu_title: Quick Travel
  318.     open_command: travel
  319.     size: 45
  320.     items:
  321.       '1':
  322.         material: BOW
  323.         slot: 15
  324.         display_name: '&6Maze Brawl'
  325.         lore:
  326.        - '&7%bungee_mazebrawl-1% Playing'
  327.         - '&r'
  328.         - '&fLoot chests, craft gear and'
  329.         - '&fbattle it out in a stone maze'
  330.         - '&fwith 11 other players to be the'
  331.         - '&flast player standing.'
  332.         - '&r'
  333.         - '&eClick to play!'
  334.         left_click_commands:
  335.        - '[openguimenu] mazebrawl'
  336.         right_click_commands:
  337.        - '[openguimenu] mazebrawl'
  338.       '2':
  339.         material: IRON_SWORD
  340.         slot: 13
  341.         display_name: '&6Fort Wars'
  342.         lore:
  343.        - '&7%bungee_fortwars-1% Playing'
  344.         - '&r'
  345.         - '&fBattle it out with explosives'
  346.         - '&fand projectiles in an attempt'
  347.         - '&fto eliminate the other team.'
  348.         - '&r'
  349.         - '&eClick to play!'
  350.         left_click_commands:
  351.        - '[openguimenu] fortwars'
  352.         right_click_commands:
  353.        - '[openguimenu] fortwars'
  354.       '3':
  355.         material: DIAMOND_AXE
  356.         slot: 11
  357.         display_name: '&6Blitz'
  358.         lore:
  359.        - '&7%bungee_blitz-1% Playing'
  360.         - '&r'
  361.         - '&fBrawl it out with up to 7'
  362.         - '&fother players. Last player'
  363.         - '&fstanding wins.'
  364.         - '&r'
  365.         - '&eClick to play!'
  366.         left_click_commands:
  367.        - '[openguimenu] blitz'
  368.         right_click_commands:
  369.        - '[openguimenu] blitz'
  370.       '4':
  371.         material: IRON_PICKAXE
  372.         slot: 21
  373.         display_name: '&6Sky UHC'
  374.         lore:
  375.        - '&70 Playing'
  376.         - '&r'
  377.         - '&fComing soon...'
  378.       '5':
  379.         material: FISHING_ROD
  380.         slot: 23
  381.         display_name: '&6Island Wars'
  382.         lore:
  383.        - '&70 Playing'
  384.         - '&r'
  385.         - '&fComing soon...'
  386.       '7':
  387.         material: CHEST
  388.         slot: 39
  389.         display_name: '&cMerchant'
  390.         lore:
  391.        - '&fComing soon...'
  392.       '8':
  393.         material: GOLD_INGOT
  394.         slot: 40
  395.         display_name: '&EServer Store'
  396.         lore:
  397.        - '&fComing soon...'
  398.       '9':
  399.         material: BOOK_AND_QUILL
  400.         slot: 41
  401.         display_name: '&3Quest Master'
  402.         lore:
  403.        - '&fComing soon...'
  404.       '10':
  405.         material: 160
  406.         data: 7
  407.         slot: 42
  408.         display_name: '&r'
  409.          
  410.   blitz:
  411.     menu_title: Blitz
  412.     open_command: blitz
  413.     size: 27
  414.     items:
  415.       '0':
  416.         material: 347
  417.         slot: 22
  418.         display_name: '&b&lQuick Join'
  419.         lore:
  420.        - '&fClick to join a'
  421.         - '&frandom server.'
  422.         left_click_commands:
  423.        - '[connect] Blitz-1'
  424.         - '[close]'
  425.         right_click_commands:
  426.        - '[connect] Blitz-1'
  427.         - '[close]'
  428.       '1':
  429.         material: GOLD_BLOCK
  430.         slot: 11
  431.         display_name: '&a&lBlitz-1'
  432.         lore:
  433.         - '&fPlayers: &e%bungee_Blitz-1%/12'
  434.         - '&fStatus: &e%animatedmenu_motd_Blitz1%'
  435.         - '&r'
  436.         - '&eClick to connect!'
  437.         left_click_commands:
  438.        - '[connect] Blitz-1'
  439.         - '[close]'
  440.         right_click_commands:
  441.        - '[connect] Blitz-1'
  442.         - '[close]'
  443.       '2':
  444.         material: STONE
  445.         slot: 12
  446.         display_name: '&c&lBlitz-2'
  447.         lore:
  448.         - '&fPlayers: &e0/12'
  449.         - '&fStatus: &cOffline'
  450.         - '&r'
  451.         - '&eClick to connect!'
  452.       '3':
  453.         material: STONE
  454.         slot: 13
  455.         display_name: '&c&lBlitz-3'
  456.         lore:
  457.         - '&fPlayers: &e0/12'
  458.         - '&fStatus: &cOffline'
  459.         - '&r'
  460.         - '&eClick to connect!'
  461.       '4':
  462.         material: STONE
  463.         slot: 14
  464.         display_name: '&c&lBlitz-4'
  465.         lore:
  466.         - '&fPlayers: &e0/12'
  467.         - '&fStatus: &cOffline'
  468.         - '&r'
  469.         - '&eClick to connect!'
  470.       '5':
  471.         material: STONE
  472.         slot: 15
  473.         display_name: '&c&lBlitz-5'
  474.         lore:
  475.         - '&fPlayers: &e0/12'
  476.         - '&fStatus: &cOffline'
  477.         - '&r'
  478.         - '&eClick to connect!'
  479.   mazebrawl:
  480.     menu_title: Maze Brawl
  481.     open_command: mazebrawl
  482.     size: 27
  483.     items:
  484.       '0':
  485.         material: 347
  486.         slot: 22
  487.         display_name: '&b&lQuick Join'
  488.         lore:
  489.        - '&fClick to join a'
  490.         - '&frandom server.'
  491.         left_click_commands:
  492.        - '[connect] MazeBrawl-1'
  493.         - '[close]'
  494.         right_click_commands:
  495.        - '[connect] MazeBrawl-1'
  496.         - '[close]'
  497.       '1':
  498.         material: GOLD_BLOCK
  499.         slot: 11
  500.         display_name: '&a&lMazeBrawl-1'
  501.         lore:
  502.         - '&fPlayers: &e%bungee_mazebrawl-1%/12'
  503.         - '&fStatus: &e%animatedmenu_motd_mazebrawl1%'
  504.         - '&r'
  505.         - '&eClick to connect!'
  506.         left_click_commands:
  507.        - '[connect] MazeBrawl-1'
  508.         - '[close]'
  509.         right_click_commands:
  510.        - '[connect] MazeBrawl-1'
  511.         - '[close]'
  512.       '2':
  513.         material: STONE
  514.         slot: 12
  515.         display_name: '&c&lMazeBrawl-2'
  516.         lore:
  517.         - '&fPlayers: &e0/12'
  518.         - '&fStatus: &cOffline'
  519.         - '&r'
  520.         - '&eClick to connect!'
  521.       '3':
  522.         material: STONE
  523.         slot: 13
  524.         display_name: '&c&lMazeBrawl-3'
  525.         lore:
  526.         - '&fPlayers: &e0/12'
  527.         - '&fStatus: &cOffline'
  528.         - '&r'
  529.         - '&eClick to connect!'
  530.       '4':
  531.         material: STONE
  532.         slot: 14
  533.         display_name: '&c&lMazeBrawl-4'
  534.         lore:
  535.         - '&fPlayers: &e0/12'
  536.         - '&fStatus: &cOffline'
  537.         - '&r'
  538.         - '&eClick to connect!'
  539.       '5':
  540.         material: STONE
  541.         slot: 15
  542.         display_name: '&c&lMazeBrawl-5'
  543.         lore:
  544.         - '&fPlayers: &e0/12'
  545.         - '&fStatus: &cOffline'
  546.         - '&r'
  547.         - '&eClick to connect!'
  548.   fortwars:
  549.     menu_title: Fort Wars
  550.     open_command: fortwars
  551.     size: 27
  552.     items:
  553.       '0':
  554.         material: 347
  555.         slot: 22
  556.         display_name: '&b&lQuick Join'
  557.         lore:
  558.        - '&fClick to join a'
  559.         - '&frandom server.'
  560.         left_click_commands:
  561.        - '[connect] Blitz-1'
  562.         - '[close]'
  563.         right_click_commands:
  564.        - '[connect] Blitz-1'
  565.         - '[close]'
  566.       '1':
  567.         material: GOLD_BLOCK
  568.         slot: 11
  569.         display_name: '&a&lFortWars-1'
  570.         lore:
  571.         - '&fPlayers: &e%bungee_FortWars-1%/12'
  572.         - '&fStatus: &e%animatedmenu_motd_FortWars1%'
  573.         - '&r'
  574.         - '&eClick to connect!'
  575.         left_click_commands:
  576.        - '[connect] FortWars-1'
  577.         - '[close]'
  578.         right_click_commands:
  579.        - '[connect] FortWars-1'
  580.         - '[close]'
  581.       '2':
  582.         material: STONE
  583.         slot: 12
  584.         display_name: '&c&lFortWars-2'
  585.         lore:
  586.         - '&fPlayers: &e0/12'
  587.         - '&fStatus: &cOffline'
  588.         - '&r'
  589.         - '&eClick to connect!'
  590.       '3':
  591.         material: STONE
  592.         slot: 13
  593.         display_name: '&c&lFortWars-3'
  594.         lore:
  595.         - '&fPlayers: &e0/12'
  596.         - '&fStatus: &cOffline'
  597.         - '&r'
  598.         - '&eClick to connect!'
  599.       '4':
  600.         material: STONE
  601.         slot: 14
  602.         display_name: '&c&lFortWars-4'
  603.         lore:
  604.         - '&fPlayers: &e0/12'
  605.         - '&fStatus: &cOffline'
  606.         - '&r'
  607.         - '&eClick to connect!'
  608.       '5':
  609.         material: STONE
  610.         slot: 15
  611.         display_name: '&c&lFortWars-5'
  612.         lore:
  613.         - '&fPlayers: &e0/12'
  614.         - '&fStatus: &cOffline'
  615.         - '&r'
  616.         - '&eClick to connect!'
  617.   lobby:
  618.     menu_title: Lobby Selector
  619.     open_command: lobby
  620.     size: 27
  621.     items:
  622.       '0':
  623.         material: 347
  624.         slot: 22
  625.         display_name: '&b&lQuick Join'
  626.         lore:
  627.        - '&fClick to join a'
  628.         - '&frandom server.'
  629.         left_click_commands:
  630.        - '[connect] Lobby-1'
  631.         - '[close]'
  632.         right_click_commands:
  633.        - '[connect] Lobby-1'
  634.         - '[close]'
  635.       '1':
  636.         material: GOLD_BLOCK
  637.         slot: 11
  638.         display_name: '&a&lLobby-1'
  639.         lore:
  640.         - '&fPlayers: &e%bungee_Lobby-1%/50'
  641.         - '&fStatus: &aOnline'
  642.         - '&r'
  643.         - '&eClick to connect!'
  644.         left_click_commands:
  645.        - '[connect] Lobby-1'
  646.         - '[close]'
  647.         right_click_commands:
  648.        - '[connect] Lobby-1'
  649.         - '[close]'
  650.       '2':
  651.         material: STONE
  652.         slot: 12
  653.         display_name: '&c&lLobby-2'
  654.         lore:
  655.         - '&fPlayers: &e0/50'
  656.         - '&fStatus: &cOffline'
  657.         - '&r'
  658.         - '&eClick to connect!'
  659.       '3':
  660.         material: STONE
  661.         slot: 13
  662.         display_name: '&c&lLobby-3'
  663.         lore:
  664.         - '&fPlayers: &e0/50'
  665.         - '&fStatus: &cOffline'
  666.         - '&r'
  667.         - '&eClick to connect!'
  668.       '4':
  669.         material: STONE
  670.         slot: 14
  671.         display_name: '&c&lLobby-4'
  672.         lore:
  673.         - '&fPlayers: &e0/50'
  674.         - '&fStatus: &cOffline'
  675.         - '&r'
  676.         - '&eClick to connect!'
  677.       '5':
  678.         material: STONE
  679.         slot: 15
  680.         display_name: '&c&lLobby-5'
  681.         lore:
  682.         - '&fPlayers: &e0/50'
  683.         - '&fStatus: &cOffline'
  684.         - '&r'
  685.         - '&eClick to connect!'
  686.   example:
  687.     menu_title: Merchant
  688.     open_command: merchant7898
  689.     size: 45
  690.     items:
  691.       '0':
  692.         material: EMERALD
  693.         slot: 11
  694.         display_name: '&eBalance'
  695.         lore:
  696.         - '&fTokens: &b%vault_eco_balance_commas%'
  697.       '12343':
  698.         material: GOLD_BLOCK
  699.         slot: 20
  700.         display_name: '&6VIP Rank'
  701.         lore:
  702.         - '&7Rarity: &6Legendary'
  703.         - '&7Cost: &b1,000,000 tokens'
  704.         - ''
  705.         - '&eClick to unlock!'
  706.         left_click_requirement:
  707.           requirements:
  708.             anything_here:
  709.               type: has money
  710.               amount: 1000000
  711.               deny_commands:
  712.              - '[message] &c&l[!] &cYou do not have enough tokens. To earn some visit
  713.                 the Quest Master.'
  714.               - '[close]'
  715.         right_click_requirement:
  716.           requirements:
  717.             anything_here:
  718.               type: has money
  719.               amount: 1000000
  720.               deny_commands:
  721.              - '[message] &c&l[!] &cYou do not have enough tokens. To earn some visit
  722.                 the Quest Master.'
  723.               - '[close]'
  724.         left_click_commands:
  725.        - '[takemoney] 1000000'
  726.         - '[console] pex user %player_name% group set VIP'
  727.         - '[message] &a&l[!] &aYour purchase was successful. Your rank has been set
  728.           to VIP.'
  729.         right_click_commands:
  730.        - '[takemoney] 1000000'
  731.         - '[console] pex user %player_name% group set VIP'
  732.         - '[message] &a&l[!] &aYour purchase was successful. Your rank has been set
  733.           to VIP.'
  734.       a1red:
  735.         material: STAINED_GLASS
  736.         slot: 13
  737.         display_name: '&aOrange Cell &7(Maze Brawl)'
  738.         lore:
  739.         - '&7Rarity: &aCommon'
  740.         - '&7Cost: &b1,000 tokens'
  741.         - '&7Gamemode: &6Maze Brawl'
  742.         - ''
  743.         - '&cYou already own this item.'
  744.         view_requirement:
  745.           requirements:
  746.             perm:
  747.               type: has permission
  748.               permission: mazebrawl.cell.15
  749.       '1':
  750.         material: STAINED_GLASS
  751.         slot: 13
  752.         display_name: '&aOrange Cell &7(Maze Brawl)'
  753.         lore:
  754.         - '&7Rarity: &aCommon'
  755.         - '&7Cost: &b1,000 tokens'
  756.         - '&7Gamemode: &6Maze Brawl'
  757.         - ''
  758.         - '&eClick to unlock!'
  759.         left_click_requirement:
  760.           requirements:
  761.             anything_here:
  762.               type: has money
  763.               amount: 1000
  764.               deny_commands:
  765.              - '[message] &c&l[!] &cYou do not have enough tokens. To earn some visit
  766.                 the Quest Master.'
  767.               - '[close]'
  768.         right_click_requirement:
  769.           requirements:
  770.             anything_here:
  771.               type: has money
  772.               amount: 1000
  773.               deny_commands:
  774.              - '[message] &c&l[!] &cYou do not have enough tokens. To earn some visit
  775.                 the Quest Master.'
  776.               - '[close]'
  777.         left_click_commands:
  778.        - '[console] eco take %player_name% 1000'
  779.         - '[console] pex user %player_name% add mazebrawl.cell.15'
  780.         - '[message] &a&l[!] &aYour purchase was successful. Your new item is available
  781.           for use.'
  782.         right_click_commands:
  783.        - '[console] eco take %player_name% 1000'
  784.         - '[console] pex user %player_name% add mazebrawl.cell.15'
  785.         - '[message] &a&l[!] &aYour purchase was successful. Your new item is available
  786.           for use.'
  787.       a2red:
  788.         material: SLIME_BLOCK
  789.         slot: 14
  790.         display_name: '&dSlime Cell &7(Blitz)'
  791.         lore:
  792.         - '&7Rarity: &dEpic'
  793.         - '&7Cost: &b10,000 tokens'
  794.         - '&7Gamemode: &6Blitz'
  795.         - ''
  796.         - '&cYou already own this item.'
  797.         view_requirement:
  798.           requirements:
  799.             perm:
  800.               type: has permission
  801.               permission: blitz.cell.29
  802.       '2':
  803.         material: SLIME_BLOCK
  804.         slot: 14
  805.         display_name: '&aSlime Cell &7(Blitz)'
  806.         lore:
  807.         - '&7Rarity: &dEpic'
  808.         - '&7Cost: &b10,000 tokens'
  809.         - '&7Gamemode: &6Blitz'
  810.         - ''
  811.         - '&eClick to unlock!'
  812.         left_click_requirement:
  813.           requirements:
  814.             anything_here:
  815.               type: has money
  816.               amount: 10000
  817.               deny_commands:
  818.              - '[message] &c&l[!] &cYou do not have enough tokens. To earn some visit
  819.                 the Quest Master.'
  820.               - '[close]'
  821.         right_click_requirement:
  822.           requirements:
  823.             anything_here:
  824.               type: has money
  825.               amount: 10000
  826.               deny_commands:
  827.              - '[message] &c&l[!] &cYou do not have enough tokens. To earn some visit
  828.                 the Quest Master.'
  829.               - '[close]'
  830.         left_click_commands:
  831.        - '[console] eco take %player_name% 10000'
  832.         - '[console] pex user %player_name% add blitz.cell.29'
  833.         - '[message] &a&l[!] &aYour purchase was successful. Your new item is available
  834.           for use.'
  835.         right_click_commands:
  836.        - '[console] eco take %player_name% 10000'
  837.         - '[console] pex user %player_name% add blitz.cell.29'
  838.         - '[message] &a&l[!] &aYour purchase was successful. Your new item is available
  839.           for use.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement