Guest User

Untitled

a guest
Jun 19th, 2019
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 348.74 KB | None | 0 0
  1. # DeluxeMenus 1.11.1 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. # unbreakable: <true/false if this item should be unbreakable>
  64. # hide_attributes: <true/false if this item should display item attributes>
  65. # hide_enchantments: <true/false if this item should display item enchantment / level> (useful for 'enchantment glow' items)
  66. # hide_effects: <true/false if this item should display item effect attributes>
  67. # hide_unbreakable: <true/false if this item should display item unbreakable attributes>
  68. # banner_meta: (this is used if you want to display a custom banner with specific patterns)
  69. # - <dyecolor>;<PatternType> (more information on where to find DyeColor and PatternType names below)
  70. # - 'RED;BASE'
  71. # - 'WHITE;CREEPER'
  72. # display_name: <display name to show for this item>
  73. # lore:
  74. # - 'placeholders can be used in the name and lore'
  75. # - '%<any placeholder from Papi>% shows the viewer values'
  76. # enchantments: valid enchantment names can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html
  77. # - '<ENCHANTMENT>;<LEVEL>'
  78. # - 'SILK_TOUCH;1'
  79. # left_click_commands:
  80. # - '[close]'
  81. # left_click_requirement: <see how to use this option below>
  82. # right_click_commands:
  83. # - '[player] spawn'
  84. # right_click_requirement: <see how to use this option below>
  85. #
  86. #
  87. # You can specify if a GUI menu should be loaded from another file:
  88. #
  89. # gui_menus:
  90. # <menuName>:
  91. # file: 'menuName.yml'
  92. #
  93. # This allows you to keep your config clean and not have tons of GUI menus cluttering it.
  94. # The file format the GUI menu is loaded from must end in .yml
  95. # GUI menus loaded from other configuration files must follow a specific format as well...
  96. # 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.
  97. # After that is done, use /dm reload and DeluxeMenus will create a folder and file specific to the GUI menu you specified.
  98. # If the file specified is created by DeluxeMenus (because it did not exist), a default GUI menu layout will be saved to that file.
  99. # From here you can edit it to your liking and use /dm reload to update your GUI menu!
  100. #
  101. # This loading from external config files is only available for gui menus and will not work for click menus yet....
  102. #
  103. # banner_meta must be listed with a specific format:
  104. # banner_meta:
  105. # - <DyeColor>;<PatternType>
  106. #
  107. # Valid DyeColor names can be found here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/DyeColor.html
  108. # Valid PatternTypes can be found here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/block/banner/PatternType.html
  109. # ==============================================================
  110. #
  111. # Requirement information
  112. #
  113. # Requirements can be set as the following:
  114. #
  115. # open_requirement: This requirement is checked when a menu is opened
  116. # view_requirement: This requirement determines if an item should be set in a menu slot
  117. # left_click_requirement: This requirement is checked when an item is left clicked
  118. # right_click_requirement: This requirement is checked when an item is right clicked
  119. #
  120. # Requirement types:
  121. # javascript - Evaluates a javascript expression that must return true or false
  122. # configuration options:
  123. # expression
  124. #
  125. # has item - Checks if a player has a specific item
  126. # configuration options:
  127. # material
  128. # amount
  129. # data
  130. # name
  131. # lore
  132. #
  133. # has money - Checks if a player has enough money (Vault required)
  134. # configuration options:
  135. # amount
  136. #
  137. # has permission - Checks if a player has a specific permission
  138. # configuration options:
  139. # permission
  140. #
  141. # string contains - Checks if a string contains another string
  142. # configuration options:
  143. # input
  144. # output
  145. #
  146. # string equals - Checks if a string equals another string
  147. # configuration options:
  148. # input
  149. # output
  150. #
  151. # stringequalsignorecase - Checks if a string equals another string ignoring case
  152. # configuration options:
  153. # input
  154. # output
  155. #
  156. # > - Checks if a number is greater than another number
  157. # configuration options:
  158. # input
  159. # output
  160. #
  161. # >= - Checks if a number is greater than or equal to another number
  162. # configuration options:
  163. # input
  164. # output
  165. #
  166. # == - Checks if a number is equal to another number
  167. # configuration options:
  168. # input
  169. # output
  170. #
  171. # <= - Checks if a number is less than or equal to another number
  172. # configuration options:
  173. # input
  174. # output
  175. #
  176. # < - Checks if a number is less than another number
  177. # configuration options:
  178. # input
  179. # output
  180. #
  181. # regex matches - Checks if a placeholder parsed string matches a regex pattern
  182. # configuration options:
  183. # input
  184. # regex
  185. #
  186. #
  187. #
  188. # So why would we want to use requirements?
  189. # By default, DeluxeMenus does not require a player meet any conditions to open your menu.
  190. # If you want to require a menu need a certain permission node for it to be accessed, or a certain amount of money
  191. # for a menu to be opened, You do that with an 'open_requirement'.
  192. # Below is an example of how you would deny opening a menu if the viewer does not have permission:
  193. #
  194. # menu_title: 'Menu that requires permission to open'
  195. # open_command: testmenu
  196. # size: 9
  197. # open_requirement:
  198. # requirements:
  199. # this_requirement_name:
  200. # type: has permission
  201. # permission: 'testmenu.open'
  202. # deny_commands:
  203. # - '[message] you do not have permission to open testmenu'
  204. #
  205. #
  206. # Below is a full example of use cases for requirements:
  207. #
  208. # menu_title: 'Menu that requires permission to open'
  209. # open_command: testmenu
  210. # size: 9
  211. # open_requirement:
  212. # requirements:
  213. # this_requirement_name:
  214. # type: has permission
  215. # permission: 'testmenu.open'
  216. # deny_commands:
  217. # - '[message] you do not have permission to open testmenu'
  218. # items:
  219. # mymenuitem:
  220. # priority: 2
  221. # material: DIRT
  222. # slot: 0
  223. # name 'You dont have 100 diamonds to view this item'
  224. # mymenuitem:
  225. # priority: 1
  226. # material: DIAMOND
  227. # slot: 0
  228. # name 'You have lots of diamonds so you can see this item'
  229. # view_requirement:
  230. # requirements:
  231. # diamond_requirement:
  232. # type: has item
  233. # material: diamond
  234. # amount: 100
  235. # left_click_requirement:
  236. # requirements:
  237. # money_requirement:
  238. # type: '>='
  239. # input: '%vault_eco_balance_fixed%'
  240. # output: 1000
  241. # deny_commands:
  242. # - '[message] you only have %vault_eco_balance_fixed%'
  243. # left_click_commands:
  244. # - '[message] you have over 1000 dollars!'
  245. # right_click_requirement:
  246. # requirements:
  247. # staff_requirement:
  248. # type: string equals
  249. # input: '%vault_rank%'
  250. # output: staff
  251. # deny_commands:
  252. # - '[message] you are not staff'
  253. # right_click_commands:
  254. # - '[message] you are staff'
  255. #
  256. # deny_commands: are optional and will be executed if the requirement is not met.
  257. # ==============================================================
  258. #
  259. #
  260. # You do not need to specify item options that you don't use!
  261. # The only required entries for a gui menu item to be valid are:
  262. #
  263. # A valid material
  264. # A valid slot
  265. #
  266. # Every item in the items list must have a unique <item identifier>
  267. #
  268. # If you choose to update placeholders for a specific item, you must specify update_interval: <time>
  269. # in the GUI menu options for the specific GUI menu.
  270. # Only GUI menus with at least one item that has update: true will update those specific items placeholders.
  271. #
  272. # Every click_command must start with a specific identifier to know what to do for the execution.
  273. # Valid click_command identifiers:
  274. #
  275. # [console] - Execute a command from the console
  276. # Usage: - '[console] <command with no slash>'
  277. #
  278. # [player] - Execute a command for the menu viewer
  279. # Usage: - '[player] <command with no slash>'
  280. #
  281. # [commandevent] - Fire a PlayerCommandPreprocessEvent for commands that do not use the bukkit command system
  282. # Usage: - '[commandevent] <command with no slash>'
  283. #
  284. # [message] - Send a message to the menu viewer
  285. # Usage: - [message] <message to send to the player
  286. #
  287. # [broadcast] - Broadcast a message to the server
  288. # Usage: - '[broadcast] <message>
  289. #
  290. # [chat] - Send a chat message as the player performing the action
  291. # Usage: - '[chat] <message>
  292. #
  293. # [openguimenu] - Open a GUI menu (can only be used in GUI menu click_commands)
  294. # Usage: - '[openguimenu] <guiMenuName>'
  295. #
  296. # [connect] - Connect to the specified bungee server
  297. # Usage: - '[connect] <serverName>'
  298. #
  299. # [close] - Close the viewers open menu
  300. # Usage: - '[close]
  301. #
  302. # [refresh] - Refresh items in the current menu view
  303. # Usage: - '[refresh]
  304. #
  305. # [broadcastsound] - Broadcast a sound to the server
  306. # Usage: - '[broadcastsound]
  307. #
  308. # [sound] - Play a sound for a the specific player
  309. # Usage: - '[sound]
  310. #
  311. # [takemoney] - Take money from a player (requires Vault)
  312. # Usage: - '[takemoney] <amount>
  313. #
  314. # [json] - Send a json message to the menu viewer
  315. # Usage: - '[json] {"text":"message"}'
  316. #
  317. #
  318. #
  319. # You can delay any of the click command being performed by ending the command with
  320. # <delay=(time in TICKS)>
  321. # example:
  322. # - '[close]'
  323. # - '[message] it has been 5 seconds since the menu closed!<delay=100>'
  324. # - '[message] it has been 10 seconds since the menu closed!<delay=200>'
  325. #
  326. # A delay should NOT be added to the [close] or [openguimenu] actions
  327. # as it could potentially cause unknown issues or glitches with menus.
  328. debug: false
  329. check_updates: true
  330. gui_menus:
  331. island:
  332. menu_title: '&8» Your island'
  333. inventory_type: INVENTORY
  334. open_command:
  335. - is
  336. - island
  337. - is cp
  338. - is controlpanel
  339. - island cp
  340. - island controlpanel
  341. - askyblock:is
  342. - askyblock:is cp
  343. - askyblock:is controlpanel
  344. - askyblock:island cp
  345. - askyblock:island controlpanel
  346. size: 36
  347. items:
  348. '23':
  349. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjFkZDRmZTRhNDI5YWJkNjY1ZGZkYjNlMjEzMjFkNmVmYTZhNmI1ZTdiOTU2ZGI5YzVkNTljOWVmYWIyNSJ9fX0
  350. data: 3
  351. amount: 1
  352. slot: 13
  353. view_requirement:
  354. requirements:
  355. music:
  356. type: string equals
  357. input: '%javascript_permissionscore%'
  358. output: ''
  359. priority: 1
  360. display_name: '&d&lCreate an island'
  361. lore:
  362. - ''
  363. - '&fDo not wait more and'
  364. - '&fstart the adventure'
  365. - '&fthat await you!'
  366. - ''
  367. - '&5&nClick to start!'
  368. left_click_commands:
  369. - '[player] askyblock:island'
  370. - '[refresh]'
  371. right_click_commands:
  372. - '[player] askyblock:is'
  373. - '[refresh]'
  374. '20':
  375. material: 160
  376. display_name: '&f'
  377. data: 15
  378. slots:
  379. - 0
  380. - 1
  381. - 2
  382. - 3
  383. - 4
  384. - 5
  385. - 6
  386. - 7
  387. - 8
  388. - 9
  389. - 10
  390. - 11
  391. - 12
  392. - 14
  393. - 15
  394. - 16
  395. - 17
  396. - 18
  397. - 19
  398. - 20
  399. - 21
  400. - 22
  401. - 23
  402. - 24
  403. - 25
  404. - 26
  405. view_requirement:
  406. requirements:
  407. music:
  408. type: string equals
  409. input: '%javascript_permissionscore%'
  410. output: ''
  411. priority: 1
  412. '200':
  413. material: 160
  414. display_name: '&f'
  415. data: 2
  416. slots:
  417. - 27
  418. - 28
  419. - 29
  420. - 30
  421. - 31
  422. - 32
  423. - 33
  424. - 34
  425. - 35
  426. view_requirement:
  427. requirements:
  428. music:
  429. type: string equals
  430. input: '%javascript_permissionscore%'
  431. output: ''
  432. priority: 1
  433. '21':
  434. material: 160
  435. display_name: '&f'
  436. data: 15
  437. slots:
  438. - 0
  439. - 1
  440. - 2
  441. - 3
  442. - 4
  443. - 5
  444. - 6
  445. - 7
  446. - 8
  447. - 9
  448. - 11
  449. - 17
  450. - 18
  451. - 19
  452. - 20
  453. - 26
  454. - 27
  455. - 28
  456. - 29
  457. - 30
  458. - 31
  459. - 32
  460. - 33
  461. - 34
  462. - 35
  463. view_requirement:
  464. requirements:
  465. music:
  466. type: string equals
  467. input: '%javascript_permissionscore%'
  468. output: 'yes'
  469. priority: 2
  470. '22':
  471. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWM2ZDkwMjRmYzU0MTJlOGUyNjY0MTIzNzMyZDIyOTFkZmM2YmIxNzVmNzJjZjg5NDA5NmY3ZjMxMzY0MWZkNCJ9fX0=
  472. data: 3
  473. amount: 1
  474. slot: 10
  475. view_requirement:
  476. requirements:
  477. music:
  478. type: string equals
  479. input: '%javascript_permissionscore%'
  480. output: 'yes'
  481. priority: 2
  482. display_name: '&d&lIsland Info'
  483. lore:
  484. - ''
  485. - '&fView your island stats,'
  486. - '&finformation, and settings!'
  487. - ''
  488. - '&5&nClick to view!'
  489. left_click_commands:
  490. - '[console] ib open islandinfo %player_name%'
  491. - '[refresh]'
  492. right_click_commands:
  493. - '[console] ib open islandinfo %player_name%'
  494. - '[refresh]'
  495. '24':
  496. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzFkNTY4ZTE2YmU2Yzc5ZDY3NGY5N2FjMWU5NDlmOGE4ZjAzZTM4MzdiNmYwYjU2YTUzOWJmYzMzN2YxZWJkIn19fQ==
  497. data: 3
  498. amount: 1
  499. slot: 12
  500. view_requirement:
  501. requirements:
  502. music:
  503. type: string equals
  504. input: '%javascript_permissionscore%'
  505. output: 'yes'
  506. priority: 2
  507. display_name: '&d&lIsland Level'
  508. lore:
  509. - ''
  510. - '&fUnlock ores within your cobble'
  511. - '&fgenerators &7(/ores)&f.'
  512. - ''
  513. - '&5&nClick to update your island level!'
  514. left_click_commands:
  515. - '[console] titlemanager:tm message %player_name% &b\n&aCalculating your
  516. level...'
  517. - '[close]'
  518. - '[player] askyblock:is level'
  519. - '[refresh]'
  520. right_click_commands:
  521. - '[console] titlemanager:tm message %player_name% &b\n&aCalculating your
  522. level...'
  523. - '[close]'
  524. - '[player] askyblock:is level'
  525. - '[refresh]'
  526. '25':
  527. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzk1ZDM3OTkzZTU5NDA4MjY3ODQ3MmJmOWQ4NjgyMzQxM2MyNTBkNDMzMmEyYzdkOGM1MmRlNDk3NmIzNjIifX19
  528. data: 3
  529. amount: 1
  530. slot: 13
  531. view_requirement:
  532. requirements:
  533. music:
  534. type: string equals
  535. input: '%javascript_permissionscore%'
  536. output: 'yes'
  537. priority: 2
  538. display_name: '&d&lIsland Home'
  539. lore:
  540. - ''
  541. - '&fTeleport to your island and'
  542. - '&fstart creating!'
  543. - ''
  544. - '&5&nClick to teleport!'
  545. left_click_commands:
  546. - '[console] titlemanager:tm message %player_name% &b\n&aTeleporting to your
  547. island...'
  548. - '[close]'
  549. - '[player] askyblock:is go<delay=40>'
  550. - '[refresh]'
  551. - '[close]'
  552. right_click_commands:
  553. - '[console] titlemanager:tm message %player_name% &b\n&aTeleporting to your
  554. island...'
  555. - '[close]'
  556. - '[player] askyblock:is go<delay=40>'
  557. - '[refresh]'
  558. '26':
  559. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzc0MTBjMDdiZmJiNDE0NTAwNGJmOTE4YzhkNjMwMWJkOTdjZTEzMjcwY2UxZjIyMWQ5YWFiZWUxYWZkNTJhMyJ9fX0=
  560. data: 3
  561. amount: 1
  562. slot: 14
  563. view_requirement:
  564. requirements:
  565. music:
  566. type: string equals
  567. input: '%javascript_permissionscore%'
  568. output: 'yes'
  569. priority: 2
  570. display_name: '&d&lIsland Members'
  571. lore:
  572. - ''
  573. - '&fInvite members to your island'
  574. - '&fand build together!'
  575. - ''
  576. - '&5&nClick to view your island members!'
  577. left_click_commands:
  578. - '[player] askyblock:is listcoops'
  579. - '[refresh]'
  580. right_click_commands:
  581. - '[player] askyblock:is listcoops'
  582. - '[refresh]'
  583. '27':
  584. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTYxZGZkZGE3MTAyMmJmYWQ3OWVhYmJmYTU2YTE1MTE2NDdiMjAyYWQxMTM2ZmY5N2UzMWEwNmRiYWMxMGVjYiJ9fX0=
  585. data: 3
  586. amount: 1
  587. slot: 15
  588. view_requirement:
  589. requirements:
  590. music:
  591. type: string equals
  592. input: '%javascript_permissionscore%'
  593. output: 'yes'
  594. priority: 2
  595. display_name: '&d&lIsland Warps'
  596. lore:
  597. - ''
  598. - '&fVisit other public member'
  599. - '&fislands and rate them!'
  600. - ''
  601. - '&5&nLeft-click to show public warps!'
  602. - '&5&nRight-click to visit the island of someone!'
  603. left_click_commands:
  604. - '[player] askyblock:is warps'
  605. - '[close]'
  606. - '[refresh]'
  607. right_click_commands:
  608. - '[player] askyblock:is warp <-a Player name>'
  609. - '[close]'
  610. - '[refresh]'
  611. '28':
  612. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTAzYjU0NGI0OTk4OGVhNzBkNzI2NmU0MjAyMzFmMDQ5MTIzY2E3YmY2NjBlYjA5NTU5ODA1NjU2NjE0ZGNlNSJ9fX0=
  613. data: 3
  614. amount: 1
  615. slot: 16
  616. view_requirement:
  617. requirements:
  618. music:
  619. type: string equals
  620. input: '%askyblock_owner%'
  621. output: '%player_name%'
  622. music2:
  623. type: string equals
  624. input: '%askyblock_has_island%'
  625. output: 'yes'
  626. priority: 3
  627. display_name: '&d&lIsland Actions'
  628. lore:
  629. - ''
  630. - '&fControl the island and'
  631. - '&faccess to your available'
  632. - '&fcommands depending of your'
  633. - '&frole...'
  634. - ''
  635. - '&d&lINFORMATION:'
  636. - '&5&l* &fRole: &cOwner'
  637. - ''
  638. - '&5&nClick to open your options!'
  639. left_click_commands:
  640. - '[openguimenu] actionsmember'
  641. - '[close]'
  642. - '[refresh]'
  643. right_click_commands:
  644. - '[openguimenu] actionsmember'
  645. - '[close]'
  646. - '[refresh]'
  647. '29':
  648. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTAzYjU0NGI0OTk4OGVhNzBkNzI2NmU0MjAyMzFmMDQ5MTIzY2E3YmY2NjBlYjA5NTU5ODA1NjU2NjE0ZGNlNSJ9fX0=
  649. data: 3
  650. amount: 1
  651. slot: 16
  652. view_requirement:
  653. requirements:
  654. music:
  655. type: string equals
  656. input: '%javascript_permissionscore%'
  657. output: 'yes'
  658. music2:
  659. type: string equals
  660. input: '%askyblock_has_island%'
  661. output: 'no'
  662. priority: 4
  663. display_name: '&d&lIsland Actions'
  664. lore:
  665. - ''
  666. - '&fControl the island and'
  667. - '&faccess to your available'
  668. - '&fcommands depending of your'
  669. - '&frole...'
  670. - ''
  671. - '&d&lINFORMATION:'
  672. - '&5&l* &fRole: &7Member'
  673. - ''
  674. - '&5&nClick to open options!'
  675. left_click_commands:
  676. - '[openguimenu] actionsmember'
  677. - '[close]'
  678. - '[refresh]'
  679. right_click_commands:
  680. - '[openguimenu] actionsmember'
  681. - '[close]'
  682. - '[refresh]'
  683. '30':
  684. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTAzYjU0NGI0OTk4OGVhNzBkNzI2NmU0MjAyMzFmMDQ5MTIzY2E3YmY2NjBlYjA5NTU5ODA1NjU2NjE0ZGNlNSJ9fX0=
  685. data: 3
  686. amount: 1
  687. slot: 16
  688. view_requirement:
  689. requirements:
  690. music:
  691. type: string equals
  692. input: '%player_world%'
  693. output: world
  694. priority: 2
  695. display_name: '&d&lIsland Actions'
  696. lore:
  697. - ''
  698. - '&fControl the island and'
  699. - '&faccess to your available'
  700. - '&fcommands depending of your'
  701. - '&frole...'
  702. - ''
  703. - '&7&oYou must be in your island'
  704. - '&7&oto execute actions.'
  705. '31':
  706. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjQzYjgwYmExMjc1MzEyMjcxOWE3MWNhZTM4MjIyZTM0NTIyNWE2NWY4YWFkMTZhZTIxNDMwZmVjMWEzIn19fQ==
  707. data: 3
  708. amount: 1
  709. slot: 21
  710. view_requirement:
  711. requirements:
  712. music:
  713. type: string equals
  714. input: '%javascript_permissionscore%'
  715. output: 'yes'
  716. priority: 3
  717. display_name: '&d&lUpgrades Center'
  718. lore:
  719. - ''
  720. - '&fHere you can navigate'
  721. - '&fthrough Island upgrades and'
  722. - '&fGenerator upgrades...'
  723. - ''
  724. - '&d&lINFORMATION:'
  725. - '&5&l* &fIsland Size: &a%javascript_border%'
  726. - '&5&l* &fIsland Team: &d%javascript_team%'
  727. - '&5&l* &fIsland Homes: &b%javascript_homes%'
  728. - ''
  729. - '&5&nClick to open upgrades!'
  730. left_click_commands:
  731. - '[openguimenu] isupgrades'
  732. - '[close]'
  733. - '[refresh]'
  734. right_click_commands:
  735. - '[openguimenu] isupgrades'
  736. - '[close]'
  737. - '[refresh]'
  738. '32':
  739. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWM4MGY4NjdkOWM4MGY2OWUxYjBhMzZhYmQ1ZGM2ZDYzNmJmYWQyYjYyZGYzMmUwYTA4MWJmZTkxMWQ3NTVkMiJ9fX0=
  740. data: 3
  741. amount: 1
  742. slot: 23
  743. view_requirement:
  744. requirements:
  745. music:
  746. type: string equals
  747. input: '%javascript_permissionscore%'
  748. output: 'yes'
  749. priority: 3
  750. display_name: '&d&lAchievements'
  751. lore:
  752. - ''
  753. - '&fCompete with other people and'
  754. - '&fcomplete all the achievements of'
  755. - '&fSkyblock'
  756. - ''
  757. - '&c&oComing soon!'
  758. '3234243244':
  759. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGQ4ZTJkOTUyY2YzZTk0MzE1OGMzOWU3YzUwYzRlNDRiNDgxODE3NmJlNDhmNjQ3OTVhMDg0OWU1OTg0OTliMiJ9fX0=
  760. data: 3
  761. amount: 1
  762. slot: 22
  763. view_requirement:
  764. requirements:
  765. music:
  766. type: string equals
  767. input: '%javascript_permissionscore%'
  768. output: 'yes'
  769. priority: 4
  770. display_name: '&d&lIsland Skills'
  771. lore:
  772. - ''
  773. - '&fUnlock new island skill levels'
  774. - '&fto gain access to better items!'
  775. - ''
  776. - '&d&lREQUIREMENTS:'
  777. - '&5&l* &fRole: &aOwner'
  778. - ''
  779. - '&c&oYou must be the island''s owner.'
  780. 323424dsd233244:
  781. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGQ4ZTJkOTUyY2YzZTk0MzE1OGMzOWU3YzUwYzRlNDRiNDgxODE3NmJlNDhmNjQ3OTVhMDg0OWU1OTg0OTliMiJ9fX0=
  782. data: 3
  783. amount: 1
  784. slot: 22
  785. view_requirement:
  786. requirements:
  787. music:
  788. type: string equals
  789. input: '%askyblock_owner%'
  790. output: '%player_name%'
  791. music2:
  792. type: string equals
  793. input: '%askyblock_has_island%'
  794. output: 'yes'
  795. priority: 3
  796. display_name: '&d&lIsland Skills'
  797. lore:
  798. - ''
  799. - '&fUnlock new island skill levels'
  800. - '&fto gain access to better items!'
  801. - ''
  802. - '&d&lREQUIREMENTS:'
  803. - '&5&l* &fRole: &aOwner'
  804. - ''
  805. - '&5&nLeft-click to upgrade!'
  806. left_click_commands:
  807. - '[openguimenu] isskills'
  808. - '[close]'
  809. - '[refresh]'
  810. right_click_commands:
  811. - '[openguimenu] isskills'
  812. - '[close]'
  813. - '[refresh]'
  814. 3034234d:
  815. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGQ4ZTJkOTUyY2YzZTk0MzE1OGMzOWU3YzUwYzRlNDRiNDgxODE3NmJlNDhmNjQ3OTVhMDg0OWU1OTg0OTliMiJ9fX0=
  816. data: 3
  817. amount: 1
  818. slot: 22
  819. view_requirement:
  820. requirements:
  821. music:
  822. type: string equals
  823. input: '%player_world%'
  824. output: world
  825. priority: 2
  826. display_name: '&d&lIsland Skills'
  827. lore:
  828. - ''
  829. - '&fUnlock new island skill levels'
  830. - '&fto gain access to better items!'
  831. - ''
  832. - '&d&lREQUIREMENTS:'
  833. - '&5&l* &fRole: &aOwner'
  834. - ''
  835. - '&7&oYou must be in your island'
  836. - '&7&oto execute actions.'
  837. mines:
  838. menu_title: '&8» Mines'
  839. inventory_type: INVENTORY
  840. open_requirement: '"%player_world%" == "world"'
  841. open_command:
  842. - dfsfrwedwedwegweeewrww
  843. - mines
  844. size: 9
  845. items:
  846. '23':
  847. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjY4MWNkNzRkMmM5MzM0MTUxZjM1NjZhOGFkYzdiNDQ0YTg3NWQ3YzQ3ZmJiY2JiMjM5YjQ4M2VkY2MxNTQifX19
  848. data: 3
  849. amount: 1
  850. slot: 2
  851. priority: 1
  852. display_name: '&d&lCommon Mine'
  853. lore:
  854. - ''
  855. - '&d&lINFORMATION:'
  856. - '&5&l* &fDifficulty: &eLow'
  857. - '&5&l* &fMinerals: &eLow'
  858. - '&5&l* &fBoss Rewards: &eLow'
  859. - '&5&l* &fRating Bar: &a■&c■■'
  860. - ''
  861. - '&5&l* &fYou have access to the'
  862. - '&d&lCOMMON &fmine.'
  863. - ''
  864. - '&5&nClick to teleport!'
  865. left_click_commands:
  866. - '[console] titlemanager:tm message %player_name% &7\n&aTeleporting to the
  867. &d&lCOMMON &amine...'
  868. - '[close]'
  869. - '[console] warps minem %player_name%<delay=40>'
  870. - '[refresh]'
  871. right_click_commands:
  872. - '[console] titlemanager:tm message %player_name% &7\n&aTeleporting to the
  873. &e&lCOMMON &amine...'
  874. - '[close]'
  875. - '[console] warps minem %player_name%<delay=40>'
  876. - '[refresh]'
  877. '20':
  878. material: 160
  879. display_name: '&f'
  880. data: 15
  881. slots:
  882. - 0
  883. - 1
  884. - 3
  885. - 5
  886. - 7
  887. - 8
  888. priority: 1
  889. '22':
  890. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmJjOGYyZjVmMzJjMTY3M2VjMjc2Y2YzZGU2ZWQ1M2E1YTg4Yjk1MWQ2MDljM2JjYzQ5YWU4ZmE5ODE2OCJ9fX0=
  891. data: 3
  892. amount: 1
  893. slot: 4
  894. priority: 2
  895. display_name: '&d&lRare Mine'
  896. lore:
  897. - ''
  898. - '&d&lINFORMATION:'
  899. - '&5&l* &fDifficulty: &eMedium'
  900. - '&5&l* &fMinerals: &eMedium'
  901. - '&5&l* &fBoss Rewards: &eMedium'
  902. - '&5&l* &fRating Bar: &a■■&c■'
  903. - ''
  904. - '&5&l* &fPurchase a ticket to access'
  905. - '&fto the &d&lRARE &fmine.'
  906. - ''
  907. - '&5&nLeft-click to view tickets!'
  908. - '&5&nRight-click to teleport!'
  909. left_click_commands:
  910. - '[openguimenu] ticketsmp'
  911. - '[refresh]'
  912. right_click_commands:
  913. - '[console] warps minep %player_name%'
  914. - '[refresh]'
  915. right_click_requirement:
  916. requirements:
  917. name:
  918. type: has permission
  919. permission: warp.mineprimal
  920. deny_commands:
  921. - '[console] titlemanager:tm message %player_name% &b\n&cBuy a ticket before
  922. teleporting!'
  923. - '[close]'
  924. '24':
  925. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmZjM2ZjZDE3MDVkYzAzYWRmMzFlNmRjOGU5Yzk1NDYwYzdjYTRkNzQ3YmU5YTY5YzRiY2RjNzVjNDMzNThlIn19fQ==
  926. data: 3
  927. amount: 1
  928. slot: 6
  929. priority: 2
  930. display_name: '&d&lLegendary Mine'
  931. lore:
  932. - ''
  933. - '&d&lINFORMATION:'
  934. - '&5&l* &fDifficulty: &eHigh'
  935. - '&5&l* &fMinerals: &eHigh'
  936. - '&5&l* &fBoss Rewards: &eHigh'
  937. - '&5&l* &fRating Bar: &a■■■'
  938. - ''
  939. - '&5&l* &fPurchase a ticket to access'
  940. - '&fto the &d&lLEGENDARY &fmine.'
  941. - ''
  942. - '&5&nLeft-click to view tickets!'
  943. - '&5&nRight-click to teleport!'
  944. left_click_commands:
  945. - '[openguimenu] ticketsmc'
  946. - '[refresh]'
  947. right_click_commands:
  948. - '[console] warps minec %player_name%'
  949. - '[refresh]'
  950. right_click_requirement:
  951. requirements:
  952. name:
  953. type: has permission
  954. permission: warp.minecave
  955. deny_commands:
  956. - '[console] titlemanager:tm message %player_name% &b\n&cBuy a ticket before
  957. teleporting!'
  958. - '[close]'
  959. ticketsmp:
  960. open_command:
  961. - sdfsdssdsdfde
  962. update_interval: 1
  963. menu_title: '&8» Rare Mine Tickets'
  964. size: 27
  965. items:
  966. '9':
  967. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODY1MmUyYjkzNmNhODAyNmJkMjg2NTFkN2M5ZjI4MTlkMmU5MjM2OTc3MzRkMThkZmRiMTM1NTBmOGZkYWQ1ZiJ9fX0=
  968. data: 3
  969. slot: 10
  970. priority: 1
  971. display_name: '&d&lBack'
  972. lore:
  973. - ''
  974. - '&5&nClick to go back!'
  975. left_click_commands:
  976. - '[openguimenu] Mines'
  977. - '[refresh]'
  978. right_click_commands:
  979. - '[openguimenu] Mines'
  980. - '[refresh]'
  981. '99':
  982. material: 339
  983. slot: 12
  984. priority: 1
  985. display_name: '&d&lRare Mine &8» &f30 Minutes'
  986. lore:
  987. - ''
  988. - '&5&l* &fPurchase access to the'
  989. - ' &d&lRARE &fmine for &6&n30 Minutes&f!'
  990. - ''
  991. - '&d&lREQUIREMENTS:'
  992. - '&5&l* &fMoney: &e$5,000'
  993. - ''
  994. - '&5&nLeft-click to purchase ticket!'
  995. left_click_commands:
  996. - '[console] vouchers give %player_name% PrimalTicket30'
  997. - '[console] eco take %player_name% 5000'
  998. - '[refresh]'
  999. left_click_requirement:
  1000. requirements:
  1001. name:
  1002. type: has money
  1003. amount: 5000
  1004. deny_commands:
  1005. - '[console] titlemanager:tm message %player_name% &b\n&cYou don''t have
  1006. money enough!'
  1007. - '[close]'
  1008. '934':
  1009. material: 339
  1010. slot: 13
  1011. priority: 1
  1012. display_name: '&d&lRare Mine &8» &f1 Hour'
  1013. lore:
  1014. - ''
  1015. - '&5&l* &fPurchase access to the'
  1016. - ' &d&lRARE &fmine for &6&n1 Hour&f!'
  1017. - ''
  1018. - '&d&lREQUIREMENTS:'
  1019. - '&5&l* &fMoney: &e$9,500'
  1020. - ''
  1021. - '&5&nLeft-click to purchase ticket!'
  1022. left_click_commands:
  1023. - '[console] vouchers give %player_name% PrimalTicket1h'
  1024. - '[console] eco take %player_name% 9500'
  1025. - '[refresh]'
  1026. left_click_requirement:
  1027. requirements:
  1028. name:
  1029. type: has money
  1030. amount: 9500
  1031. deny_commands:
  1032. - '[console] titlemanager:tm message %player_name% &b\n&cYou don''t have
  1033. money enough!'
  1034. - '[close]'
  1035. '9134':
  1036. material: 339
  1037. slot: 14
  1038. priority: 1
  1039. display_name: '&d&lRare Mine &8» &f12 Hours'
  1040. lore:
  1041. - ''
  1042. - '&5&l* &fPurchase access to the'
  1043. - ' &d&lRARE &fmine for &6&n12 Hours&f!'
  1044. - ''
  1045. - '&d&lREQUIREMENTS:'
  1046. - '&5&l* &fMoney: &e$110,000'
  1047. - ''
  1048. - '&5&nLeft-click to purchase ticket!'
  1049. left_click_commands:
  1050. - '[console] vouchers give %player_name% PrimalTicket12h'
  1051. - '[console] eco take %player_name% 110000'
  1052. - '[refresh]'
  1053. left_click_requirement:
  1054. requirements:
  1055. name:
  1056. type: has money
  1057. amount: 110000
  1058. deny_commands:
  1059. - '[console] titlemanager:tm message %player_name% &b\n&cYou don''t have
  1060. money enough!'
  1061. - '[close]'
  1062. '20':
  1063. material: 160
  1064. display_name: '&f'
  1065. data: 15
  1066. slots:
  1067. - 0
  1068. - 1
  1069. - 2
  1070. - 3
  1071. - 4
  1072. - 5
  1073. - 6
  1074. - 7
  1075. - 8
  1076. - 9
  1077. - 11
  1078. - 16
  1079. - 17
  1080. - 18
  1081. - 19
  1082. - 20
  1083. - 21
  1084. - 22
  1085. - 23
  1086. - 24
  1087. - 25
  1088. - 26
  1089. priority: 1
  1090. ticketsmc:
  1091. open_command:
  1092. - sdfsdsssdedsdfde
  1093. update_interval: 1
  1094. menu_title: '&8» Legendary Mine Tickets'
  1095. size: 27
  1096. items:
  1097. '9':
  1098. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODY1MmUyYjkzNmNhODAyNmJkMjg2NTFkN2M5ZjI4MTlkMmU5MjM2OTc3MzRkMThkZmRiMTM1NTBmOGZkYWQ1ZiJ9fX0=
  1099. data: 3
  1100. slot: 10
  1101. priority: 1
  1102. display_name: '&d&lBack'
  1103. lore:
  1104. - ''
  1105. - '&5&nClick to go back!'
  1106. left_click_commands:
  1107. - '[openguimenu] Mines'
  1108. - '[refresh]'
  1109. right_click_commands:
  1110. - '[openguimenu] Mines'
  1111. - '[refresh]'
  1112. '99':
  1113. material: 339
  1114. slot: 12
  1115. priority: 1
  1116. display_name: '&d&lLegendary Mine &8» &f30 Minutes'
  1117. lore:
  1118. - ''
  1119. - '&5&l* &fPurchase access to the'
  1120. - ' &d&lLEGENDARY &fmine for &6&n30 Minutes&f!'
  1121. - ''
  1122. - '&d&lREQUIREMENTS:'
  1123. - '&5&l* &fMoney: &e$10,000'
  1124. - ''
  1125. - '&5&nLeft-click to purchase ticket!'
  1126. left_click_commands:
  1127. - '[console] vouchers give %player_name% CaveTicket30'
  1128. - '[console] eco take %player_name% 10000'
  1129. - '[refresh]'
  1130. left_click_requirement:
  1131. requirements:
  1132. name:
  1133. type: has money
  1134. amount: 10000
  1135. deny_commands:
  1136. - '[console] titlemanager:tm message %player_name% &b\n&cYou don''t have
  1137. money enough!'
  1138. - '[close]'
  1139. '934':
  1140. material: 339
  1141. slot: 13
  1142. priority: 1
  1143. display_name: '&d&lLegendary Mine &8» &f1 Hour'
  1144. lore:
  1145. - ''
  1146. - '&5&l* &fPurchase access to the'
  1147. - ' &d&lLEGENDARY &fmine for &6&n1 Hour&f!'
  1148. - ''
  1149. - '&d&lREQUIREMENTS:'
  1150. - '&5&l* &fMoney: &e$18,000'
  1151. - ''
  1152. - '&5&nLeft-click to purchase ticket!'
  1153. left_click_commands:
  1154. - '[console] vouchers give %player_name% CaveTicket1h'
  1155. - '[console] eco take %player_name% 18000'
  1156. - '[refresh]'
  1157. left_click_requirement:
  1158. requirements:
  1159. name:
  1160. type: has money
  1161. amount: 18000
  1162. deny_commands:
  1163. - '[console] titlemanager:tm message %player_name% &b\n&cYou don''t have
  1164. money enough!'
  1165. - '[close]'
  1166. '9134':
  1167. material: 339
  1168. slot: 14
  1169. priority: 1
  1170. display_name: '&d&lLegendary Mine &8» &f12 Hours'
  1171. lore:
  1172. - ''
  1173. - '&5&l* &fPurchase access to the'
  1174. - ' &d&lLEGENDARY &fmine for &6&n12 Hours&f!'
  1175. - ''
  1176. - '&d&lREQUIREMENTS:'
  1177. - '&5&l* &fMoney: &e$200,000'
  1178. - ''
  1179. - '&5&nLeft-click to purchase ticket!'
  1180. left_click_commands:
  1181. - '[console] vouchers give %player_name% CaveTicket12h'
  1182. - '[console] eco take %player_name% 200000'
  1183. - '[refresh]'
  1184. left_click_requirement:
  1185. requirements:
  1186. name:
  1187. type: has money
  1188. amount: 200000
  1189. deny_commands:
  1190. - '[console] titlemanager:tm message %player_name% &b\n&cYou don''t have
  1191. money enough!'
  1192. - '[close]'
  1193. '20':
  1194. material: 160
  1195. display_name: '&f'
  1196. data: 15
  1197. slots:
  1198. - 0
  1199. - 1
  1200. - 2
  1201. - 3
  1202. - 4
  1203. - 5
  1204. - 6
  1205. - 7
  1206. - 8
  1207. - 9
  1208. - 11
  1209. - 16
  1210. - 17
  1211. - 18
  1212. - 19
  1213. - 20
  1214. - 21
  1215. - 22
  1216. - 23
  1217. - 24
  1218. - 25
  1219. - 26
  1220. priority: 1
  1221. warps:
  1222. menu_title: '&8» Warps'
  1223. inventory_type: INVENTORY
  1224. open_command:
  1225. - warp
  1226. - warps
  1227. - essentials:warp
  1228. - essentials:warps
  1229. size: 36
  1230. items:
  1231. '23':
  1232. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDRlZGZiZTk0ZDJkMWZhMzY3ODMyZDQyYWEyODI0ZjAxNGRhOTk1YTcyZGI3MmI0NTJiOWM3Yjk4ZTRmYSJ9fX0=
  1233. data: 3
  1234. amount: 1
  1235. slot: 12
  1236. priority: 1
  1237. display_name: '&d&lCrates'
  1238. lore:
  1239. - ''
  1240. - '&5&l* &fTeleport to the crates area'
  1241. - '&fto use your crate keys!'
  1242. - ''
  1243. - '&5&nClick to teleport!'
  1244. left_click_commands:
  1245. - '[console] titlemanager:tm message %player_name% &7\n&aTeleporting to crates...'
  1246. - '[close]'
  1247. - '[console] warp crates %player_name%<delay=40>'
  1248. - '[refresh]'
  1249. right_click_commands:
  1250. - '[console] titlemanager:tm message %player_name% &7\n&aTeleporting to crates...'
  1251. - '[close]'
  1252. - '[console] warp crates %player_name%<delay=40>'
  1253. - '[refresh]'
  1254. '20':
  1255. material: 160
  1256. display_name: '&f'
  1257. data: 15
  1258. slots:
  1259. - 0
  1260. - 1
  1261. - 2
  1262. - 3
  1263. - 4
  1264. - 5
  1265. - 6
  1266. - 7
  1267. - 8
  1268. - 9
  1269. - 10
  1270. - 11
  1271. - 15
  1272. - 16
  1273. - 17
  1274. - 18
  1275. - 19
  1276. - 20
  1277. - 24
  1278. - 25
  1279. - 26
  1280. - 27
  1281. - 28
  1282. - 29
  1283. - 30
  1284. - 31
  1285. - 32
  1286. - 33
  1287. - 34
  1288. - 35
  1289. priority: 1
  1290. '22':
  1291. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzk1ZDM3OTkzZTU5NDA4MjY3ODQ3MmJmOWQ4NjgyMzQxM2MyNTBkNDMzMmEyYzdkOGM1MmRlNDk3NmIzNjIifX19
  1292. data: 3
  1293. amount: 1
  1294. slot: 13
  1295. view_requirement:
  1296. requirements:
  1297. music:
  1298. type: string equals
  1299. input: '%javascript_permissionscore%'
  1300. output: 'no'
  1301. priority: 1
  1302. display_name: '&d&lIsland'
  1303. lore:
  1304. - ''
  1305. - '&5&l* &fTeleport to your island!'
  1306. - ''
  1307. - '&7&oYou are not in a island'
  1308. - '&7&owhere you can teleport to'
  1309. - ''
  1310. - '&5&nClick to create one!'
  1311. left_click_commands:
  1312. - '[openguimenu] island'
  1313. - '[refresh]'
  1314. right_click_commands:
  1315. - '[openguimenu] island'
  1316. - '[refresh]'
  1317. '25':
  1318. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzk1ZDM3OTkzZTU5NDA4MjY3ODQ3MmJmOWQ4NjgyMzQxM2MyNTBkNDMzMmEyYzdkOGM1MmRlNDk3NmIzNjIifX19
  1319. data: 3
  1320. amount: 1
  1321. slot: 13
  1322. priority: 2
  1323. display_name: '&d&lIsland'
  1324. lore:
  1325. - ''
  1326. - '&5&l* &fTeleport to your island!'
  1327. - ''
  1328. - '&5&nClick to teleport!'
  1329. left_click_commands:
  1330. - '[console] titlemanager:tm message %player_name% &7\n&aTeleporting to your
  1331. island...'
  1332. - '[close]'
  1333. - '[player] is go<delay=40>'
  1334. - '[refresh]'
  1335. right_click_commands:
  1336. - '[console] titlemanager:tm message %player_name% &7\n&aTeleporting to your
  1337. island...'
  1338. - '[close]'
  1339. - '[player] is go<delay=40>'
  1340. - '[refresh]'
  1341. '24':
  1342. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzJiYWYwYzU4OWE2YjU4MzUxMWQ4M2MyNjgyNDA4NDJkMzM2NDc3NGVjOWY1NjZkMWZkNGQzNDljZjQyZmIifX19
  1343. data: 3
  1344. amount: 1
  1345. slot: 14
  1346. priority: 1
  1347. display_name: '&d&lLeaderboard'
  1348. lore:
  1349. - ''
  1350. - '&5&l* &fView the top islanders'
  1351. - '&fand richest members!'
  1352. - ''
  1353. - '&5&nClick to teleport!'
  1354. '26':
  1355. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjAyYjhiZDhkOWY0OWNkMmY1ZjY3MWRkZDViMGY5ZDgyMjM3MTM5ODg2ZDhhMjFiNmY4OWE3ZmE3YjEwOTZmIn19fQ==
  1356. data: 3
  1357. amount: 1
  1358. slot: 21
  1359. priority: 1
  1360. display_name: '&d&lMines'
  1361. lore:
  1362. - ''
  1363. - '&5&l* &fUnlock mines to mine minerals'
  1364. - '&fand fight mine bosses!'
  1365. - ''
  1366. - '&5&nClick to view!'
  1367. left_click_commands:
  1368. - '[openguimenu] mines'
  1369. - '[refresh]'
  1370. right_click_commands:
  1371. - '[openguimenu] mines'
  1372. - '[refresh]'
  1373. '27':
  1374. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2RmZmQ5NWM4ZmNkYmFlZDllOWU5YmU0N2VhMWE0MWVlMTIyOWQ4OWI1YzZkNDJhMWY3YjJmN2YxMWJkMTEyMiJ9fX0=
  1375. data: 3
  1376. amount: 1
  1377. slot: 22
  1378. priority: 1
  1379. display_name: '&d&lPvP'
  1380. lore:
  1381. - ''
  1382. - '&5&l* &fFight other members here'
  1383. - '&for slay &c&lEXODIA&f!'
  1384. - ''
  1385. - '&5&nClick to teleport!'
  1386. left_click_commands:
  1387. - '[console] titlemanager:tm message %player_name% &7\n&aTeleporting to the
  1388. pvp...'
  1389. - '[close]'
  1390. - '[console] warp pvp %player_name%<delay=40>'
  1391. - '[refresh]'
  1392. right_click_commands:
  1393. - '[console] titlemanager:tm message %player_name% &7\n&aTeleporting to the
  1394. pvp...'
  1395. - '[close]'
  1396. - '[console] warp pvp %player_name%<delay=40>'
  1397. - '[refresh]'
  1398. '28':
  1399. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWY0NTVkMTEzNTVkZThlM2E2Y2Q2ZmU5NzBiYWQ1MWM1OTJhYTZhNTcxNzMwOTI1NWZiMWI5ZTQ3YTRlIn19fQ==
  1400. data: 3
  1401. amount: 1
  1402. slot: 23
  1403. priority: 1
  1404. display_name: '&d&lDungeons'
  1405. lore:
  1406. - ''
  1407. - '&5&l* &fParticipate in the dungeon(s)'
  1408. - '&fto gain rewards and for fun!'
  1409. - ''
  1410. - '&5&nClick to view!'
  1411. left_click_commands:
  1412. - '[openguimenu] dungeons'
  1413. - '[refresh]'
  1414. right_click_commands:
  1415. - '[openguimenu] dungeons'
  1416. - '[refresh]'
  1417. oregen:
  1418. menu_title: '&8» Ore Generator'
  1419. inventory_type: INVENTORY
  1420. open_command:
  1421. - oregen
  1422. - ores
  1423. - customoregen
  1424. size: 36
  1425. items:
  1426. '23':
  1427. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDRlZGZiZTk0ZDJkMWZhMzY3ODMyZDQyYWEyODI0ZjAxNGRhOTk1YTcyZGI3MmI0NTJiOWM3Yjk4ZTRmYSJ9fX0=
  1428. data: 3
  1429. amount: 1
  1430. slot: 11
  1431. priority: 1
  1432. display_name: '&d&lLevel 0'
  1433. lore:
  1434. - ''
  1435. - '&5&l* &fCobblestone: &e100%'
  1436. '20':
  1437. material: 160
  1438. display_name: '&f'
  1439. data: 15
  1440. slots:
  1441. - 0
  1442. - 1
  1443. - 2
  1444. - 3
  1445. - 4
  1446. - 5
  1447. - 6
  1448. - 7
  1449. - 8
  1450. - 9
  1451. - 10
  1452. - 16
  1453. - 17
  1454. - 18
  1455. - 19
  1456. - 20
  1457. - 24
  1458. - 25
  1459. - 26
  1460. - 27
  1461. - 28
  1462. - 29
  1463. - 30
  1464. - 31
  1465. - 32
  1466. - 33
  1467. - 34
  1468. - 35
  1469. priority: 1
  1470. '22':
  1471. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDRlZGZiZTk0ZDJkMWZhMzY3ODMyZDQyYWEyODI0ZjAxNGRhOTk1YTcyZGI3MmI0NTJiOWM3Yjk4ZTRmYSJ9fX0=
  1472. data: 3
  1473. amount: 1
  1474. slot: 12
  1475. priority: 1
  1476. display_name: '&d&lLevel 1,000'
  1477. lore:
  1478. - ''
  1479. - '&5&l* &fCobblestone: &e80%'
  1480. - '&5&l* &fRedstone: &e20%'
  1481. '25':
  1482. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDRlZGZiZTk0ZDJkMWZhMzY3ODMyZDQyYWEyODI0ZjAxNGRhOTk1YTcyZGI3MmI0NTJiOWM3Yjk4ZTRmYSJ9fX0=
  1483. data: 3
  1484. amount: 1
  1485. slot: 13
  1486. priority: 1
  1487. display_name: '&d&lLevel 2,000'
  1488. lore:
  1489. - ''
  1490. - '&5&l* &fCobblestone: &e80%'
  1491. - '&5&l* &fRedstone: &e10%'
  1492. - '&5&l* &fLapis: &e10%'
  1493. '24':
  1494. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDRlZGZiZTk0ZDJkMWZhMzY3ODMyZDQyYWEyODI0ZjAxNGRhOTk1YTcyZGI3MmI0NTJiOWM3Yjk4ZTRmYSJ9fX0=
  1495. data: 3
  1496. amount: 1
  1497. slot: 14
  1498. priority: 1
  1499. display_name: '&d&lLevel 3,500'
  1500. lore:
  1501. - ''
  1502. - '&5&l* &fCobblestone: &e80%'
  1503. - '&5&l* &fRedstone: &e6.5%'
  1504. - '&5&l* &fLapis: &e6.5%'
  1505. - '&5&l* &fCoal: &e6.5%'
  1506. '26':
  1507. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDRlZGZiZTk0ZDJkMWZhMzY3ODMyZDQyYWEyODI0ZjAxNGRhOTk1YTcyZGI3MmI0NTJiOWM3Yjk4ZTRmYSJ9fX0=
  1508. data: 3
  1509. amount: 1
  1510. slot: 15
  1511. priority: 1
  1512. display_name: '&d&lLevel 5,000'
  1513. lore:
  1514. - ''
  1515. - '&5&l* &fCobblestone: &e80%'
  1516. - '&5&l* &fRedstone: &e5%'
  1517. - '&5&l* &fLapis: &e5%'
  1518. - '&5&l* &fCoal: &e5%'
  1519. - '&5&l* &fIron: &e5%'
  1520. '27':
  1521. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDRlZGZiZTk0ZDJkMWZhMzY3ODMyZDQyYWEyODI0ZjAxNGRhOTk1YTcyZGI3MmI0NTJiOWM3Yjk4ZTRmYSJ9fX0=
  1522. data: 3
  1523. amount: 1
  1524. slot: 21
  1525. priority: 1
  1526. display_name: '&d&lLevel 8,500'
  1527. lore:
  1528. - ''
  1529. - '&5&l* &fCobblestone: &e80%'
  1530. - '&5&l* &fRedstone: &e4%'
  1531. - '&5&l* &fLapis: &e4%'
  1532. - '&5&l* &fCoal: &e4%'
  1533. - '&5&l* &fIron: &e4%'
  1534. - '&5&l* &fGold: &e4%'
  1535. '28':
  1536. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDRlZGZiZTk0ZDJkMWZhMzY3ODMyZDQyYWEyODI0ZjAxNGRhOTk1YTcyZGI3MmI0NTJiOWM3Yjk4ZTRmYSJ9fX0=
  1537. data: 3
  1538. amount: 1
  1539. slot: 22
  1540. priority: 1
  1541. display_name: '&d&lLevel 15,000'
  1542. lore:
  1543. - ''
  1544. - '&5&l* &fCobblestone: &e80%'
  1545. - '&5&l* &fRedstone: &e3%'
  1546. - '&5&l* &fLapis: &e3%'
  1547. - '&5&l* &fCoal: &e3%'
  1548. - '&5&l* &fIron: &e3%'
  1549. - '&5&l* &fGold: &e3%'
  1550. - '&5&l* &fEmerald: &e3%'
  1551. '29':
  1552. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDRlZGZiZTk0ZDJkMWZhMzY3ODMyZDQyYWEyODI0ZjAxNGRhOTk1YTcyZGI3MmI0NTJiOWM3Yjk4ZTRmYSJ9fX0=
  1553. data: 3
  1554. amount: 1
  1555. slot: 23
  1556. priority: 1
  1557. display_name: '&d&lLevel 30,000'
  1558. lore:
  1559. - ''
  1560. - '&5&l* &fCobblestone: &e80%'
  1561. - '&5&l* &fRedstone: &e2.5%'
  1562. - '&5&l* &fLapis: &e2.5%'
  1563. - '&5&l* &fCoal: &e2.5%'
  1564. - '&5&l* &fIron: &e2.5%'
  1565. - '&5&l* &fGold: &e2.5%'
  1566. - '&5&l* &fEmerald: &e2.5%'
  1567. - '&5&l* &fDiamond: &e2.5%'
  1568. rewards:
  1569. open_command:
  1570. - sdafdweweassdasd
  1571. update_interval: 1
  1572. menu_title: '&8» Rewards'
  1573. size: 45
  1574. items:
  1575. '9':
  1576. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTZjYzQ4NmMyYmUxY2I5ZGZjYjJlNTNkZDlhM2U5YTg4M2JmYWRiMjdjYjk1NmYxODk2ZDYwMmI0MDY3In19fQ==
  1577. data: 3
  1578. slot: 11
  1579. priority: 1
  1580. view_requirement:
  1581. requirements:
  1582. name:
  1583. type: string equals
  1584. input: '%javascript_cooldown_1_2592000%'
  1585. output: 0s
  1586. name2:
  1587. type: has permission
  1588. permission: reward.vip
  1589. display_name: '&2» &a&lVIP TREASURE &2«'
  1590. lore:
  1591. - ''
  1592. - '&fClaim this reward for'
  1593. - '&a&lVIP &franks and higher.'
  1594. - ''
  1595. - '&f&lCONTAIN:'
  1596. - '&5&l* &dx1 Common Key'
  1597. - '&5&l* &dx1 Treasure (Tier 1)'
  1598. - '&5&l* &dx3 Common Stars'
  1599. - '&5&l* &d10,000 XP'
  1600. - '&5&l* &d$10,000'
  1601. - ''
  1602. - '&5&l* &fStatus: &a&lAVAILABLE'
  1603. - ''
  1604. - '&5&nClick to claim!'
  1605. left_click_commands:
  1606. - '[console] papi parse %player_name% %javascript_cooldown_1_start%'
  1607. - '[console] vouchers give %player_name% VIPt 1'
  1608. - '[refresh]'
  1609. right_click_commands:
  1610. - '[console] papi parse %player_name% %javascript_cooldown_1_start%'
  1611. - '[console] vouchers give %player_name% VIPt 1'
  1612. - '[refresh]'
  1613. '10':
  1614. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2JkNDdkZDdjMzMzNmU3NWE2NjM5MWNkZjljOTM1ZmFlY2E4Y2UzOGFlMjJhMWIyNzg5NWUzMGI0NTI0NWE4In19fQ==
  1615. data: 3
  1616. priority: 2
  1617. update: true
  1618. slot: 11
  1619. view_requirement:
  1620. requirements:
  1621. name2:
  1622. type: has permission
  1623. permission: reward.vip
  1624. display_name: '&2» &a&lVIP TREASURE &2«'
  1625. lore:
  1626. - ''
  1627. - '&fClaim this reward for'
  1628. - '&a&lVIP &franks and higher.'
  1629. - ''
  1630. - '&f&lCONTAIN:'
  1631. - '&5&l* &dx1 Common Key'
  1632. - '&5&l* &dx1 Treasure (Tier 1)'
  1633. - '&5&l* &dx3 Common Stars'
  1634. - '&5&l* &d10,000 XP'
  1635. - '&5&l* &d$10,000'
  1636. - ''
  1637. - '&5&l* &fStatus: &c&lUNAVAILABLE'
  1638. - '&7Wait for %javascript_cooldown_1_2592000%'
  1639. '11':
  1640. material: STAINED_GLASS
  1641. data: 14
  1642. slot: 11
  1643. priority: 3
  1644. display_name: '&2» &a&lVIP TREASURE &2«'
  1645. lore:
  1646. - ''
  1647. - '&fReward for only'
  1648. - '&a&lVIP &franks and higher.'
  1649. - ''
  1650. - '&f&lCONTAIN:'
  1651. - '&5&l* &dx1 Common Key'
  1652. - '&5&l* &dx1 Treasure (Tier 1)'
  1653. - '&5&l* &dx3 Common Stars'
  1654. - '&5&l* &d10,000 XP'
  1655. - '&5&l* &d$10,000'
  1656. - ''
  1657. - '&c&oYou do not have rank enough!'
  1658. '12':
  1659. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTZjYzQ4NmMyYmUxY2I5ZGZjYjJlNTNkZDlhM2U5YTg4M2JmYWRiMjdjYjk1NmYxODk2ZDYwMmI0MDY3In19fQ==
  1660. data: 3
  1661. slot: 12
  1662. priority: 1
  1663. view_requirement:
  1664. requirements:
  1665. name:
  1666. type: string equals
  1667. input: '%javascript_cooldown_2_2592000%'
  1668. output: 0s
  1669. name2:
  1670. type: has permission
  1671. permission: reward.vip+
  1672. display_name: '&3» &b&lVIP+ &b&lTREASURE &3«'
  1673. lore:
  1674. - ''
  1675. - '&fClaim this reward for'
  1676. - '&b&lVIP+ &franks and higher.'
  1677. - ''
  1678. - '&f&lCONTAIN:'
  1679. - '&5&l* &dx1 Common Key'
  1680. - '&5&l* &dx1 Treasure (Tier 1)'
  1681. - '&5&l* &dx1 Treasure (Tier 2)'
  1682. - '&5&l* &dx5 Common Stars'
  1683. - '&5&l* &d10,000 XP'
  1684. - '&5&l* &d$15,000'
  1685. - ''
  1686. - '&5&l* &fStatus: &a&lAVAILABLE'
  1687. - ''
  1688. - '&5&nClick to claim!'
  1689. left_click_commands:
  1690. - '[console] papi parse %player_name% %javascript_cooldown_2_start%'
  1691. - '[console] vouchers give %player_name% VIP+t 1'
  1692. - '[refresh]'
  1693. right_click_commands:
  1694. - '[console] papi parse %player_name% %javascript_cooldown_2_start%'
  1695. - '[console] vouchers give %player_name% VIP+t 1'
  1696. - '[refresh]'
  1697. '13':
  1698. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2E4YTYwNDkzOTE3N2ZkNDVkZjE1ZjM1MWYzM2YxMzRhM2YwNTE4NjgyM2RkM2FlZDU3YzlmYjIyOGQ0MTcifX19
  1699. data: 3
  1700. priority: 2
  1701. update: true
  1702. slot: 12
  1703. view_requirement:
  1704. requirements:
  1705. name2:
  1706. type: has permission
  1707. permission: reward.vip+
  1708. display_name: '&3» &b&lVIP+ &b&lTREASURE &3«'
  1709. lore:
  1710. - ''
  1711. - '&fClaim this reward for'
  1712. - '&b&lVIP+ &franks and higher.'
  1713. - ''
  1714. - '&f&lCONTAIN:'
  1715. - '&5&l* &dx1 Common Key'
  1716. - '&5&l* &dx1 Treasure (Tier 1)'
  1717. - '&5&l* &dx1 Treasure (Tier 2)'
  1718. - '&5&l* &dx5 Common Stars'
  1719. - '&5&l* &d10,000 XP'
  1720. - '&5&l* &d$15,000'
  1721. - ''
  1722. - '&5&l* &fStatus: &c&lUNAVAILABLE'
  1723. - '&7Wait for %javascript_cooldown_2_2592000%'
  1724. '14':
  1725. material: STAINED_GLASS
  1726. data: 14
  1727. slot: 12
  1728. priority: 3
  1729. display_name: '&3» &b&lVIP+ &b&lTREASURE &3«'
  1730. lore:
  1731. - ''
  1732. - '&fReward for only'
  1733. - '&b&lVIP+ &franks and higher.'
  1734. - ''
  1735. - '&f&lCONTAIN:'
  1736. - '&5&l* &dx1 Common Key'
  1737. - '&5&l* &dx1 Treasure (Tier 1)'
  1738. - '&5&l* &dx1 Treasure (Tier 2)'
  1739. - '&5&l* &dx5 Common Stars'
  1740. - '&5&l* &d10,000 XP'
  1741. - '&5&l* &d$15,000'
  1742. - ''
  1743. - '&c&oYou do not have rank enough!'
  1744. '15':
  1745. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTZjYzQ4NmMyYmUxY2I5ZGZjYjJlNTNkZDlhM2U5YTg4M2JmYWRiMjdjYjk1NmYxODk2ZDYwMmI0MDY3In19fQ==
  1746. data: 3
  1747. slot: 13
  1748. priority: 1
  1749. view_requirement:
  1750. requirements:
  1751. name:
  1752. type: string equals
  1753. input: '%javascript_cooldown_3_2592000%'
  1754. output: 0s
  1755. name2:
  1756. type: has permission
  1757. permission: reward.vip++
  1758. display_name: '&5» &d&lVIP++ &d&lTREASURE &5«'
  1759. lore:
  1760. - ''
  1761. - '&fClaim this reward for'
  1762. - '&d&lVIP++ &franks and higher.'
  1763. - ''
  1764. - '&f&lCONTAIN:'
  1765. - '&5&l* &dx1 Rare Key'
  1766. - '&5&l* &dx1 Treasure (Tier 1)'
  1767. - '&5&l* &dx1 Treasure (Tier 2)'
  1768. - '&5&l* &dx1 Treasure (Tier 3)'
  1769. - '&5&l* &dx5 Common Stars'
  1770. - '&5&l* &dx2 Rare Stars'
  1771. - '&5&l* &d10,000 XP'
  1772. - '&5&l* &d$20,000'
  1773. - ''
  1774. - '&5&l* &fStatus: &a&lAVAILABLE'
  1775. - ''
  1776. - '&5&nClick to claim!'
  1777. left_click_commands:
  1778. - '[console] papi parse %player_name% %javascript_cooldown_3_start%'
  1779. - '[console] vouchers give %player_name% VIP++t 1'
  1780. - '[refresh]'
  1781. right_click_commands:
  1782. - '[console] papi parse %player_name% %javascript_cooldown_3_start%'
  1783. - '[console] vouchers give %player_name% VIP++t 1'
  1784. - '[refresh]'
  1785. '16':
  1786. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWQ2MTg0NjU4N2RjZmU3NGM4ZDQ1MDE5YWE5Zjc3Mzc2Y2ZiZWU0OWQwNDhmMmM2YWUzOGZkMWJhMTMxZjgifX19
  1787. data: 3
  1788. priority: 2
  1789. update: true
  1790. slot: 13
  1791. view_requirement:
  1792. requirements:
  1793. name2:
  1794. type: has permission
  1795. permission: reward.vip++
  1796. display_name: '&5» &d&lVIP++ &d&lTREASURE &5«'
  1797. lore:
  1798. - ''
  1799. - '&fClaim this reward for'
  1800. - '&d&lVIP++ &franks and higher.'
  1801. - ''
  1802. - '&f&lCONTAIN:'
  1803. - '&5&l* &dx1 Rare Key'
  1804. - '&5&l* &dx1 Treasure (Tier 1)'
  1805. - '&5&l* &dx1 Treasure (Tier 2)'
  1806. - '&5&l* &dx1 Treasure (Tier 3)'
  1807. - '&5&l* &dx5 Common Stars'
  1808. - '&5&l* &dx2 Rare Stars'
  1809. - '&5&l* &d10,000 XP'
  1810. - '&5&l* &d$20,000'
  1811. - ''
  1812. - '&5&l* &fStatus: &c&lUNAVAILABLE'
  1813. - '&7Wait for %javascript_cooldown_3_2592000%'
  1814. '17':
  1815. material: STAINED_GLASS
  1816. data: 14
  1817. slot: 13
  1818. priority: 3
  1819. display_name: '&5» &d&lVIP++ &d&lTREASURE &5«'
  1820. lore:
  1821. - ''
  1822. - '&fReward for only'
  1823. - '&d&lVIP++ &franks and higher.'
  1824. - ''
  1825. - '&f&lCONTAIN:'
  1826. - '&5&l* &dx1 Rare Key'
  1827. - '&5&l* &dx1 Treasure (Tier 1)'
  1828. - '&5&l* &dx1 Treasure (Tier 2)'
  1829. - '&5&l* &dx1 Treasure (Tier 3)'
  1830. - '&5&l* &dx5 Common Stars'
  1831. - '&5&l* &dx2 Rare Stars'
  1832. - '&5&l* &d10,000 XP'
  1833. - '&5&l* &d$20,000'
  1834. - ''
  1835. - '&c&oYou do not have rank enough!'
  1836. '18':
  1837. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTZjYzQ4NmMyYmUxY2I5ZGZjYjJlNTNkZDlhM2U5YTg4M2JmYWRiMjdjYjk1NmYxODk2ZDYwMmI0MDY3In19fQ==
  1838. data: 3
  1839. slot: 14
  1840. priority: 1
  1841. view_requirement:
  1842. requirements:
  1843. name:
  1844. type: string equals
  1845. input: '%javascript_cooldown_4_2592000%'
  1846. output: 0s
  1847. name2:
  1848. type: has permission
  1849. permission: reward.vip+++
  1850. display_name: '&4» &c&lVIP+++ &c&lTREASURE &4«'
  1851. lore:
  1852. - ''
  1853. - '&fClaim this reward for'
  1854. - '&c&lVIP+++ &franks and higher.'
  1855. - ''
  1856. - '&f&lCONTAIN:'
  1857. - '&5&l* &dx1 Rare Key'
  1858. - '&5&l* &dx1 Treasure (Tier 1)'
  1859. - '&5&l* &dx1 Treasure (Tier 2)'
  1860. - '&5&l* &dx1 Treasure (Tier 3)'
  1861. - '&5&l* &dx5 Common Stars'
  1862. - '&5&l* &dx3 Rare Stars'
  1863. - '&5&l* &d10,000 XP'
  1864. - '&5&l* &d$50,000'
  1865. - ''
  1866. - '&5&l* &fStatus: &a&lAVAILABLE'
  1867. - ''
  1868. - '&5&nClick to claim!'
  1869. left_click_commands:
  1870. - '[console] papi parse %player_name% %javascript_cooldown_4_start%'
  1871. - '[console] vouchers give %player_name% VIP+++t 1'
  1872. - '[refresh]'
  1873. right_click_commands:
  1874. - '[console] papi parse %player_name% %javascript_cooldown_4_start%'
  1875. - '[console] vouchers give %player_name% VIP+++t 1'
  1876. - '[refresh]'
  1877. '19':
  1878. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjEyZjc4N2M1NGRkODlkMTI2OThkZDE3YjU2NTEyOTRjZmI4MDE3ZDZhZDRkMjZlZTZhOTFjZjFkMGMxYzQifX19
  1879. data: 3
  1880. priority: 2
  1881. update: true
  1882. slot: 14
  1883. view_requirement:
  1884. requirements:
  1885. name2:
  1886. type: has permission
  1887. permission: reward.vip+++
  1888. display_name: '&4» &c&lVIP+++ &c&lTREASURE &4«'
  1889. lore:
  1890. - ''
  1891. - '&fClaim this reward for'
  1892. - '&c&lVIP+++ &franks and higher.'
  1893. - ''
  1894. - '&f&lCONTAIN:'
  1895. - '&5&l* &dx1 Rare Key'
  1896. - '&5&l* &dx1 Treasure (Tier 1)'
  1897. - '&5&l* &dx1 Treasure (Tier 2)'
  1898. - '&5&l* &dx1 Treasure (Tier 3)'
  1899. - '&5&l* &dx5 Common Stars'
  1900. - '&5&l* &dx3 Rare Stars'
  1901. - '&5&l* &d10,000 XP'
  1902. - '&5&l* &d$50,000'
  1903. - ''
  1904. - '&5&l* &fStatus: &c&lUNAVAILABLE'
  1905. - '&7Wait for %javascript_cooldown_4_2592000%'
  1906. '222':
  1907. material: STAINED_GLASS
  1908. data: 14
  1909. slot: 14
  1910. priority: 3
  1911. display_name: '&4» &c&lVIP+++ &c&lTREASURE &4«'
  1912. lore:
  1913. - ''
  1914. - '&fReward for only'
  1915. - '&c&lVIP+++ &franks and higher.'
  1916. - ''
  1917. - '&f&lCONTAIN:'
  1918. - '&5&l* &dx1 Rare Key'
  1919. - '&5&l* &dx1 Treasure (Tier 1)'
  1920. - '&5&l* &dx1 Treasure (Tier 2)'
  1921. - '&5&l* &dx1 Treasure (Tier 3)'
  1922. - '&5&l* &dx5 Common Stars'
  1923. - '&5&l* &dx3 Rare Stars'
  1924. - '&5&l* &d10,000 XP'
  1925. - '&5&l* &d$50,000'
  1926. - ''
  1927. - '&c&oYou do not have rank enough!'
  1928. '20':
  1929. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTZjYzQ4NmMyYmUxY2I5ZGZjYjJlNTNkZDlhM2U5YTg4M2JmYWRiMjdjYjk1NmYxODk2ZDYwMmI0MDY3In19fQ==
  1930. data: 3
  1931. slot: 15
  1932. priority: 1
  1933. view_requirement:
  1934. requirements:
  1935. name:
  1936. type: string equals
  1937. input: '%javascript_cooldown_5_2592000%'
  1938. output: 0s
  1939. name2:
  1940. type: has permission
  1941. permission: reward.vip++++
  1942. display_name: '&6» &e&lVIP++++ &e&lTREASURE &6«'
  1943. lore:
  1944. - ''
  1945. - '&fClaim this reward for'
  1946. - '&e&lVIP++++ &franks and higher.'
  1947. - ''
  1948. - '&f&lCONTAIN:'
  1949. - '&5&l* &dx1 Legendary Key'
  1950. - '&5&l* &dx1 Treasure (Tier 1)'
  1951. - '&5&l* &dx1 Treasure (Tier 2)'
  1952. - '&5&l* &dx1 Treasure (Tier 3)'
  1953. - '&5&l* &dx5 Common Stars'
  1954. - '&5&l* &dx3 Rare Stars'
  1955. - '&5&l* &dx1 Legendary Stars'
  1956. - '&5&l* &d10,000 XP'
  1957. - '&5&l* &d$85,000'
  1958. - ''
  1959. - '&5&l* &fStatus: &a&lAVAILABLE'
  1960. - ''
  1961. - '&5&nClick to claim!'
  1962. left_click_commands:
  1963. - '[console] papi parse %player_name% %javascript_cooldown_5_start%'
  1964. - '[console] vouchers give %player_name% VIP++++t 1'
  1965. - '[refresh]'
  1966. right_click_commands:
  1967. - '[console] papi parse %player_name% %javascript_cooldown_5_start%'
  1968. - '[console] vouchers give %player_name% VIP++++t 1'
  1969. - '[refresh]'
  1970. '21':
  1971. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmExZjM0MDdiNzExZWVmODRmZTVhMWY0MjQyNTE0ZWQ2ZGEwZjI5NzVjOGE1OTA4ZjU3MzViNDYxNmUzMzk2ZSJ9fX0=
  1972. data: 3
  1973. priority: 2
  1974. update: true
  1975. slot: 15
  1976. view_requirement:
  1977. requirements:
  1978. name2:
  1979. type: has permission
  1980. permission: reward.vip++++
  1981. display_name: '&6» &e&lVIP++++ &e&lTREASURE &6«'
  1982. lore:
  1983. - ''
  1984. - '&fClaim this reward for'
  1985. - '&e&lVIP++++ &franks and higher.'
  1986. - ''
  1987. - '&f&lCONTAIN:'
  1988. - '&5&l* &dx1 Legendary Key'
  1989. - '&5&l* &dx1 Treasure (Tier 1)'
  1990. - '&5&l* &dx1 Treasure (Tier 2)'
  1991. - '&5&l* &dx1 Treasure (Tier 3)'
  1992. - '&5&l* &dx5 Common Stars'
  1993. - '&5&l* &dx3 Rare Stars'
  1994. - '&5&l* &dx1 Legendary Stars'
  1995. - '&5&l* &d10,000 XP'
  1996. - '&5&l* &d$85,000'
  1997. - ''
  1998. - '&5&l* &fStatus: &c&lUNAVAILABLE'
  1999. - '&7Wait for %javascript_cooldown_5_2592000%'
  2000. '22':
  2001. material: STAINED_GLASS
  2002. data: 14
  2003. slot: 15
  2004. priority: 3
  2005. display_name: '&6» &e&lVIP++++ &e&lTREASURE &6«'
  2006. lore:
  2007. - ''
  2008. - '&fReward for only'
  2009. - '&e&lVIP++++ &franks and higher.'
  2010. - ''
  2011. - '&f&lCONTAIN:'
  2012. - '&5&l* &dx1 Legendary Key'
  2013. - '&5&l* &dx1 Treasure (Tier 1)'
  2014. - '&5&l* &dx1 Treasure (Tier 2)'
  2015. - '&5&l* &dx1 Treasure (Tier 3)'
  2016. - '&5&l* &dx5 Common Stars'
  2017. - '&5&l* &dx3 Rare Stars'
  2018. - '&5&l* &dx1 Legendary Stars'
  2019. - '&5&l* &d10,000 XP'
  2020. - '&5&l* &d$85,000'
  2021. - ''
  2022. - '&c&oYou do not have rank enough!'
  2023. '2222':
  2024. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGNkM2M0NWQ3YjgzODRlOGExOTYzZTRkYTBhZTZiMmRhZWIyYTNlOTdhYzdhMjhmOWViM2QzOTU5NzI1Nzk5ZiJ9fX0=
  2025. data: 3
  2026. slot: 31
  2027. priority: 1
  2028. view_requirement:
  2029. requirements:
  2030. name:
  2031. type: string equals
  2032. input: '%javascript_cooldown_6_86400%'
  2033. output: 0s
  2034. display_name: '&6» &e&lDAILY REWARD &6«'
  2035. lore:
  2036. - ''
  2037. - '&fClaim this reward for some'
  2038. - '&fdaily help.'
  2039. - ''
  2040. - '&f&lCONTAIN:'
  2041. - '&5&l* &d$2,000'
  2042. - ''
  2043. - '&5&l* &fStatus: &a&lAVAILABLE'
  2044. - ''
  2045. - '&5&nClick to claim!'
  2046. left_click_commands:
  2047. - '[console] papi parse %player_name% %javascript_cooldown_6_start%'
  2048. - '[console] eco give %player_name% 2000'
  2049. - '[close]'
  2050. - '[refresh]'
  2051. right_click_commands:
  2052. - '[console] papi parse %player_name% %javascript_cooldown_6_start%'
  2053. - '[console] eco give %player_name% 2000'
  2054. - '[close]'
  2055. - '[refresh]'
  2056. '2232':
  2057. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGFkOTQzZDA2MzM0N2Y5NWFiOWU5ZmE3NTc5MmRhODRlYzY2NWViZDIyYjA1MGJkYmE1MTlmZjdkYTYxZGIifX19
  2058. data: 3
  2059. priority: 2
  2060. update: true
  2061. slot: 31
  2062. display_name: '&6» &e&lDAILY REWARD &6«'
  2063. lore:
  2064. - ''
  2065. - '&fClaim this reward for some'
  2066. - '&fdaily help.'
  2067. - ''
  2068. - '&f&lCONTAIN:'
  2069. - '&5&l* &d$2,000'
  2070. - ''
  2071. - '&5&l* &fStatus: &c&lUNAVAILABLE'
  2072. - '&7Wait for %javascript_cooldown_6_86400%'
  2073. '200':
  2074. material: 160
  2075. display_name: '&f'
  2076. data: 15
  2077. slots:
  2078. - 0
  2079. - 1
  2080. - 2
  2081. - 3
  2082. - 4
  2083. - 5
  2084. - 6
  2085. - 7
  2086. - 8
  2087. - 9
  2088. - 10
  2089. - 16
  2090. - 17
  2091. - 18
  2092. - 19
  2093. - 20
  2094. - 21
  2095. - 22
  2096. - 23
  2097. - 24
  2098. - 25
  2099. - 26
  2100. - 27
  2101. - 28
  2102. - 29
  2103. - 30
  2104. - 32
  2105. - 33
  2106. - 34
  2107. - 35
  2108. - 36
  2109. - 37
  2110. - 38
  2111. - 39
  2112. - 40
  2113. - 41
  2114. - 42
  2115. - 43
  2116. - 44
  2117. priority: 1
  2118. Dungeons:
  2119. open_command:
  2120. - dungeons
  2121. - dungeon
  2122. - mobarena
  2123. - ma
  2124. update_interval: 1
  2125. menu_title: '&8» Dungeons'
  2126. size: 27
  2127. items:
  2128. '9':
  2129. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTQ0YzFlOGU4MjY3MmJiYTU4OTJmZDQ2NTlmOGRhZDg0ZDE1NDVkYjI2ZGI1MmVjYzkxOGYzMmExMzkxNTEzIn19fQ==
  2130. data: 3
  2131. slot: 13
  2132. priority: 1
  2133. display_name: '&d&lDungeon'
  2134. lore:
  2135. - ''
  2136. - '&5&l* &fJoin a dungeon with 3 others to fight'
  2137. - '&fwaves of mobs using special kits!'
  2138. - ''
  2139. - '&7&oYou can only join after the current'
  2140. - '&7&odungeon has been completed!'
  2141. - '&7&oMake sure you the inventory empty.'
  2142. - ''
  2143. - '&5&nLeft-click to join dungeon!'
  2144. left_click_commands:
  2145. - '[player] ma join 1'
  2146. - '[close]'
  2147. - '[refresh]'
  2148. right_click_commands:
  2149. - '[player] ma join 1'
  2150. - '[close]'
  2151. - '[refresh]'
  2152. '20':
  2153. material: 160
  2154. display_name: '&f'
  2155. data: 15
  2156. slots:
  2157. - 0
  2158. - 1
  2159. - 2
  2160. - 3
  2161. - 4
  2162. - 5
  2163. - 6
  2164. - 7
  2165. - 8
  2166. - 9
  2167. - 10
  2168. - 11
  2169. - 12
  2170. - 14
  2171. - 15
  2172. - 16
  2173. - 17
  2174. - 18
  2175. - 19
  2176. - 20
  2177. - 21
  2178. - 22
  2179. - 23
  2180. - 24
  2181. - 25
  2182. - 26
  2183. - 27
  2184. priority: 1
  2185. enchants:
  2186. open_command:
  2187. - aadsdaasdgrwew
  2188. update_interval: 1
  2189. menu_title: '&8» Enchanter'
  2190. size: 27
  2191. items:
  2192. '9':
  2193. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWMwMzBjYzM1ZmRlMDIxOGRlZDViYTVkNTU3Y2NhOWUwM2RjYmM4NGY5ZTY3MjkxMWRhNTRmZTA3YzVmZGJiYiJ9fX0=
  2194. data: 3
  2195. slot: 12
  2196. view_requirement:
  2197. requirements:
  2198. money:
  2199. type: '>='
  2200. input: '%player_level%'
  2201. output: 20
  2202. priority: 1
  2203. display_name: '&a&lCOMMON STAR'
  2204. lore:
  2205. - ''
  2206. - '&fExamine to receive a random'
  2207. - '&aCommon &fenchantment star.'
  2208. - ''
  2209. - '&e✦&7✦&7✦'
  2210. - ''
  2211. - '&d&lINFORMATION:'
  2212. - '&5&l* &fPrice: &e20 levels'
  2213. - ''
  2214. - '&5&nClick to buy!'
  2215. left_click_commands:
  2216. - '[console] ce lostbook Common 1 %player_name%'
  2217. - '[console] minecraft:xp -20L %player_name%'
  2218. - '[refresh]'
  2219. right_click_commands:
  2220. - '[console] ce lostbook Common 1 %player_name%'
  2221. - '[console] minecraft:xp -20L %player_name%'
  2222. - '[refresh]'
  2223. '90':
  2224. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWMwMzBjYzM1ZmRlMDIxOGRlZDViYTVkNTU3Y2NhOWUwM2RjYmM4NGY5ZTY3MjkxMWRhNTRmZTA3YzVmZGJiYiJ9fX0=
  2225. data: 3
  2226. slot: 12
  2227. priority: 2
  2228. display_name: '&a&lCOMMON STAR'
  2229. lore:
  2230. - ''
  2231. - '&fExamine to receive a random'
  2232. - '&aCommon &fenchantment star.'
  2233. - ''
  2234. - '&e✦&7✦&7✦'
  2235. - ''
  2236. - '&d&lINFORMATION:'
  2237. - '&5&l* &fPrice: &e20 levels'
  2238. - '&7&o(You have %player_level%)'
  2239. '99':
  2240. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGJlMmJhZjQwZmQ4NWViNTczZmU1YjJlNWI2Yzg4MTdjZjUwZjg4M2Q5NTc2OTQxNTgwN2FiMDcyODhhNDdjZCJ9fX0=
  2241. data: 3
  2242. slot: 13
  2243. view_requirement:
  2244. requirements:
  2245. money:
  2246. type: '>='
  2247. input: '%player_level%'
  2248. output: 40
  2249. priority: 1
  2250. display_name: '&b&lRARE STAR'
  2251. lore:
  2252. - ''
  2253. - '&fExamine to receive a random'
  2254. - '&bRare &fenchantment star.'
  2255. - ''
  2256. - '&7✦&e✦&7✦'
  2257. - ''
  2258. - '&d&lINFORMATION:'
  2259. - '&5&l* &fPrice: &e40 levels'
  2260. - ''
  2261. - '&5&nClick to buy!'
  2262. left_click_commands:
  2263. - '[console] ce lostbook Rare 1 %player_name%'
  2264. - '[console] minecraft:xp -40L %player_name%'
  2265. - '[refresh]'
  2266. right_click_commands:
  2267. - '[console] ce lostbook Rare 1 %player_name%'
  2268. - '[console] minecraft:xp -40L %player_name%'
  2269. - '[refresh]'
  2270. '91':
  2271. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGJlMmJhZjQwZmQ4NWViNTczZmU1YjJlNWI2Yzg4MTdjZjUwZjg4M2Q5NTc2OTQxNTgwN2FiMDcyODhhNDdjZCJ9fX0=
  2272. data: 3
  2273. slot: 13
  2274. priority: 2
  2275. display_name: '&b&lRARE STAR'
  2276. lore:
  2277. - ''
  2278. - '&fExamine to receive a random'
  2279. - '&bRare &fenchantment star.'
  2280. - ''
  2281. - '&7✦&e✦&7✦'
  2282. - ''
  2283. - '&d&lINFORMATION:'
  2284. - '&5&l* &fPrice: &e40 levels'
  2285. - '&7&o(You have %player_level%)'
  2286. '999':
  2287. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzY1MDViMWJlZmJhMjQyMTcwYTQ2ZTg5NDdiNTJhZWE1NGE1OTA2MGYzZTFjMzZmMjFjZWJiNDQ2OTBmOGIwYyJ9fX0=
  2288. data: 3
  2289. slot: 14
  2290. view_requirement:
  2291. requirements:
  2292. money:
  2293. type: '>='
  2294. input: '%player_level%'
  2295. output: 60
  2296. priority: 1
  2297. display_name: '&6&lLEGENDARY STAR'
  2298. lore:
  2299. - ''
  2300. - '&fExamine to receive a random'
  2301. - '&6Legendary &fenchantment star.'
  2302. - ''
  2303. - '&7✦✦&e✦'
  2304. - ''
  2305. - '&d&lINFORMATION:'
  2306. - '&5&l* &fPrice: &e60 levels'
  2307. - ''
  2308. - '&5&nClick to buy!'
  2309. left_click_commands:
  2310. - '[console] ce lostbook Legendary 1 %player_name%'
  2311. - '[console] minecraft:xp -60L %player_name%'
  2312. - '[refresh]'
  2313. right_click_commands:
  2314. - '[console] ce lostbook Legendary 1 %player_name%'
  2315. - '[console] minecraft:xp -60L %player_name%'
  2316. - '[refresh]'
  2317. '92':
  2318. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzY1MDViMWJlZmJhMjQyMTcwYTQ2ZTg5NDdiNTJhZWE1NGE1OTA2MGYzZTFjMzZmMjFjZWJiNDQ2OTBmOGIwYyJ9fX0=
  2319. data: 3
  2320. slot: 14
  2321. priority: 2
  2322. display_name: '&6&lLEGENDARY STAR'
  2323. lore:
  2324. - ''
  2325. - '&fExamine to receive a random'
  2326. - '&6Legendary &fenchantment star.'
  2327. - ''
  2328. - '&7✦&7✦&e✦'
  2329. - ''
  2330. - '&d&lINFORMATION:'
  2331. - '&5&l* &fPrice: &e60 levels'
  2332. - '&7&o(You have %player_level%)'
  2333. '20':
  2334. material: 160
  2335. display_name: '&f'
  2336. data: 15
  2337. slots:
  2338. - 0
  2339. - 1
  2340. - 2
  2341. - 3
  2342. - 4
  2343. - 5
  2344. - 6
  2345. - 7
  2346. - 8
  2347. - 9
  2348. - 10
  2349. - 11
  2350. - 15
  2351. - 16
  2352. - 17
  2353. - 18
  2354. - 19
  2355. - 20
  2356. - 21
  2357. - 22
  2358. - 23
  2359. - 24
  2360. - 25
  2361. - 26
  2362. priority: 1
  2363. Kits:
  2364. open_command:
  2365. - kits
  2366. - kit
  2367. - essentials:kits
  2368. - essentials:kit
  2369. update_interval: 1
  2370. menu_title: '&8» Kits'
  2371. size: 27
  2372. items:
  2373. '9':
  2374. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTU0OTQ3ZGU3ZjUyNTk4MjU1ZDZhZmVlOWQ3N2JlZmFkOWI0ZjI0YzBjNDY2M2QyOGJjZGY4YTY0NTdmMzQifX19
  2375. data: 3
  2376. slot: 11
  2377. priority: 1
  2378. display_name: '&d&lMember Kits'
  2379. lore:
  2380. - ''
  2381. - '&5&l* &fThese are &e&lFREE &fkit available'
  2382. - '&ffor everybody!'
  2383. - ''
  2384. - '&5&nClick to view kits!'
  2385. left_click_commands:
  2386. - '[openguimenu] mkits'
  2387. - '[refresh]'
  2388. right_click_commands:
  2389. - '[openguimenu] mkits'
  2390. - '[refresh]'
  2391. '99':
  2392. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWFkNTQyNGQ5OTAzOTUzODQzNTI2YTdjNDE2ODY2ZTdkNzk1MDFjODhjZTdjZGFiZWVlNTI4NGVhMzlmIn19fQ==
  2393. data: 3
  2394. slot: 13
  2395. priority: 1
  2396. display_name: '&d&lDonation Rank Kits'
  2397. lore:
  2398. - ''
  2399. - '&5&l* &fThese are &e&lDONATOR &fkits available'
  2400. - '&ffor donation ranked users!'
  2401. - ''
  2402. - '&5&nClick to view kits!'
  2403. left_click_commands:
  2404. - '[openguimenu] rkits'
  2405. - '[refresh]'
  2406. right_click_commands:
  2407. - '[openguimenu] rkits'
  2408. - '[refresh]'
  2409. '92':
  2410. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmI1ZDhiOWEzYTk0MjFkY2VkYjE3ZDcxZTNhODg0ZDk1ZWM1MDM4YzgzOGNlMTllZDZkOGU5NmM1YjIzZWQ3In19fQ==
  2411. data: 3
  2412. slot: 15
  2413. priority: 1
  2414. display_name: '&d&lStore Kits'
  2415. lore:
  2416. - ''
  2417. - '&5&l* &fThese are &e&lDONATOR &fkits available'
  2418. - '&ffor purchase on the webstore!'
  2419. - ''
  2420. - '&5&nClick to view kits!'
  2421. left_click_commands:
  2422. - '[openguimenu] skits'
  2423. - '[refresh]'
  2424. right_click_commands:
  2425. - '[openguimenu] skits'
  2426. - '[refresh]'
  2427. '20':
  2428. material: 160
  2429. display_name: '&f'
  2430. data: 15
  2431. slots:
  2432. - 0
  2433. - 1
  2434. - 2
  2435. - 3
  2436. - 4
  2437. - 5
  2438. - 6
  2439. - 7
  2440. - 8
  2441. - 9
  2442. - 10
  2443. - 12
  2444. - 14
  2445. - 16
  2446. - 17
  2447. - 18
  2448. - 19
  2449. - 20
  2450. - 21
  2451. - 22
  2452. - 23
  2453. - 24
  2454. - 25
  2455. - 26
  2456. priority: 1
  2457. mkits:
  2458. open_command:
  2459. - dfsagewdeewf
  2460. update_interval: 1
  2461. menu_title: '&8» Member Kits'
  2462. size: 27
  2463. items:
  2464. '9':
  2465. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODY1MmUyYjkzNmNhODAyNmJkMjg2NTFkN2M5ZjI4MTlkMmU5MjM2OTc3MzRkMThkZmRiMTM1NTBmOGZkYWQ1ZiJ9fX0=
  2466. data: 3
  2467. slot: 10
  2468. priority: 1
  2469. display_name: '&d&lBack'
  2470. lore:
  2471. - ''
  2472. - '&5&nClick to go back!'
  2473. left_click_commands:
  2474. - '[openguimenu] Kits'
  2475. - '[refresh]'
  2476. right_click_commands:
  2477. - '[openguimenu] Kits'
  2478. - '[refresh]'
  2479. '99':
  2480. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDRlZGZiZTk0ZDJkMWZhMzY3ODMyZDQyYWEyODI0ZjAxNGRhOTk1YTcyZGI3MmI0NTJiOWM3Yjk4ZTRmYSJ9fX0=
  2481. data: 3
  2482. slot: 12
  2483. priority: 1
  2484. view_requirement:
  2485. requirements:
  2486. name:
  2487. type: string equals
  2488. input: '%javascript_cooldown_7_604800%'
  2489. output: 0s
  2490. display_name: '&d&lMember Kit'
  2491. lore:
  2492. - ''
  2493. - '&f&lCONTAIN:'
  2494. - '&5&l* &dArmor;'
  2495. - ' &8» &7Unbreaking I'
  2496. - ''
  2497. - '&5&l* &dWeapon;'
  2498. - ' &8» &7Unbreaking I'
  2499. - ''
  2500. - '&5&l* &dTools;'
  2501. - ' &8» &7Unbreaking I'
  2502. - ''
  2503. - '&5&l* &fStatus: &a&lAVAILABLE'
  2504. - '&c&oMake sure your inventory'
  2505. - '&c&ohave available slots...'
  2506. - ''
  2507. - '&5&nLeft-click to claim!'
  2508. left_click_commands:
  2509. - '[console] papi parse %player_name% %javascript_cooldown_7_start%'
  2510. - '[console] kits Tools %player_name%'
  2511. - '[console] titlemanager:tm message &7\n&fYou have claimed the kit sucessfully!'
  2512. - '[close]'
  2513. - '[refresh]'
  2514. right_click_commands:
  2515. - '[console] papi parse %player_name% %javascript_cooldown_7_start%'
  2516. - '[console] kits Tools %player_name%'
  2517. - '[console] titlemanager:tm message &7\n&fYou have claimed the kit sucessfully!'
  2518. - '[close]'
  2519. - '[refresh]'
  2520. '9923':
  2521. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDRlZGZiZTk0ZDJkMWZhMzY3ODMyZDQyYWEyODI0ZjAxNGRhOTk1YTcyZGI3MmI0NTJiOWM3Yjk4ZTRmYSJ9fX0=
  2522. data: 3
  2523. slot: 12
  2524. priority: 2
  2525. display_name: '&d&lMember Kit'
  2526. lore:
  2527. - ''
  2528. - '&f&lCONTAIN:'
  2529. - '&5&l* &dArmor;'
  2530. - ' &8» &7Unbreaking I'
  2531. - ''
  2532. - '&5&l* &dWeapon;'
  2533. - ' &8» &7Unbreaking I'
  2534. - ''
  2535. - '&5&l* &dTools;'
  2536. - ' &8» &7Unbreaking I'
  2537. - ''
  2538. - '&5&l* &fStatus: &c&lUNAVAILABLE'
  2539. - '&7&oWait for %javascript_cooldown_7_604800%'
  2540. '934':
  2541. material: SAPLING
  2542. slot: 13
  2543. priority: 1
  2544. view_requirement:
  2545. requirements:
  2546. name:
  2547. type: string equals
  2548. input: '%javascript_cooldown_8_3600%'
  2549. output: 0s
  2550. display_name: '&d&lSapling Kit'
  2551. lore:
  2552. - ''
  2553. - '&f&lCONTAIN:'
  2554. - '&5&l* &dItems;'
  2555. - ' &8» &7x1 Oak Sapling'
  2556. - ''
  2557. - '&5&l* &fStatus: &a&lAVAILABLE'
  2558. - ''
  2559. - '&5&nClick to claim!'
  2560. left_click_commands:
  2561. - '[console] papi parse %player_name% %javascript_cooldown_8_start%'
  2562. - '[console] kits Sapling %player_name%'
  2563. - '[console] titlemanager:tm message &7\n&fYou have claimed the kit sucessfully!'
  2564. - '[close]'
  2565. - '[refresh]'
  2566. right_click_commands:
  2567. - '[console] papi parse %player_name% %javascript_cooldown_8_start%'
  2568. - '[console] kits Sapling %player_name%'
  2569. - '[console] titlemanager:tm message &7\n&fYou have claimed the kit sucessfully!'
  2570. - '[close]'
  2571. - '[refresh]'
  2572. '12312':
  2573. material: SAPLING
  2574. slot: 13
  2575. priority: 2
  2576. display_name: '&d&lSapling Kit'
  2577. lore:
  2578. - ''
  2579. - '&f&lCONTAIN:'
  2580. - '&5&l* &dItems;'
  2581. - ' &8» &7x1 Oak Sapling'
  2582. - ''
  2583. - '&5&l* &fStatus: &c&lUNAVAILABLE'
  2584. - '&7&oWait for %javascript_cooldown_8_3600%'
  2585. '20':
  2586. material: 160
  2587. display_name: '&f'
  2588. data: 15
  2589. slots:
  2590. - 0
  2591. - 1
  2592. - 2
  2593. - 3
  2594. - 4
  2595. - 5
  2596. - 6
  2597. - 7
  2598. - 8
  2599. - 9
  2600. - 11
  2601. - 17
  2602. - 18
  2603. - 19
  2604. - 20
  2605. - 21
  2606. - 22
  2607. - 23
  2608. - 24
  2609. - 25
  2610. - 26
  2611. priority: 1
  2612. rkits:
  2613. open_command:
  2614. - dfsagewdeewfsdaf
  2615. update_interval: 1
  2616. menu_title: '&8» Donation Rank Kits'
  2617. size: 27
  2618. items:
  2619. '9':
  2620. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODY1MmUyYjkzNmNhODAyNmJkMjg2NTFkN2M5ZjI4MTlkMmU5MjM2OTc3MzRkMThkZmRiMTM1NTBmOGZkYWQ1ZiJ9fX0=
  2621. data: 3
  2622. slot: 10
  2623. priority: 1
  2624. display_name: '&d&lBack'
  2625. lore:
  2626. - ''
  2627. - '&5&nClick to go back!'
  2628. left_click_commands:
  2629. - '[openguimenu] Kits'
  2630. - '[refresh]'
  2631. right_click_commands:
  2632. - '[openguimenu] Kits'
  2633. - '[refresh]'
  2634. '99':
  2635. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzQzMmI5YzQ3YjliNWQ2MWQxNjk4ODQ5MjU5NmQ0Y2VkOGUwNDJhNjYzMTNlMTJjMjJlNjZkMjMwYjJjMSJ9fX0=
  2636. data: 3
  2637. slot: 12
  2638. priority: 1
  2639. view_requirement:
  2640. requirements:
  2641. name:
  2642. type: string equals
  2643. input: '%javascript_cooldown_9_432000%'
  2644. output: 0s
  2645. name2:
  2646. type: has permission
  2647. permission: kit.VIP
  2648. display_name: '&a&lVIP Kit'
  2649. lore:
  2650. - ''
  2651. - '&f&lCONTAIN:'
  2652. - '&5&l* &dArmor;'
  2653. - ' &8» &7Protection I'
  2654. - ''
  2655. - '&5&l* &dWeapon;'
  2656. - ' &8» &7Sharpness II'
  2657. - ' &8» &7Unbreaking I'
  2658. - ' &8» &7Fire Aspect I'
  2659. - ''
  2660. - '&5&l* &dTools;'
  2661. - ' &8» &7Efficiency II'
  2662. - ' &8» &7Unbreaking II'
  2663. - ''
  2664. - '&5&l* &dItems;'
  2665. - ' &8» &7x1 Common Star'
  2666. - ' &8» &7x32 Grass'
  2667. - ' &8» &7x32 Cobblestone'
  2668. - ' &8» &7x1 Sell-wand (10 uses)'
  2669. - ''
  2670. - '&5&l* &fStatus: &a&lAVAILABLE'
  2671. - '&c&oMake sure your inventory'
  2672. - '&c&ohave available slots...'
  2673. - ''
  2674. - '&5&nLeft-click to claim!'
  2675. left_click_commands:
  2676. - '[console] papi parse %player_name% %javascript_cooldown_9_start%'
  2677. - '[console] kits VIP %player_name%'
  2678. - '[console] sellwands give %player_name% 20'
  2679. - '[console] titlemanager:tm message &7\n&fYou have claimed the kit sucessfully!'
  2680. - '[close]'
  2681. - '[refresh]'
  2682. right_click_commands:
  2683. - '[console] papi parse %player_name% %javascript_cooldown_9_start%'
  2684. - '[console] kits VIP %player_name%'
  2685. - '[console] sellwands give %player_name% 20'
  2686. - '[console] titlemanager:tm message &7\n&fYou have claimed the kit sucessfully!'
  2687. - '[close]'
  2688. - '[refresh]'
  2689. '9923':
  2690. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzQzMmI5YzQ3YjliNWQ2MWQxNjk4ODQ5MjU5NmQ0Y2VkOGUwNDJhNjYzMTNlMTJjMjJlNjZkMjMwYjJjMSJ9fX0=
  2691. data: 3
  2692. slot: 12
  2693. view_requirement:
  2694. requirements:
  2695. name2:
  2696. type: has permission
  2697. permission: kit.VIP
  2698. priority: 2
  2699. display_name: '&a&lVIP Kit'
  2700. lore:
  2701. - ''
  2702. - '&f&lCONTAIN:'
  2703. - '&5&l* &dArmor;'
  2704. - ' &8» &7Protection I'
  2705. - ''
  2706. - '&5&l* &dWeapon;'
  2707. - ' &8» &7Sharpness II'
  2708. - ' &8» &7Unbreaking I'
  2709. - ' &8» &7Fire Aspect I'
  2710. - ''
  2711. - '&5&l* &dTools;'
  2712. - ' &8» &7Efficiency II'
  2713. - ' &8» &7Unbreaking II'
  2714. - ''
  2715. - '&5&l* &dItems;'
  2716. - ' &8» &7x1 Common Star'
  2717. - ' &8» &7x32 Grass'
  2718. - ' &8» &7x32 Cobblestone'
  2719. - ' &8» &7x1 Sell-wand (10 uses)'
  2720. - ''
  2721. - '&5&l* &fStatus: &c&lUNAVAILABLE'
  2722. - '&7&oWait for %javascript_cooldown_9_432000%'
  2723. '92923':
  2724. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzQzMmI5YzQ3YjliNWQ2MWQxNjk4ODQ5MjU5NmQ0Y2VkOGUwNDJhNjYzMTNlMTJjMjJlNjZkMjMwYjJjMSJ9fX0=
  2725. data: 3
  2726. slot: 12
  2727. priority: 3
  2728. display_name: '&a&lVIP Kit'
  2729. lore:
  2730. - ''
  2731. - '&f&lCONTAIN:'
  2732. - '&5&l* &dArmor;'
  2733. - ' &8» &7Protection I'
  2734. - ''
  2735. - '&5&l* &dWeapon;'
  2736. - ' &8» &7Sharpness II'
  2737. - ' &8» &7Unbreaking I'
  2738. - ' &8» &7Fire Aspect I'
  2739. - ''
  2740. - '&5&l* &dTools;'
  2741. - ' &8» &7Efficiency II'
  2742. - ' &8» &7Unbreaking II'
  2743. - ''
  2744. - '&5&l* &dItems;'
  2745. - ' &8» &7x1 Common Star'
  2746. - ' &8» &7x32 Grass'
  2747. - ' &8» &7x32 Cobblestone'
  2748. - ' &8» &7x1 Sell-wand (10 uses)'
  2749. - ''
  2750. - '&c&oYou do not have rank enough!'
  2751. '991':
  2752. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzc1NGVlZDhkMDVhMTk2YzNmYzJkMjUxMTQxN2ViNTYyNjI2MjE0MTRjZTNiM2RmYjM1NzFhZWE0ZGRkYzQ3MCJ9fX0=
  2753. data: 3
  2754. slot: 13
  2755. priority: 1
  2756. view_requirement:
  2757. requirements:
  2758. name:
  2759. type: string equals
  2760. input: '%javascript_cooldown_10_432000%'
  2761. output: 0s
  2762. name2:
  2763. type: has permission
  2764. permission: kit.VIP+
  2765. display_name: '&b&lVIP+ Kit'
  2766. lore:
  2767. - ''
  2768. - '&f&lCONTAIN:'
  2769. - '&5&l* &dArmor;'
  2770. - ' &8» &7Protection II'
  2771. - ' &8» &7Unbreaking I'
  2772. - ''
  2773. - '&5&l* &dWeapon;'
  2774. - ' &8» &7Sharpness III'
  2775. - ' &8» &7Unbreaking II'
  2776. - ' &8» &7Fire Aspect II'
  2777. - ' &8» &7Looting I'
  2778. - ''
  2779. - '&5&l* &dTools;'
  2780. - ' &8» &7Efficiency III'
  2781. - ' &8» &7Unbreaking II'
  2782. - ''
  2783. - '&5&l* &dItems;'
  2784. - ' &8» &7x1 Rare Star'
  2785. - ' &8» &7x64 Grass'
  2786. - ' &8» &7x64 Cobblestone'
  2787. - ' &8» &7x1 Sell-wand (20 uses)'
  2788. - ''
  2789. - '&5&l* &fStatus: &a&lAVAILABLE'
  2790. - '&c&oMake sure your inventory'
  2791. - '&c&ohave available slots...'
  2792. - ''
  2793. - '&5&nLeft-click to claim!'
  2794. left_click_commands:
  2795. - '[console] papi parse %player_name% %javascript_cooldown_10_start%'
  2796. - '[console] kits VIP+ %player_name%'
  2797. - '[console] sellwands give %player_name% 20'
  2798. - '[console] titlemanager:tm message &7\n&fYou have claimed the kit sucessfully!'
  2799. - '[close]'
  2800. - '[refresh]'
  2801. right_click_commands:
  2802. - '[console] papi parse %player_name% %javascript_cooldown_10_start%'
  2803. - '[console] kits VIP+ %player_name%'
  2804. - '[console] sellwands give %player_name% 20'
  2805. - '[console] titlemanager:tm message &7\n&fYou have claimed the kit sucessfully!'
  2806. - '[close]'
  2807. - '[refresh]'
  2808. '99231':
  2809. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzc1NGVlZDhkMDVhMTk2YzNmYzJkMjUxMTQxN2ViNTYyNjI2MjE0MTRjZTNiM2RmYjM1NzFhZWE0ZGRkYzQ3MCJ9fX0=
  2810. data: 3
  2811. slot: 13
  2812. view_requirement:
  2813. requirements:
  2814. name2:
  2815. type: has permission
  2816. permission: kit.VIP+
  2817. priority: 2
  2818. display_name: '&b&lVIP+ Kit'
  2819. lore:
  2820. - ''
  2821. - '&f&lCONTAIN:'
  2822. - '&5&l* &dArmor;'
  2823. - ' &8» &7Protection II'
  2824. - ' &8» &7Unbreaking I'
  2825. - ''
  2826. - '&5&l* &dWeapon;'
  2827. - ' &8» &7Sharpness III'
  2828. - ' &8» &7Unbreaking II'
  2829. - ' &8» &7Fire Aspect II'
  2830. - ' &8» &7Looting I'
  2831. - ''
  2832. - '&5&l* &dTools;'
  2833. - ' &8» &7Efficiency III'
  2834. - ' &8» &7Unbreaking II'
  2835. - ''
  2836. - '&5&l* &dItems;'
  2837. - ' &8» &7x1 Rare Star'
  2838. - ' &8» &7x64 Grass'
  2839. - ' &8» &7x64 Cobblestone'
  2840. - ' &8» &7x1 Sell-wand (20 uses)'
  2841. - ''
  2842. - '&5&l* &fStatus: &c&lUNAVAILABLE'
  2843. - '&7&oWait for %javascript_cooldown_10_432000%'
  2844. '929231':
  2845. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzc1NGVlZDhkMDVhMTk2YzNmYzJkMjUxMTQxN2ViNTYyNjI2MjE0MTRjZTNiM2RmYjM1NzFhZWE0ZGRkYzQ3MCJ9fX0=
  2846. data: 3
  2847. slot: 13
  2848. priority: 3
  2849. display_name: '&b&lVIP+ Kit'
  2850. lore:
  2851. - ''
  2852. - '&f&lCONTAIN:'
  2853. - '&5&l* &dArmor;'
  2854. - ' &8» &7Protection II'
  2855. - ' &8» &7Unbreaking I'
  2856. - ''
  2857. - '&5&l* &dWeapon;'
  2858. - ' &8» &7Sharpness III'
  2859. - ' &8» &7Unbreaking II'
  2860. - ' &8» &7Fire Aspect II'
  2861. - ' &8» &7Looting I'
  2862. - ''
  2863. - '&5&l* &dTools;'
  2864. - ' &8» &7Efficiency III'
  2865. - ' &8» &7Unbreaking II'
  2866. - ''
  2867. - '&5&l* &dItems;'
  2868. - ' &8» &7x1 Rare Star'
  2869. - ' &8» &7x64 Grass'
  2870. - ' &8» &7x64 Cobblestone'
  2871. - ' &8» &7x1 Sell-wand (20 uses)'
  2872. - ''
  2873. - '&c&oYou do not have rank enough!'
  2874. '994':
  2875. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q0MDQyNzBjNmViZWI4ZmM5NGEzOTQ2YWY1MzM0ZTRhNWI2NTdhOWJmMjVlNzMzNWU3NGFiMTg1In19fQ==
  2876. data: 3
  2877. slot: 14
  2878. priority: 1
  2879. view_requirement:
  2880. requirements:
  2881. name:
  2882. type: string equals
  2883. input: '%javascript_cooldown_11_432000%'
  2884. output: 0s
  2885. name2:
  2886. type: has permission
  2887. permission: kit.VIP++
  2888. display_name: '&d&lVIP++ Kit'
  2889. lore:
  2890. - ''
  2891. - '&f&lCONTAIN:'
  2892. - '&5&l* &dArmor;'
  2893. - ' &8» &7Protection III'
  2894. - ' &8» &7Unbreaking III'
  2895. - ''
  2896. - '&5&l* &dWeapon;'
  2897. - ' &8» &7Sharpness IV'
  2898. - ' &8» &7Unbreaking III'
  2899. - ' &8» &7Fire Aspect II'
  2900. - ' &8» &7Looting II'
  2901. - ''
  2902. - '&5&l* &dTools;'
  2903. - ' &8» &7Efficiency IV'
  2904. - ' &8» &7Unbreaking II'
  2905. - ''
  2906. - '&5&l* &dItems;'
  2907. - ' &8» &7x2 Rare Star'
  2908. - ' &8» &7x96 Grass'
  2909. - ' &8» &7x96 Cobblestone'
  2910. - ' &8» &7x8 Diamond Block'
  2911. - ' &8» &7x8 Emerald Block'
  2912. - ' &8» &7x1 Sell-wand (30 uses)'
  2913. - ''
  2914. - '&5&l* &fStatus: &a&lAVAILABLE'
  2915. - '&c&oMake sure your inventory'
  2916. - '&c&ohave available slots...'
  2917. - ''
  2918. - '&5&nLeft-click to claim!'
  2919. left_click_commands:
  2920. - '[console] papi parse %player_name% %javascript_cooldown_11_start%'
  2921. - '[console] kits VIP++ %player_name%'
  2922. - '[console] sellwands give %player_name% 30'
  2923. - '[console] titlemanager:tm message &7\n&fYou have claimed the kit sucessfully!'
  2924. - '[close]'
  2925. - '[refresh]'
  2926. right_click_commands:
  2927. - '[console] papi parse %player_name% %javascript_cooldown_11_start%'
  2928. - '[console] kits VIP++ %player_name%'
  2929. - '[console] sellwands give %player_name% 30'
  2930. - '[console] titlemanager:tm message &7\n&fYou have claimed the kit sucessfully!'
  2931. - '[close]'
  2932. - '[refresh]'
  2933. '99234':
  2934. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q0MDQyNzBjNmViZWI4ZmM5NGEzOTQ2YWY1MzM0ZTRhNWI2NTdhOWJmMjVlNzMzNWU3NGFiMTg1In19fQ==
  2935. data: 3
  2936. slot: 14
  2937. view_requirement:
  2938. requirements:
  2939. name2:
  2940. type: has permission
  2941. permission: kit.VIP++
  2942. priority: 2
  2943. display_name: '&d&lVIP++ Kit'
  2944. lore:
  2945. - ''
  2946. - '&f&lCONTAIN:'
  2947. - '&5&l* &dArmor;'
  2948. - ' &8» &7Protection III'
  2949. - ' &8» &7Unbreaking III'
  2950. - ''
  2951. - '&5&l* &dWeapon;'
  2952. - ' &8» &7Sharpness IV'
  2953. - ' &8» &7Unbreaking III'
  2954. - ' &8» &7Fire Aspect II'
  2955. - ' &8» &7Looting II'
  2956. - ''
  2957. - '&5&l* &dTools;'
  2958. - ' &8» &7Efficiency IV'
  2959. - ' &8» &7Unbreaking II'
  2960. - ''
  2961. - '&5&l* &dItems;'
  2962. - ' &8» &7x2 Rare Star'
  2963. - ' &8» &7x96 Grass'
  2964. - ' &8» &7x96 Cobblestone'
  2965. - ' &8» &7x8 Diamond Block'
  2966. - ' &8» &7x8 Emerald Block'
  2967. - ' &8» &7x1 Sell-wand (30 uses)'
  2968. - ''
  2969. - '&5&l* &fStatus: &c&lUNAVAILABLE'
  2970. - '&7&oWait for %javascript_cooldown_11_432000%'
  2971. '929234':
  2972. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q0MDQyNzBjNmViZWI4ZmM5NGEzOTQ2YWY1MzM0ZTRhNWI2NTdhOWJmMjVlNzMzNWU3NGFiMTg1In19fQ==
  2973. data: 3
  2974. slot: 14
  2975. priority: 3
  2976. display_name: '&d&lVIP++ Kit'
  2977. lore:
  2978. - ''
  2979. - '&f&lCONTAIN:'
  2980. - '&5&l* &dArmor;'
  2981. - ' &8» &7Protection III'
  2982. - ' &8» &7Unbreaking III'
  2983. - ''
  2984. - '&5&l* &dWeapon;'
  2985. - ' &8» &7Sharpness IV'
  2986. - ' &8» &7Unbreaking III'
  2987. - ' &8» &7Fire Aspect II'
  2988. - ' &8» &7Looting II'
  2989. - ''
  2990. - '&5&l* &dTools;'
  2991. - ' &8» &7Efficiency IV'
  2992. - ' &8» &7Unbreaking II'
  2993. - ''
  2994. - '&5&l* &dItems;'
  2995. - ' &8» &7x2 Rare Star'
  2996. - ' &8» &7x96 Grass'
  2997. - ' &8» &7x96 Cobblestone'
  2998. - ' &8» &7x8 Diamond Block'
  2999. - ' &8» &7x8 Emerald Block'
  3000. - ' &8» &7x1 Sell-wand (30 uses)'
  3001. - ''
  3002. - '&c&oYou do not have rank enough!'
  3003. '2994':
  3004. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGRhOGE4YzkzODRlMjMyM2UxMzdmYjE0ZWVkOWE3MTczOTgxZmM3NjU5MGM4YmY4OWJlOGI1YmZjNDdkOTJmIn19fQ==
  3005. data: 3
  3006. slot: 15
  3007. priority: 1
  3008. view_requirement:
  3009. requirements:
  3010. name:
  3011. type: string equals
  3012. input: '%javascript_cooldown_12_432000%'
  3013. output: 0s
  3014. name2:
  3015. type: has permission
  3016. permission: kit.VIP+++
  3017. display_name: '&c&lVIP+++ Kit'
  3018. lore:
  3019. - ''
  3020. - '&f&lCONTAIN:'
  3021. - '&5&l* &dArmor;'
  3022. - ' &8» &7Protection IV'
  3023. - ' &8» &7Unbreaking IV'
  3024. - ''
  3025. - '&5&l* &dWeapon;'
  3026. - ' &8» &7Sharpness V'
  3027. - ' &8» &7Unbreaking III'
  3028. - ' &8» &7Fire Aspect II'
  3029. - ' &8» &7Looting III'
  3030. - ' &8» &7Knockback I'
  3031. - ''
  3032. - '&5&l* &dTools;'
  3033. - ' &8» &7Efficiency V'
  3034. - ' &8» &7Unbreaking IV'
  3035. - ' &8» &7Fortune I'
  3036. - ''
  3037. - '&5&l* &dItems;'
  3038. - ' &8» &7x1 Legendary Star'
  3039. - ' &8» &7x128 Grass'
  3040. - ' &8» &7x128 Cobblestone'
  3041. - ' &8» &7x16 Diamond Block'
  3042. - ' &8» &7x16 Emerald Block'
  3043. - ' &8» &7x1 Sell-wand (40 uses)'
  3044. - ''
  3045. - '&5&l* &fStatus: &a&lAVAILABLE'
  3046. - '&c&oMake sure your inventory'
  3047. - '&c&ohave available slots...'
  3048. - ''
  3049. - '&5&nLeft-click to claim!'
  3050. left_click_commands:
  3051. - '[console] papi parse %player_name% %javascript_cooldown_12_start%'
  3052. - '[console] kits VIP+++ %player_name%'
  3053. - '[console] sellwands give %player_name% 40'
  3054. - '[console] titlemanager:tm message &7\n&fYou have claimed the kit sucessfully!'
  3055. - '[close]'
  3056. - '[refresh]'
  3057. right_click_commands:
  3058. - '[console] papi parse %player_name% %javascript_cooldown_12_start%'
  3059. - '[console] kits VIP+++ %player_name%'
  3060. - '[console] sellwands give %player_name% 40'
  3061. - '[console] titlemanager:tm message &7\n&fYou have claimed the kit sucessfully!'
  3062. - '[close]'
  3063. - '[refresh]'
  3064. '299234':
  3065. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGRhOGE4YzkzODRlMjMyM2UxMzdmYjE0ZWVkOWE3MTczOTgxZmM3NjU5MGM4YmY4OWJlOGI1YmZjNDdkOTJmIn19fQ==
  3066. data: 3
  3067. slot: 15
  3068. view_requirement:
  3069. requirements:
  3070. name2:
  3071. type: has permission
  3072. permission: kit.VIP+++
  3073. priority: 2
  3074. display_name: '&c&lVIP+++ Kit'
  3075. lore:
  3076. - ''
  3077. - '&f&lCONTAIN:'
  3078. - '&5&l* &dArmor;'
  3079. - ' &8» &7Protection IV'
  3080. - ' &8» &7Unbreaking IV'
  3081. - ''
  3082. - '&5&l* &dWeapon;'
  3083. - ' &8» &7Sharpness V'
  3084. - ' &8» &7Unbreaking III'
  3085. - ' &8» &7Fire Aspect II'
  3086. - ' &8» &7Looting III'
  3087. - ' &8» &7Knockback I'
  3088. - ''
  3089. - '&5&l* &dTools;'
  3090. - ' &8» &7Efficiency V'
  3091. - ' &8» &7Unbreaking IV'
  3092. - ' &8» &7Fortune I'
  3093. - ''
  3094. - '&5&l* &dItems;'
  3095. - ' &8» &7x1 Legendary Star'
  3096. - ' &8» &7x128 Grass'
  3097. - ' &8» &7x128 Cobblestone'
  3098. - ' &8» &7x16 Diamond Block'
  3099. - ' &8» &7x16 Emerald Block'
  3100. - ' &8» &7x1 Sell-wand (40 uses)'
  3101. - ''
  3102. - '&5&l* &fStatus: &c&lUNAVAILABLE'
  3103. - '&7&oWait for %javascript_cooldown_12_432000%'
  3104. '2929234':
  3105. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGRhOGE4YzkzODRlMjMyM2UxMzdmYjE0ZWVkOWE3MTczOTgxZmM3NjU5MGM4YmY4OWJlOGI1YmZjNDdkOTJmIn19fQ==
  3106. data: 3
  3107. slot: 15
  3108. priority: 3
  3109. display_name: '&c&lVIP+++ Kit'
  3110. lore:
  3111. - ''
  3112. - '&f&lCONTAIN:'
  3113. - '&5&l* &dArmor;'
  3114. - ' &8» &7Protection IV'
  3115. - ' &8» &7Unbreaking IV'
  3116. - ''
  3117. - '&5&l* &dWeapon;'
  3118. - ' &8» &7Sharpness V'
  3119. - ' &8» &7Unbreaking III'
  3120. - ' &8» &7Fire Aspect II'
  3121. - ' &8» &7Looting III'
  3122. - ' &8» &7Knockback I'
  3123. - ''
  3124. - '&5&l* &dTools;'
  3125. - ' &8» &7Efficiency V'
  3126. - ' &8» &7Unbreaking IV'
  3127. - ' &8» &7Fortune I'
  3128. - ''
  3129. - '&5&l* &dItems;'
  3130. - ' &8» &7x1 Legendary Star'
  3131. - ' &8» &7x128 Grass'
  3132. - ' &8» &7x128 Cobblestone'
  3133. - ' &8» &7x16 Diamond Block'
  3134. - ' &8» &7x16 Emerald Block'
  3135. - ' &8» &7x1 Sell-wand (40 uses)'
  3136. - ''
  3137. - '&c&oYou do not have rank enough!'
  3138. '23994':
  3139. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDRlZGZiZTk0ZDJkMWZhMzY3ODMyZDQyYWEyODI0ZjAxNGRhOTk1YTcyZGI3MmI0NTJiOWM3Yjk4ZTRmYSJ9fX0=
  3140. data: 3
  3141. slot: 16
  3142. priority: 1
  3143. view_requirement:
  3144. requirements:
  3145. name:
  3146. type: string equals
  3147. input: '%javascript_cooldown_13_432000%'
  3148. output: 0s
  3149. name2:
  3150. type: has permission
  3151. permission: kit.VIP++++
  3152. display_name: '&d&lVIP++++ Kit'
  3153. lore:
  3154. - ''
  3155. - '&f&lCONTAIN:'
  3156. - '&5&l* &dArmor;'
  3157. - ' &8» &7Protection V'
  3158. - ' &8» &7Unbreaking IV'
  3159. - ''
  3160. - '&5&l* &dWeapon;'
  3161. - ' &8» &7Sharpness V'
  3162. - ' &8» &7Unbreaking III'
  3163. - ' &8» &7Fire Aspect II'
  3164. - ' &8» &7Looting III'
  3165. - ' &8» &7Knockback II'
  3166. - ''
  3167. - '&5&l* &dTools;'
  3168. - ' &8» &7Efficiency VI'
  3169. - ' &8» &7Unbreaking IV'
  3170. - ' &8» &7Fortune II'
  3171. - ''
  3172. - '&5&l* &dItems;'
  3173. - ' &8» &7x2 Legendary Star'
  3174. - ' &8» &7x190 Grass'
  3175. - ' &8» &7x190 Cobblestone'
  3176. - ' &8» &7x32 Diamond Block'
  3177. - ' &8» &7x32 Emerald Block'
  3178. - ' &8» &7x1 Sell-wand (50 uses)'
  3179. - ''
  3180. - '&5&l* &fStatus: &a&lAVAILABLE'
  3181. - '&c&oMake sure your inventory'
  3182. - '&c&ohave available slots...'
  3183. - ''
  3184. - '&5&nLeft-click to claim!'
  3185. left_click_commands:
  3186. - '[console] papi parse %player_name% %javascript_cooldown_13_start%'
  3187. - '[console] kits VIP++++ %player_name%'
  3188. - '[console] sellwands give %player_name% 50'
  3189. - '[console] titlemanager:tm message &7\n&fYou have claimed the kit sucessfully!'
  3190. - '[close]'
  3191. - '[refresh]'
  3192. right_click_commands:
  3193. - '[console] papi parse %player_name% %javascript_cooldown_13_start%'
  3194. - '[console] kits VIP++++ %player_name%'
  3195. - '[console] sellwands give %player_name% 50'
  3196. - '[console] titlemanager:tm message &7\n&fYou have claimed the kit sucessfully!'
  3197. - '[close]'
  3198. - '[refresh]'
  3199. '2399234':
  3200. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDRlZGZiZTk0ZDJkMWZhMzY3ODMyZDQyYWEyODI0ZjAxNGRhOTk1YTcyZGI3MmI0NTJiOWM3Yjk4ZTRmYSJ9fX0=
  3201. data: 3
  3202. slot: 16
  3203. view_requirement:
  3204. requirements:
  3205. name2:
  3206. type: has permission
  3207. permission: kit.VIP++++
  3208. priority: 2
  3209. display_name: '&d&lVIP++++ Kit'
  3210. lore:
  3211. - ''
  3212. - '&f&lCONTAIN:'
  3213. - '&5&l* &dArmor;'
  3214. - ' &8» &7Protection V'
  3215. - ' &8» &7Unbreaking IV'
  3216. - ''
  3217. - '&5&l* &dWeapon;'
  3218. - ' &8» &7Sharpness V'
  3219. - ' &8» &7Unbreaking III'
  3220. - ' &8» &7Fire Aspect II'
  3221. - ' &8» &7Looting III'
  3222. - ' &8» &7Knockback II'
  3223. - ''
  3224. - '&5&l* &dTools;'
  3225. - ' &8» &7Efficiency VI'
  3226. - ' &8» &7Unbreaking IV'
  3227. - ' &8» &7Fortune II'
  3228. - ''
  3229. - '&5&l* &dItems;'
  3230. - ' &8» &7x2 Legendary Star'
  3231. - ' &8» &7x190 Grass'
  3232. - ' &8» &7x190 Cobblestone'
  3233. - ' &8» &7x32 Diamond Block'
  3234. - ' &8» &7x32 Emerald Block'
  3235. - ' &8» &7x1 Sell-wand (50 uses)'
  3236. - ''
  3237. - '&5&l* &fStatus: &c&lUNAVAILABLE'
  3238. - '&7&oWait for %javascript_cooldown_13_432000%'
  3239. '23929234':
  3240. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDRlZGZiZTk0ZDJkMWZhMzY3ODMyZDQyYWEyODI0ZjAxNGRhOTk1YTcyZGI3MmI0NTJiOWM3Yjk4ZTRmYSJ9fX0=
  3241. data: 3
  3242. slot: 16
  3243. priority: 3
  3244. display_name: '&d&lVIP++++ Kit'
  3245. lore:
  3246. - ''
  3247. - '&f&lCONTAIN:'
  3248. - '&5&l* &dArmor;'
  3249. - ' &8» &7Protection V'
  3250. - ' &8» &7Unbreaking IV'
  3251. - ''
  3252. - '&5&l* &dWeapon;'
  3253. - ' &8» &7Sharpness V'
  3254. - ' &8» &7Unbreaking III'
  3255. - ' &8» &7Fire Aspect II'
  3256. - ' &8» &7Looting III'
  3257. - ' &8» &7Knockback II'
  3258. - ''
  3259. - '&5&l* &dTools;'
  3260. - ' &8» &7Efficiency VI'
  3261. - ' &8» &7Unbreaking IV'
  3262. - ' &8» &7Fortune II'
  3263. - ''
  3264. - '&5&l* &dItems;'
  3265. - ' &8» &7x2 Legendary Star'
  3266. - ' &8» &7x190 Grass'
  3267. - ' &8» &7x190 Cobblestone'
  3268. - ' &8» &7x32 Diamond Block'
  3269. - ' &8» &7x32 Emerald Block'
  3270. - ' &8» &7x1 Sell-wand (50 uses)'
  3271. - ''
  3272. - '&c&oYou do not have rank enough!'
  3273. '20':
  3274. material: 160
  3275. display_name: '&f'
  3276. data: 15
  3277. slots:
  3278. - 0
  3279. - 1
  3280. - 2
  3281. - 3
  3282. - 4
  3283. - 5
  3284. - 6
  3285. - 7
  3286. - 8
  3287. - 9
  3288. - 11
  3289. - 17
  3290. - 18
  3291. - 19
  3292. - 20
  3293. - 21
  3294. - 22
  3295. - 23
  3296. - 24
  3297. - 25
  3298. - 26
  3299. priority: 1
  3300. values:
  3301. menu_title: '&8» Island Block Values'
  3302. inventory_type: INVENTORY
  3303. open_command:
  3304. - values
  3305. - is values
  3306. - value
  3307. - island values
  3308. size: 45
  3309. items:
  3310. '23':
  3311. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWM2ZDkwMjRmYzU0MTJlOGUyNjY0MTIzNzMyZDIyOTFkZmM2YmIxNzVmNzJjZjg5NDA5NmY3ZjMxMzY0MWZkNCJ9fX0=
  3312. data: 3
  3313. amount: 1
  3314. slot: 10
  3315. priority: 1
  3316. display_name: '&d&lIsland Info'
  3317. lore:
  3318. - ''
  3319. - '&fView your island stats,'
  3320. - '&fand modify settings!'
  3321. - ''
  3322. - '&5&nLeft-click to view!'
  3323. - '&5&nRight-click to update level!'
  3324. left_click_commands:
  3325. - '[console] ib open islandinfo2 %player_name%'
  3326. - '[refresh]'
  3327. right_click_commands:
  3328. - '[console] titlemanager:tm message %player_name% &7\n&aCalculating your
  3329. level...'
  3330. - '[player] is level'
  3331. - '[close]'
  3332. - '[refresh]'
  3333. '20':
  3334. material: 160
  3335. display_name: '&f'
  3336. data: 15
  3337. slots:
  3338. - 0
  3339. - 1
  3340. - 2
  3341. - 3
  3342. - 4
  3343. - 5
  3344. - 6
  3345. - 7
  3346. - 8
  3347. - 9
  3348. - 11
  3349. - 17
  3350. - 18
  3351. - 19
  3352. - 20
  3353. - 26
  3354. - 27
  3355. - 28
  3356. - 29
  3357. - 35
  3358. - 36
  3359. - 37
  3360. - 38
  3361. - 39
  3362. - 40
  3363. - 41
  3364. - 42
  3365. - 43
  3366. - 44
  3367. priority: 1
  3368. '25':
  3369. material: EMERALD_BLOCK
  3370. amount: 1
  3371. slot: 12
  3372. priority: 1
  3373. display_name: '&d&l+3 Levels'
  3374. '255':
  3375. material: DIAMOND_BLOCK
  3376. amount: 1
  3377. slot: 13
  3378. priority: 1
  3379. display_name: '&d&l+3 Levels'
  3380. '26':
  3381. material: GOLD_BLOCK
  3382. amount: 1
  3383. slot: 14
  3384. priority: 1
  3385. display_name: '&d&l+1.5 Levels'
  3386. '27':
  3387. material: IRON_BLOCK
  3388. amount: 1
  3389. slot: 15
  3390. priority: 1
  3391. display_name: '&d&l+1.5 Levels'
  3392. '28':
  3393. material: COAL_BLOCK
  3394. amount: 1
  3395. slot: 16
  3396. priority: 1
  3397. display_name: '&d&l+0.5 Levels'
  3398. '29':
  3399. material: LAPIS_BLOCK
  3400. amount: 1
  3401. slot: 21
  3402. priority: 1
  3403. display_name: '&d&l+0.25 Levels'
  3404. '30':
  3405. material: REDSTONE_BLOCK
  3406. amount: 1
  3407. slot: 22
  3408. priority: 1
  3409. display_name: '&d&l+0.25 Levels'
  3410. '31':
  3411. material: DRAGON_EGG
  3412. amount: 1
  3413. slot: 23
  3414. priority: 1
  3415. display_name: '&d&l+1000 Levels'
  3416. '32':
  3417. material: BEACON
  3418. amount: 1
  3419. slot: 24
  3420. priority: 1
  3421. display_name: '&d&l+100 Levels'
  3422. '33':
  3423. material: ENDER_CHEST
  3424. amount: 1
  3425. slot: 25
  3426. priority: 1
  3427. display_name: '&d&l+0.25 Levels'
  3428. '34':
  3429. material: 116
  3430. amount: 1
  3431. slot: 30
  3432. priority: 1
  3433. display_name: '&d&l+0.25 Levels'
  3434. '35':
  3435. material: HOPPER
  3436. amount: 1
  3437. slot: 31
  3438. priority: 1
  3439. display_name: '&d&l+0.25 Levels'
  3440. shop:
  3441. menu_title: '&8» Shops'
  3442. inventory_type: INVENTORY
  3443. open_command:
  3444. - shops
  3445. - shop
  3446. size: 45
  3447. items:
  3448. '23':
  3449. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWE0NWQxYjQxN2NiZGRjMjE3NjdiMDYwNDRlODk5YjI2NmJmNzhhNjZlMjE4NzZiZTNjMDUxNWFiNTVkNzEifX19
  3450. data: 3
  3451. amount: 1
  3452. slot: 12
  3453. priority: 1
  3454. display_name: '&d&lBuilding Blocks'
  3455. lore:
  3456. - ''
  3457. - '&5&nClick to view!'
  3458. left_click_commands:
  3459. - '[console] shop open blocks %player_name%'
  3460. - '[refresh]'
  3461. right_click_commands:
  3462. - '[console] shop open blocks %player_name%'
  3463. - '[refresh]'
  3464. '20':
  3465. material: 160
  3466. display_name: '&f'
  3467. data: 15
  3468. slots:
  3469. - 0
  3470. - 1
  3471. - 2
  3472. - 3
  3473. - 4
  3474. - 5
  3475. - 6
  3476. - 7
  3477. - 8
  3478. - 9
  3479. - 10
  3480. - 11
  3481. - 15
  3482. - 16
  3483. - 17
  3484. - 18
  3485. - 19
  3486. - 20
  3487. - 25
  3488. - 26
  3489. - 27
  3490. - 28
  3491. - 29
  3492. - 33
  3493. - 34
  3494. - 35
  3495. - 36
  3496. - 37
  3497. - 38
  3498. - 39
  3499. - 40
  3500. - 41
  3501. - 42
  3502. - 43
  3503. - 44
  3504. priority: 1
  3505. '25':
  3506. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE5NGNiMjVkZTYyOGNhMzU5YjJmNmVhNWE4ODY4Y2JlMjY1OTVlZWRiMmJmZmI3NTA5NjdhZDFlZTE4NTAifX19
  3507. data: 3
  3508. amount: 1
  3509. slot: 13
  3510. priority: 1
  3511. display_name: '&d&lColored Blocks'
  3512. lore:
  3513. - ''
  3514. - '&5&nClick to view!'
  3515. left_click_commands:
  3516. - '[console] shop open coloredb %player_name%'
  3517. - '[refresh]'
  3518. right_click_commands:
  3519. - '[console] shop open coloredb %player_name%'
  3520. - '[refresh]'
  3521. '255':
  3522. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODM3NjVlOGNlMTFhZTZmMTMxYzcyNWMwN2Y1OGYyZDQxMzJkOTg0YWQ2NjM2MDM5YTdhMzZhM2M1MTI3MjEifX19
  3523. data: 3
  3524. amount: 1
  3525. slot: 14
  3526. priority: 1
  3527. display_name: '&d&lDecoration'
  3528. lore:
  3529. - ''
  3530. - '&5&nClick to view!'
  3531. left_click_commands:
  3532. - '[console] shop open decoration %player_name%'
  3533. - '[refresh]'
  3534. right_click_commands:
  3535. - '[console] shop open decoration %player_name%'
  3536. - '[refresh]'
  3537. '26':
  3538. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTIxZDhkOWFlNTI3OGUyNmJjNDM5OTkyM2QyNWNjYjkxNzNlODM3NDhlOWJhZDZkZjc2MzE0YmE5NDM2OWUifX19
  3539. data: 3
  3540. amount: 1
  3541. slot: 20
  3542. priority: 1
  3543. display_name: '&d&lFood'
  3544. lore:
  3545. - ''
  3546. - '&5&nClick to view!'
  3547. left_click_commands:
  3548. - '[console] shop open food %player_name%'
  3549. - '[refresh]'
  3550. right_click_commands:
  3551. - '[console] shop open food %player_name%'
  3552. - '[refresh]'
  3553. '27':
  3554. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDMwOTNhNWI3NzY0MmQ0MDkyMTEyZjQ2ZWE2ODE0MGZiNWFlMDRiYmQyMzFjZGExMDY2YTA0YzE4Yjg5Yzk0ZSJ9fX0=
  3555. data: 3
  3556. amount: 1
  3557. slot: 21
  3558. priority: 1
  3559. display_name: '&d&lMob Drops'
  3560. lore:
  3561. - ''
  3562. - '&5&nClick to view!'
  3563. left_click_commands:
  3564. - '[console] shop open mobdrops %player_name%'
  3565. - '[refresh]'
  3566. right_click_commands:
  3567. - '[console] shop open mobdrops %player_name%'
  3568. - '[refresh]'
  3569. '28':
  3570. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjQ3ZTJlNWQ1NWI2ZDA0OTQzNTE5YmVkMjU1N2M2MzI5ZTMzYjYwYjkwOWRlZTg5MjNjZDg4YjExNTIxMCJ9fX0=
  3571. data: 3
  3572. amount: 1
  3573. slot: 22
  3574. priority: 1
  3575. display_name: '&d&lSpawners'
  3576. lore:
  3577. - ''
  3578. - '&5&nClick to view!'
  3579. left_click_commands:
  3580. - '[openguimenu] spawners'
  3581. - '[refresh]'
  3582. right_click_commands:
  3583. - '[openguimenu] spawners'
  3584. - '[refresh]'
  3585. '29':
  3586. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWM5MDZkNjg4ZTY1ODAyNTY5ZDk3MDViNTc5YmNlNTZlZGM4NmVhNWMzNmJkZDZkNmZjMzU1MTZhNzdkNCJ9fX0=
  3587. data: 3
  3588. amount: 1
  3589. slot: 23
  3590. priority: 1
  3591. display_name: '&d&lMinerals'
  3592. lore:
  3593. - ''
  3594. - '&5&nClick to view!'
  3595. left_click_commands:
  3596. - '[console] shop open minerals %player_name%'
  3597. - '[refresh]'
  3598. right_click_commands:
  3599. - '[console] shop open minerals %player_name%'
  3600. - '[refresh]'
  3601. '30':
  3602. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWFmMzI4Yzg3YjA2ODUwOWFjYTk4MzRlZmFjZTE5NzcwNWZlNWQ0ZjA4NzE3MzFiN2IyMWNkOTliOWZkZGMifX19
  3603. data: 3
  3604. amount: 1
  3605. slot: 24
  3606. priority: 1
  3607. display_name: '&d&lFarming'
  3608. lore:
  3609. - ''
  3610. - '&5&nClick to view!'
  3611. left_click_commands:
  3612. - '[console] shop open farming %player_name%'
  3613. - '[refresh]'
  3614. right_click_commands:
  3615. - '[console] shop open farming %player_name%'
  3616. - '[refresh]'
  3617. '31':
  3618. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzczNzUxOTUxZTUyNGUxNzA3NTY1MWRlYjI0NTMyMzUyM2I2NDU2NmU3ZWNkNzM0OGU0ZTE1YjYyN2NhZWVmZCJ9fX0=
  3619. data: 3
  3620. amount: 1
  3621. slot: 30
  3622. priority: 1
  3623. display_name: '&d&lBrewing'
  3624. lore:
  3625. - ''
  3626. - '&5&nClick to view!'
  3627. left_click_commands:
  3628. - '[console] shop open brewing %player_name%'
  3629. - '[refresh]'
  3630. right_click_commands:
  3631. - '[console] shop open brewing %player_name%'
  3632. - '[refresh]'
  3633. '32':
  3634. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2NhNGQyMThkZjlkMzJjZDQ3ZDljMWQyOTQ4NzcxMjJiZTU5MTliNDE4YTZjYzNkMDg5MTYyYjEzM2YyZGIifX19
  3635. data: 3
  3636. amount: 1
  3637. slot: 31
  3638. priority: 1
  3639. display_name: '&d&lRedstone'
  3640. lore:
  3641. - ''
  3642. - '&5&nClick to view!'
  3643. left_click_commands:
  3644. - '[console] shop open redstone %player_name%'
  3645. - '[refresh]'
  3646. right_click_commands:
  3647. - '[console] shop open redstone %player_name%'
  3648. - '[refresh]'
  3649. '33':
  3650. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzI4YmRkMzQ4MTBmODY2NTI3ZGFhZjI4M2RhNzE4MjZhODM3ODI4NmIyYTQzYTYyNjYxNWZhMWIzNjM5ZSJ9fX0=
  3651. data: 3
  3652. amount: 1
  3653. slot: 32
  3654. priority: 1
  3655. display_name: '&d&lMiscellanous'
  3656. lore:
  3657. - ''
  3658. - '&5&nClick to view!'
  3659. left_click_commands:
  3660. - '[console] shop open misc %player_name%'
  3661. - '[refresh]'
  3662. right_click_commands:
  3663. - '[console] shop open misc %player_name%'
  3664. - '[refresh]'
  3665. bblocks:
  3666. menu_title: '&8» Building Blocks (page 1)'
  3667. inventory_type: INVENTORY
  3668. open_command:
  3669. - shop bblocks
  3670. size: 54
  3671. items:
  3672. '215':
  3673. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODY1MmUyYjkzNmNhODAyNmJkMjg2NTFkN2M5ZjI4MTlkMmU5MjM2OTc3MzRkMThkZmRiMTM1NTBmOGZkYWQ1ZiJ9fX0=
  3674. data: 3
  3675. slot: 10
  3676. priority: 2
  3677. display_name: '&d&lBack'
  3678. lore:
  3679. - ''
  3680. - '&5&nClick to back!'
  3681. left_click_commands:
  3682. - '[openguimenu] shop'
  3683. right_click_commands:
  3684. - '[openguimenu] shop'
  3685. '314':
  3686. material: ARROW
  3687. amount: 1
  3688. slot: 51
  3689. priority: 2
  3690. display_name: '&eNext page &e&l»'
  3691. left_click_commands:
  3692. - '[openguimenu] bblocks2'
  3693. right_click_commands:
  3694. - '[openguimenu] bblocks2'
  3695. '20':
  3696. material: 160
  3697. display_name: '&f'
  3698. data: 15
  3699. slots:
  3700. - 0
  3701. - 1
  3702. - 2
  3703. - 3
  3704. - 4
  3705. - 5
  3706. - 6
  3707. - 7
  3708. - 8
  3709. - 9
  3710. - 11
  3711. - 17
  3712. - 18
  3713. - 19
  3714. - 20
  3715. - 26
  3716. - 27
  3717. - 28
  3718. - 29
  3719. - 35
  3720. - 36
  3721. - 37
  3722. - 38
  3723. - 39
  3724. - 40
  3725. - 41
  3726. - 42
  3727. - 43
  3728. - 44
  3729. - 45
  3730. - 46
  3731. - 47
  3732. - 48
  3733. - 52
  3734. - 53
  3735. priority: 1
  3736. '21':
  3737. material: GRASS
  3738. amount: 5
  3739. slot: 12
  3740. priority: 2
  3741. display_name: '&d&lGrass Block'
  3742. lore:
  3743. - ''
  3744. - '&5&l* &fBuy: &e$875 &7&o(You have $%vault_eco_balance_fixed%)'
  3745. - '&5&l* &fSell: &e$10'
  3746. - ''
  3747. - '&5&nLeft-click to buy!'
  3748. - '&5&nRight-click to sell!'
  3749. left_click_commands:
  3750. - '[console] eco take %player_name% 875'
  3751. - '[console] minecraft:give %player_name% minecraft:grass 5'
  3752. - '[refresh]'
  3753. left_click_requirement:
  3754. requirements:
  3755. stone:
  3756. type: has money
  3757. amount: 875
  3758. right_click_commands:
  3759. - '[console] eco give %player_name% 10'
  3760. - '[console] ci %player_name% GRASS 5'
  3761. - '[refresh]'
  3762. right_click_requirement:
  3763. requirements:
  3764. stone:
  3765. type: has item
  3766. material: GRASS
  3767. amount: 5
  3768. '22':
  3769. material: DIRT
  3770. amount: 5
  3771. slot: 13
  3772. priority: 2
  3773. display_name: '&d&lDirt'
  3774. lore:
  3775. - ''
  3776. - '&5&l* &fBuy: &e$600'
  3777. - '&5&l* &fSell: &e$5'
  3778. - ''
  3779. - '&5&nLeft-click to buy! &7&o(You have $%vault_eco_balance_fixed%)'
  3780. - '&5&nRight-click to sell!'
  3781. left_click_commands:
  3782. - '[console] eco take %player_name% 600'
  3783. - '[console] minecraft:give %player_name% minecraft:dirt 5'
  3784. - '[refresh]'
  3785. left_click_requirement:
  3786. requirements:
  3787. stone:
  3788. type: has money
  3789. amount: 600
  3790. right_click_commands:
  3791. - '[console] eco give %player_name% 5'
  3792. - '[console] ci %player_name% DIRT 5'
  3793. - '[refresh]'
  3794. right_click_requirement:
  3795. requirements:
  3796. stone:
  3797. type: has item
  3798. material: GRASS
  3799. amount: 5
  3800. '23':
  3801. material: 110
  3802. amount: 5
  3803. slot: 14
  3804. priority: 2
  3805. display_name: '&d&lMycelium'
  3806. lore:
  3807. - ''
  3808. - '&5&l* &fBuy: &e$10,000 &7&o(You have $%vault_eco_balance_fixed%)'
  3809. - '&5&l* &fSell: &e$20'
  3810. - ''
  3811. - '&5&nLeft-click to buy!'
  3812. - '&5&nRight-click to sell!'
  3813. left_click_commands:
  3814. - '[console] eco take %player_name% 10000'
  3815. - '[console] minecraft:give %player_name% minecraft:mycelium 5'
  3816. - '[refresh]'
  3817. left_click_requirement:
  3818. requirements:
  3819. stone:
  3820. type: has money
  3821. amount: 10000
  3822. right_click_commands:
  3823. - '[console] eco give %player_name% 10'
  3824. - '[console] ci %player_name% MYCELIUM 5'
  3825. - '[refresh]'
  3826. right_click_requirement:
  3827. requirements:
  3828. stone:
  3829. type: has item
  3830. material: 110
  3831. amount: 5
  3832. '24':
  3833. material: 3
  3834. data: 2
  3835. amount: 5
  3836. slot: 15
  3837. priority: 2
  3838. display_name: '&d&lPodzol'
  3839. lore:
  3840. - ''
  3841. - '&5&l* &fBuy: &e$1,250 &7&o(You have $%vault_eco_balance_fixed%)'
  3842. - '&5&l* &fSell: &e$15'
  3843. - ''
  3844. - '&5&nLeft-click to buy!'
  3845. - '&5&nRight-click to sell!'
  3846. left_click_commands:
  3847. - '[console] eco take %player_name% 1250'
  3848. - '[console] minecraft:give %player_name% minecraft:dirt 5 2'
  3849. - '[refresh]'
  3850. left_click_requirement:
  3851. requirements:
  3852. stone:
  3853. type: has money
  3854. amount: 1250
  3855. right_click_commands:
  3856. - '[console] eco give %player_name% 15'
  3857. - '[console] ci %player_name% DIRT:2 5'
  3858. - '[refresh]'
  3859. right_click_requirement:
  3860. requirements:
  3861. stone:
  3862. type: has item
  3863. material: DIRT
  3864. data: 2
  3865. amount: 5
  3866. '25':
  3867. material: SAND
  3868. amount: 5
  3869. slot: 16
  3870. priority: 2
  3871. display_name: '&d&lSand'
  3872. lore:
  3873. - ''
  3874. - '&5&l* &fBuy: &e$875 &7&o(You have $%vault_eco_balance_fixed%)'
  3875. - '&5&l* &fSell: &e$5'
  3876. - ''
  3877. - '&5&nLeft-click to buy!'
  3878. - '&5&nRight-click to sell!'
  3879. left_click_commands:
  3880. - '[console] eco take %player_name% 875'
  3881. - '[console] minecraft:give %player_name% minecraft:sand 5'
  3882. - '[refresh]'
  3883. left_click_requirement:
  3884. requirements:
  3885. stone:
  3886. type: has money
  3887. amount: 875
  3888. right_click_commands:
  3889. - '[console] eco give %player_name% 5'
  3890. - '[console] ci %player_name% SAND 5'
  3891. - '[refresh]'
  3892. right_click_requirement:
  3893. requirements:
  3894. stone:
  3895. type: has item
  3896. material: SAND
  3897. amount: 5
  3898. '26':
  3899. material: SAND
  3900. data: 1
  3901. amount: 5
  3902. slot: 21
  3903. priority: 2
  3904. display_name: '&d&lRed Sand'
  3905. lore:
  3906. - ''
  3907. - '&5&l* &fBuy: &e$1,000 &7&o(You have $%vault_eco_balance_fixed%)'
  3908. - '&5&l* &fSell: &e$5'
  3909. - ''
  3910. - '&5&nLeft-click to buy!'
  3911. - '&5&nRight-click to sell!'
  3912. left_click_commands:
  3913. - '[console] eco take %player_name% 1000'
  3914. - '[console] minecraft:give %player_name% minecraft:sand 5 1'
  3915. - '[refresh]'
  3916. left_click_requirement:
  3917. requirements:
  3918. stone:
  3919. type: has money
  3920. amount: 1000
  3921. right_click_commands:
  3922. - '[console] eco give %player_name% 5'
  3923. - '[console] ci %player_name% SAND:1 5'
  3924. - '[refresh]'
  3925. right_click_requirement:
  3926. requirements:
  3927. stone:
  3928. type: has item
  3929. material: SAND
  3930. data: 1
  3931. amount: 5
  3932. '27':
  3933. material: GRAVEL
  3934. amount: 5
  3935. slot: 22
  3936. priority: 2
  3937. display_name: '&d&lGravel'
  3938. lore:
  3939. - ''
  3940. - '&5&l* &fBuy: &e$250 &7&o(You have $%vault_eco_balance_fixed%)'
  3941. - '&5&l* &fSell: &e$5'
  3942. - ''
  3943. - '&5&nLeft-click to buy!'
  3944. - '&5&nRight-click to sell!'
  3945. left_click_commands:
  3946. - '[console] eco take %player_name% 250'
  3947. - '[console] minecraft:give %player_name% minecraft:gravel 5'
  3948. - '[refresh]'
  3949. left_click_requirement:
  3950. requirements:
  3951. stone:
  3952. type: has money
  3953. amount: 250
  3954. right_click_commands:
  3955. - '[console] eco give %player_name% 5'
  3956. - '[console] ci %player_name% GRAVEL 5'
  3957. - '[refresh]'
  3958. right_click_requirement:
  3959. requirements:
  3960. stone:
  3961. type: has item
  3962. material: GRAVEL
  3963. amount: 5
  3964. '28':
  3965. material: LOG
  3966. amount: 5
  3967. slot: 23
  3968. priority: 2
  3969. display_name: '&d&lOak Wood'
  3970. lore:
  3971. - ''
  3972. - '&5&l* &fBuy: &e$1,000 &7&o(You have $%vault_eco_balance_fixed%)'
  3973. - '&5&l* &fSell: &e$5'
  3974. - ''
  3975. - '&5&nLeft-click to buy!'
  3976. - '&5&nRight-click to sell!'
  3977. left_click_commands:
  3978. - '[console] eco take %player_name% 1000'
  3979. - '[console] minecraft:give %player_name% minecraft:log 5'
  3980. - '[refresh]'
  3981. left_click_requirement:
  3982. requirements:
  3983. stone:
  3984. type: has money
  3985. amount: 1000
  3986. right_click_commands:
  3987. - '[console] eco give %player_name% 5'
  3988. - '[console] ci %player_name% LOG 5'
  3989. - '[refresh]'
  3990. right_click_requirement:
  3991. requirements:
  3992. stone:
  3993. type: has item
  3994. material: LOG
  3995. amount: 5
  3996. '29':
  3997. material: LOG
  3998. data: 1
  3999. amount: 5
  4000. slot: 24
  4001. priority: 2
  4002. display_name: '&d&lSpruce Wood'
  4003. lore:
  4004. - ''
  4005. - '&5&l* &fBuy: &e$1,000 &7&o(You have $%vault_eco_balance_fixed%)'
  4006. - '&5&l* &fSell: &e$5'
  4007. - ''
  4008. - '&5&nLeft-click to buy!'
  4009. - '&5&nRight-click to sell!'
  4010. left_click_commands:
  4011. - '[console] eco take %player_name% 1000'
  4012. - '[console] minecraft:give %player_name% minecraft:log 5 1'
  4013. - '[refresh]'
  4014. left_click_requirement:
  4015. requirements:
  4016. stone:
  4017. type: has money
  4018. amount: 1000
  4019. right_click_commands:
  4020. - '[console] eco give %player_name% 5'
  4021. - '[console] ci %player_name% LOG:1 5'
  4022. - '[refresh]'
  4023. right_click_requirement:
  4024. requirements:
  4025. stone:
  4026. type: has item
  4027. material: LOG
  4028. data: 1
  4029. amount: 5
  4030. '30':
  4031. material: LOG
  4032. data: 2
  4033. amount: 5
  4034. slot: 25
  4035. priority: 2
  4036. display_name: '&d&lBirch Wood'
  4037. lore:
  4038. - ''
  4039. - '&5&l* &fBuy: &e$1,000 &7&o(You have $%vault_eco_balance_fixed%)'
  4040. - '&5&l* &fSell: &e$5'
  4041. - ''
  4042. - '&5&nLeft-click to buy!'
  4043. - '&5&nRight-click to sell!'
  4044. left_click_commands:
  4045. - '[console] eco take %player_name% 1000'
  4046. - '[console] minecraft:give %player_name% minecraft:log 5 2'
  4047. - '[refresh]'
  4048. left_click_requirement:
  4049. requirements:
  4050. stone:
  4051. type: has money
  4052. amount: 1000
  4053. right_click_commands:
  4054. - '[console] eco give %player_name% 5'
  4055. - '[console] ci %player_name% LOG:2 5'
  4056. - '[refresh]'
  4057. right_click_requirement:
  4058. requirements:
  4059. stone:
  4060. type: has item
  4061. material: LOG
  4062. data: 2
  4063. amount: 5
  4064. '31':
  4065. material: LOG
  4066. data: 3
  4067. amount: 5
  4068. slot: 30
  4069. priority: 2
  4070. display_name: '&d&lJungle Wood'
  4071. lore:
  4072. - ''
  4073. - '&5&l* &fBuy: &e$1,000 &7&o(You have $%vault_eco_balance_fixed%)'
  4074. - '&5&l* &fSell: &e$5'
  4075. - ''
  4076. - '&5&nLeft-click to buy!'
  4077. - '&5&nRight-click to sell!'
  4078. left_click_commands:
  4079. - '[console] eco take %player_name% 1000'
  4080. - '[console] minecraft:give %player_name% minecraft:log 5 3'
  4081. - '[refresh]'
  4082. left_click_requirement:
  4083. requirements:
  4084. stone:
  4085. type: has money
  4086. amount: 1000
  4087. right_click_commands:
  4088. - '[console] eco give %player_name% 5'
  4089. - '[console] ci %player_name% LOG:3 5'
  4090. - '[refresh]'
  4091. right_click_requirement:
  4092. requirements:
  4093. stone:
  4094. type: has item
  4095. material: LOG
  4096. data: 3
  4097. amount: 5
  4098. '32':
  4099. material: 162
  4100. amount: 5
  4101. slot: 31
  4102. priority: 2
  4103. display_name: '&d&lAcacia Wood'
  4104. lore:
  4105. - ''
  4106. - '&5&l* &fBuy: &e$1,000 &7&o(You have $%vault_eco_balance_fixed%)'
  4107. - '&5&l* &fSell: &e$5'
  4108. - ''
  4109. - '&5&nLeft-click to buy!'
  4110. - '&5&nRight-click to sell!'
  4111. left_click_commands:
  4112. - '[console] eco take %player_name% 1000'
  4113. - '[console] minecraft:give %player_name% minecraft:log2 5'
  4114. - '[refresh]'
  4115. left_click_requirement:
  4116. requirements:
  4117. stone:
  4118. type: has money
  4119. amount: 1000
  4120. right_click_commands:
  4121. - '[console] eco give %player_name% 5'
  4122. - '[console] ci %player_name% LOG2 5'
  4123. - '[refresh]'
  4124. right_click_requirement:
  4125. requirements:
  4126. stone:
  4127. type: has item
  4128. material: LOG2
  4129. amount: 5
  4130. '33':
  4131. material: 162
  4132. data: 1
  4133. amount: 5
  4134. slot: 32
  4135. priority: 2
  4136. display_name: '&d&lDark Oak Wood'
  4137. lore:
  4138. - ''
  4139. - '&5&l* &fBuy: &e$1,000 &7&o(You have $%vault_eco_balance_fixed%)'
  4140. - '&5&l* &fSell: &e$5'
  4141. - ''
  4142. - '&5&nLeft-click to buy!'
  4143. - '&5&nRight-click to sell!'
  4144. left_click_commands:
  4145. - '[console] eco take %player_name% 1000'
  4146. - '[console] minecraft:give %player_name% minecraft:log2 5 1'
  4147. - '[refresh]'
  4148. left_click_requirement:
  4149. requirements:
  4150. stone:
  4151. type: has money
  4152. amount: 1000
  4153. right_click_commands:
  4154. - '[console] eco give %player_name% 5'
  4155. - '[console] ci %player_name% LOG2:1 5'
  4156. - '[refresh]'
  4157. right_click_requirement:
  4158. requirements:
  4159. stone:
  4160. type: has item
  4161. material: LOG2
  4162. data: 1
  4163. amount: 5
  4164. '34':
  4165. material: COBBLESTONE
  4166. amount: 5
  4167. slot: 33
  4168. priority: 2
  4169. display_name: '&d&lCobblestone'
  4170. lore:
  4171. - ''
  4172. - '&5&l* &fBuy: &e$10 &7&o(You have $%vault_eco_balance_fixed%)'
  4173. - '&5&l* &fSell: &e$5'
  4174. - ''
  4175. - '&5&nLeft-click to buy!'
  4176. - '&5&nRight-click to sell!'
  4177. left_click_commands:
  4178. - '[console] eco take %player_name% 10'
  4179. - '[console] minecraft:give %player_name% minecraft:cobblestone 5'
  4180. - '[refresh]'
  4181. left_click_requirement:
  4182. requirements:
  4183. stone:
  4184. type: has money
  4185. amount: 10
  4186. right_click_commands:
  4187. - '[console] eco give %player_name% 5'
  4188. - '[console] ci %player_name% COBBBLESTONE 5'
  4189. - '[refresh]'
  4190. right_click_requirement:
  4191. requirements:
  4192. stone:
  4193. type: has item
  4194. material: COBBLESTONE
  4195. amount: 5
  4196. '35':
  4197. material: STONE
  4198. amount: 5
  4199. slot: 34
  4200. priority: 2
  4201. display_name: '&d&lStone'
  4202. lore:
  4203. - ''
  4204. - '&5&l* &fBuy: &e$1,000 &7&o(You have $%vault_eco_balance_fixed%)'
  4205. - '&5&l* &fSell: &e$5'
  4206. - ''
  4207. - '&5&nLeft-click to buy!'
  4208. - '&5&nRight-click to sell!'
  4209. left_click_commands:
  4210. - '[console] eco take %player_name% 1000'
  4211. - '[console] minecraft:give %player_name% minecraft:stone 5'
  4212. - '[refresh]'
  4213. left_click_requirement:
  4214. requirements:
  4215. stone:
  4216. type: has money
  4217. amount: 1000
  4218. right_click_commands:
  4219. - '[console] eco give %player_name% 5'
  4220. - '[console] ci %player_name% STONE 5'
  4221. - '[refresh]'
  4222. right_click_requirement:
  4223. requirements:
  4224. stone:
  4225. type: has item
  4226. material: STONE
  4227. amount: 5
  4228. bblocks2:
  4229. menu_title: '&8» Building Blocks (page 2)'
  4230. inventory_type: INVENTORY
  4231. open_command:
  4232. - shop bblocks2
  4233. size: 54
  4234. items:
  4235. '215':
  4236. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODY1MmUyYjkzNmNhODAyNmJkMjg2NTFkN2M5ZjI4MTlkMmU5MjM2OTc3MzRkMThkZmRiMTM1NTBmOGZkYWQ1ZiJ9fX0=
  4237. data: 3
  4238. slot: 10
  4239. priority: 2
  4240. display_name: '&d&lBack'
  4241. lore:
  4242. - ''
  4243. - '&5&nClick to back!'
  4244. left_click_commands:
  4245. - '[openguimenu] shop'
  4246. right_click_commands:
  4247. - '[openguimenu] shop'
  4248. '20':
  4249. material: 160
  4250. display_name: '&f'
  4251. data: 15
  4252. slots:
  4253. - 0
  4254. - 1
  4255. - 2
  4256. - 3
  4257. - 4
  4258. - 5
  4259. - 6
  4260. - 7
  4261. - 8
  4262. - 9
  4263. - 11
  4264. - 17
  4265. - 18
  4266. - 19
  4267. - 20
  4268. - 26
  4269. - 27
  4270. - 28
  4271. - 29
  4272. - 35
  4273. - 36
  4274. - 37
  4275. - 38
  4276. - 39
  4277. - 40
  4278. - 41
  4279. - 42
  4280. - 43
  4281. - 44
  4282. - 45
  4283. - 46
  4284. - 47
  4285. - 48
  4286. - 52
  4287. - 53
  4288. priority: 1
  4289. '21':
  4290. material: STONE
  4291. amount: 5
  4292. slot: 12
  4293. priority: 2
  4294. display_name: '&d&lGranite'
  4295. lore:
  4296. - ''
  4297. - '&5&l* &fBuy: &e$1,000 &7&o(You have $%vault_eco_balance_fixed%)'
  4298. - '&5&l* &fSell: &e$5'
  4299. - ''
  4300. - '&5&nLeft-click to buy!'
  4301. - '&5&nRight-click to sell!'
  4302. left_click_commands:
  4303. - '[console] eco take %player_name% 1000'
  4304. - '[console] minecraft:give %player_name% minecraft:stone 5'
  4305. - '[refresh]'
  4306. left_click_requirement:
  4307. requirements:
  4308. stone:
  4309. type: has money
  4310. amount: 1000
  4311. right_click_commands:
  4312. - '[console] eco give %player_name% 5'
  4313. - '[console] ci %player_name% STONE 5'
  4314. - '[refresh]'
  4315. right_click_requirement:
  4316. requirements:
  4317. stone:
  4318. type: has item
  4319. material: STONE
  4320. amount: 5
  4321. '22':
  4322. material: STONE
  4323. data: 3
  4324. amount: 5
  4325. slot: 13
  4326. priority: 2
  4327. display_name: '&d&lDiorite'
  4328. lore:
  4329. - ''
  4330. - '&5&l* &fBuy: &e$1,000 &7&o(You have $%vault_eco_balance_fixed%)'
  4331. - '&5&l* &fSell: &e$5'
  4332. - ''
  4333. - '&5&nLeft-click to buy!'
  4334. - '&5&nRight-click to sell!'
  4335. left_click_commands:
  4336. - '[console] eco take %player_name% 1000'
  4337. - '[console] minecraft:give %player_name% minecraft:stone 5 3'
  4338. - '[refresh]'
  4339. left_click_requirement:
  4340. requirements:
  4341. stone:
  4342. type: has money
  4343. amount: 1000
  4344. right_click_commands:
  4345. - '[console] eco give %player_name% 5'
  4346. - '[console] ci %player_name% STONE:3 5'
  4347. - '[refresh]'
  4348. right_click_requirement:
  4349. requirements:
  4350. stone:
  4351. type: has item
  4352. material: STONE
  4353. data: 3
  4354. amount: 5
  4355. '23':
  4356. material: STONE
  4357. data: 5
  4358. amount: 5
  4359. slot: 14
  4360. priority: 2
  4361. display_name: '&d&lAndesite'
  4362. lore:
  4363. - ''
  4364. - '&5&l* &fBuy: &e$1,000 &7&o(You have $%vault_eco_balance_fixed%)'
  4365. - '&5&l* &fSell: &e$5'
  4366. - ''
  4367. - '&5&nLeft-click to buy!'
  4368. - '&5&nRight-click to sell!'
  4369. left_click_commands:
  4370. - '[console] eco take %player_name% 1000'
  4371. - '[console] minecraft:give %player_name% minecraft:stone 5 5'
  4372. - '[refresh]'
  4373. left_click_requirement:
  4374. requirements:
  4375. stone:
  4376. type: has money
  4377. amount: 1000
  4378. right_click_commands:
  4379. - '[console] eco give %player_name% 5'
  4380. - '[console] ci %player_name% STONE:5 5'
  4381. - '[refresh]'
  4382. right_click_requirement:
  4383. requirements:
  4384. stone:
  4385. type: has item
  4386. material: STONE
  4387. data: 5
  4388. amount: 5
  4389. '24':
  4390. material: 48
  4391. amount: 5
  4392. slot: 15
  4393. priority: 2
  4394. display_name: '&d&lMoss Stone'
  4395. lore:
  4396. - ''
  4397. - '&5&l* &fBuy: &e$500 &7&o(You have $%vault_eco_balance_fixed%)'
  4398. - '&5&l* &fSell: &e$15'
  4399. - ''
  4400. - '&5&nLeft-click to buy!'
  4401. - '&5&nRight-click to sell!'
  4402. left_click_commands:
  4403. - '[console] eco take %player_name% 500'
  4404. - '[console] minecraft:give %player_name% minecraft:mossy_cobblestone 5'
  4405. - '[refresh]'
  4406. left_click_requirement:
  4407. requirements:
  4408. stone:
  4409. type: has money
  4410. amount: 500
  4411. right_click_commands:
  4412. - '[console] eco give %player_name% 5'
  4413. - '[console] ci %player_name% 48 5'
  4414. - '[refresh]'
  4415. right_click_requirement:
  4416. requirements:
  4417. stone:
  4418. type: has item
  4419. material: 48
  4420. amount: 5
  4421. '25':
  4422. material: 43
  4423. data: 5
  4424. amount: 5
  4425. slot: 16
  4426. priority: 2
  4427. display_name: '&d&lStone Bricks'
  4428. lore:
  4429. - ''
  4430. - '&5&l* &fBuy: &e$2,500 &7&o(You have $%vault_eco_balance_fixed%)'
  4431. - '&5&l* &fSell: &e$5'
  4432. - ''
  4433. - '&5&nLeft-click to buy!'
  4434. - '&5&nRight-click to sell!'
  4435. left_click_commands:
  4436. - '[console] eco take %player_name% 2500'
  4437. - '[console] minecraft:give %player_name% minecraft:double_stone_slab 5 5'
  4438. - '[refresh]'
  4439. left_click_requirement:
  4440. requirements:
  4441. stone:
  4442. type: has money
  4443. amount: 2500
  4444. right_click_commands:
  4445. - '[console] eco give %player_name% 5'
  4446. - '[console] ci %player_name% 43:5 5'
  4447. - '[refresh]'
  4448. right_click_requirement:
  4449. requirements:
  4450. stone:
  4451. type: has item
  4452. material: 43
  4453. data: 5
  4454. amount: 5
  4455. '26':
  4456. material: SAND
  4457. data: 1
  4458. amount: 5
  4459. slot: 21
  4460. priority: 2
  4461. display_name: '&d&lRed Sand'
  4462. lore:
  4463. - ''
  4464. - '&5&l* &fBuy: &e$1,000 &7&o(You have $%vault_eco_balance_fixed%)'
  4465. - '&5&l* &fSell: &e$5'
  4466. - ''
  4467. - '&5&nLeft-click to buy!'
  4468. - '&5&nRight-click to sell!'
  4469. left_click_commands:
  4470. - '[console] eco take %player_name% 1000'
  4471. - '[console] minecraft:give %player_name% minecraft:sand 5 1'
  4472. - '[refresh]'
  4473. left_click_requirement:
  4474. requirements:
  4475. stone:
  4476. type: has money
  4477. amount: 1000
  4478. right_click_commands:
  4479. - '[console] eco give %player_name% 5'
  4480. - '[console] ci %player_name% SAND:1 5'
  4481. - '[refresh]'
  4482. right_click_requirement:
  4483. requirements:
  4484. stone:
  4485. type: has item
  4486. material: SAND
  4487. data: 1
  4488. amount: 5
  4489. '27':
  4490. material: GRAVEL
  4491. amount: 5
  4492. slot: 22
  4493. priority: 2
  4494. display_name: '&d&lGravel'
  4495. lore:
  4496. - ''
  4497. - '&5&l* &fBuy: &e$250 &7&o(You have $%vault_eco_balance_fixed%)'
  4498. - '&5&l* &fSell: &e$5'
  4499. - ''
  4500. - '&5&nLeft-click to buy!'
  4501. - '&5&nRight-click to sell!'
  4502. left_click_commands:
  4503. - '[console] eco take %player_name% 250'
  4504. - '[console] minecraft:give %player_name% minecraft:gravel 5'
  4505. - '[refresh]'
  4506. left_click_requirement:
  4507. requirements:
  4508. stone:
  4509. type: has money
  4510. amount: 250
  4511. right_click_commands:
  4512. - '[console] eco give %player_name% 5'
  4513. - '[console] ci %player_name% GRAVEL 5'
  4514. - '[refresh]'
  4515. right_click_requirement:
  4516. requirements:
  4517. stone:
  4518. type: has item
  4519. material: GRAVEL
  4520. amount: 5
  4521. '28':
  4522. material: LOG
  4523. amount: 5
  4524. slot: 23
  4525. priority: 2
  4526. display_name: '&d&lOak Wood'
  4527. lore:
  4528. - ''
  4529. - '&5&l* &fBuy: &e$1,000 &7&o(You have $%vault_eco_balance_fixed%)'
  4530. - '&5&l* &fSell: &e$5'
  4531. - ''
  4532. - '&5&nLeft-click to buy!'
  4533. - '&5&nRight-click to sell!'
  4534. left_click_commands:
  4535. - '[console] eco take %player_name% 1000'
  4536. - '[console] minecraft:give %player_name% minecraft:log 5'
  4537. - '[refresh]'
  4538. left_click_requirement:
  4539. requirements:
  4540. stone:
  4541. type: has money
  4542. amount: 1000
  4543. right_click_commands:
  4544. - '[console] eco give %player_name% 5'
  4545. - '[console] ci %player_name% LOG 5'
  4546. - '[refresh]'
  4547. right_click_requirement:
  4548. requirements:
  4549. stone:
  4550. type: has item
  4551. material: LOG
  4552. amount: 5
  4553. '29':
  4554. material: LOG
  4555. data: 1
  4556. amount: 5
  4557. slot: 24
  4558. priority: 2
  4559. display_name: '&d&lSpruce Wood'
  4560. lore:
  4561. - ''
  4562. - '&5&l* &fBuy: &e$1,000 &7&o(You have $%vault_eco_balance_fixed%)'
  4563. - '&5&l* &fSell: &e$5'
  4564. - ''
  4565. - '&5&nLeft-click to buy!'
  4566. - '&5&nRight-click to sell!'
  4567. left_click_commands:
  4568. - '[console] eco take %player_name% 1000'
  4569. - '[console] minecraft:give %player_name% minecraft:log 5 1'
  4570. - '[refresh]'
  4571. left_click_requirement:
  4572. requirements:
  4573. stone:
  4574. type: has money
  4575. amount: 1000
  4576. right_click_commands:
  4577. - '[console] eco give %player_name% 5'
  4578. - '[console] ci %player_name% LOG:1 5'
  4579. - '[refresh]'
  4580. right_click_requirement:
  4581. requirements:
  4582. stone:
  4583. type: has item
  4584. material: LOG
  4585. data: 1
  4586. amount: 5
  4587. '30':
  4588. material: LOG
  4589. data: 2
  4590. amount: 5
  4591. slot: 25
  4592. priority: 2
  4593. display_name: '&d&lBirch Wood'
  4594. lore:
  4595. - ''
  4596. - '&5&l* &fBuy: &e$1,000 &7&o(You have $%vault_eco_balance_fixed%)'
  4597. - '&5&l* &fSell: &e$5'
  4598. - ''
  4599. - '&5&nLeft-click to buy!'
  4600. - '&5&nRight-click to sell!'
  4601. left_click_commands:
  4602. - '[console] eco take %player_name% 1000'
  4603. - '[console] minecraft:give %player_name% minecraft:log 5 2'
  4604. - '[refresh]'
  4605. left_click_requirement:
  4606. requirements:
  4607. stone:
  4608. type: has money
  4609. amount: 1000
  4610. right_click_commands:
  4611. - '[console] eco give %player_name% 5'
  4612. - '[console] ci %player_name% LOG:2 5'
  4613. - '[refresh]'
  4614. right_click_requirement:
  4615. requirements:
  4616. stone:
  4617. type: has item
  4618. material: LOG
  4619. data: 2
  4620. amount: 5
  4621. '31':
  4622. material: LOG
  4623. data: 3
  4624. amount: 5
  4625. slot: 30
  4626. priority: 2
  4627. display_name: '&d&lJungle Wood'
  4628. lore:
  4629. - ''
  4630. - '&5&l* &fBuy: &e$1,000 &7&o(You have $%vault_eco_balance_fixed%)'
  4631. - '&5&l* &fSell: &e$5'
  4632. - ''
  4633. - '&5&nLeft-click to buy!'
  4634. - '&5&nRight-click to sell!'
  4635. left_click_commands:
  4636. - '[console] eco take %player_name% 1000'
  4637. - '[console] minecraft:give %player_name% minecraft:log 5 3'
  4638. - '[refresh]'
  4639. left_click_requirement:
  4640. requirements:
  4641. stone:
  4642. type: has money
  4643. amount: 1000
  4644. right_click_commands:
  4645. - '[console] eco give %player_name% 5'
  4646. - '[console] ci %player_name% LOG:3 5'
  4647. - '[refresh]'
  4648. right_click_requirement:
  4649. requirements:
  4650. stone:
  4651. type: has item
  4652. material: LOG
  4653. data: 3
  4654. amount: 5
  4655. '32':
  4656. material: 162
  4657. amount: 5
  4658. slot: 31
  4659. priority: 2
  4660. display_name: '&d&lAcacia Wood'
  4661. lore:
  4662. - ''
  4663. - '&5&l* &fBuy: &e$1,000 &7&o(You have $%vault_eco_balance_fixed%)'
  4664. - '&5&l* &fSell: &e$5'
  4665. - ''
  4666. - '&5&nLeft-click to buy!'
  4667. - '&5&nRight-click to sell!'
  4668. left_click_commands:
  4669. - '[console] eco take %player_name% 1000'
  4670. - '[console] minecraft:give %player_name% minecraft:log2 5'
  4671. - '[refresh]'
  4672. left_click_requirement:
  4673. requirements:
  4674. stone:
  4675. type: has money
  4676. amount: 1000
  4677. right_click_commands:
  4678. - '[console] eco give %player_name% 5'
  4679. - '[console] ci %player_name% LOG2 5'
  4680. - '[refresh]'
  4681. right_click_requirement:
  4682. requirements:
  4683. stone:
  4684. type: has item
  4685. material: LOG2
  4686. amount: 5
  4687. '33':
  4688. material: 162
  4689. data: 1
  4690. amount: 5
  4691. slot: 32
  4692. priority: 2
  4693. display_name: '&d&lDark Oak Wood'
  4694. lore:
  4695. - ''
  4696. - '&5&l* &fBuy: &e$1,000 &7&o(You have $%vault_eco_balance_fixed%)'
  4697. - '&5&l* &fSell: &e$5'
  4698. - ''
  4699. - '&5&nLeft-click to buy!'
  4700. - '&5&nRight-click to sell!'
  4701. left_click_commands:
  4702. - '[console] eco take %player_name% 1000'
  4703. - '[console] minecraft:give %player_name% minecraft:log2 5 1'
  4704. - '[refresh]'
  4705. left_click_requirement:
  4706. requirements:
  4707. stone:
  4708. type: has money
  4709. amount: 1000
  4710. right_click_commands:
  4711. - '[console] eco give %player_name% 5'
  4712. - '[console] ci %player_name% LOG2:1 5'
  4713. - '[refresh]'
  4714. right_click_requirement:
  4715. requirements:
  4716. stone:
  4717. type: has item
  4718. material: LOG2
  4719. data: 1
  4720. amount: 5
  4721. '34':
  4722. material: COBBLESTONE
  4723. amount: 5
  4724. slot: 33
  4725. priority: 2
  4726. display_name: '&d&lCobblestone'
  4727. lore:
  4728. - ''
  4729. - '&5&l* &fBuy: &e$10 &7&o(You have $%vault_eco_balance_fixed%)'
  4730. - '&5&l* &fSell: &e$5'
  4731. - ''
  4732. - '&5&nLeft-click to buy!'
  4733. - '&5&nRight-click to sell!'
  4734. left_click_commands:
  4735. - '[console] eco take %player_name% 10'
  4736. - '[console] minecraft:give %player_name% minecraft:cobblestone 5'
  4737. - '[refresh]'
  4738. left_click_requirement:
  4739. requirements:
  4740. stone:
  4741. type: has money
  4742. amount: 10
  4743. right_click_commands:
  4744. - '[console] eco give %player_name% 5'
  4745. - '[console] ci %player_name% COBBBLESTONE 5'
  4746. - '[refresh]'
  4747. right_click_requirement:
  4748. requirements:
  4749. stone:
  4750. type: has item
  4751. material: COBBLESTONE
  4752. amount: 5
  4753. '35':
  4754. material: STONE
  4755. amount: 5
  4756. slot: 34
  4757. priority: 2
  4758. display_name: '&d&lStone'
  4759. lore:
  4760. - ''
  4761. - '&5&l* &fBuy: &e$1,000 &7&o(You have $%vault_eco_balance_fixed%)'
  4762. - '&5&l* &fSell: &e$5'
  4763. - ''
  4764. - '&5&nLeft-click to buy!'
  4765. - '&5&nRight-click to sell!'
  4766. left_click_commands:
  4767. - '[console] eco take %player_name% 1000'
  4768. - '[console] minecraft:give %player_name% minecraft:stone 5'
  4769. - '[refresh]'
  4770. left_click_requirement:
  4771. requirements:
  4772. stone:
  4773. type: has money
  4774. amount: 1000
  4775. right_click_commands:
  4776. - '[console] eco give %player_name% 5'
  4777. - '[console] ci %player_name% STONE 5'
  4778. - '[refresh]'
  4779. right_click_requirement:
  4780. requirements:
  4781. stone:
  4782. type: has item
  4783. material: STONE
  4784. amount: 5
  4785. backpack:
  4786. menu_title: '&8» Backpack'
  4787. open_command: backpack
  4788. inventory_type: DROPPER
  4789. size: 9
  4790. items:
  4791. '2':
  4792. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmZhNzY0YjNjMWQ0NjJmODEyNDQ3OGZmNTQzYzc2MzNmYTE5YmFmOTkxM2VlMjI4NTEzZTgxYTM2MzNkIn19fQ==
  4793. data: 3
  4794. amount: 1
  4795. slot: 4
  4796. view_requirement:
  4797. requirements:
  4798. sss:
  4799. type: has money
  4800. amount: 50000
  4801. sss2:
  4802. type: javascript
  4803. expression: '"%statistic_days_played%" >= "1"'
  4804. sss3:
  4805. type: string equals
  4806. input: '%player_has_permission_cosmicvaults.cmd%'
  4807. output: 'no'
  4808. priority: 1
  4809. display_name: '&6» &e&lBACKPACK &6»'
  4810. lore:
  4811. - ''
  4812. - '&fBuy a backpack and expand'
  4813. - '&fyour available slots to'
  4814. - '&fkeep whatever you want!'
  4815. - ''
  4816. - '&d&lINFORMATION:'
  4817. - '&5&l* &fSlots: &e1-9'
  4818. - '&5&l* &fUpgrade: &e0'
  4819. - ''
  4820. - '&d&lREQUIREMENTS:'
  4821. - '&5&l* &fMoney: &e$35,000 &7&o(You have %vault_eco_balance_fixed%)'
  4822. - '&5&l* &fPlayed: &e1 day(s)'
  4823. - ''
  4824. - '&5&nClick to buy one!'
  4825. left_click_commands:
  4826. - '[console] kit backpack %player_name%'
  4827. - '[console] pex user %player_name% add cosmicvaults.cmd'
  4828. - '[console] pex user %player_name% add cosmicvaults.size.9'
  4829. - '[console] pex user %player_name% add cosmicvaults.amt.1'
  4830. - '[console] pex user %player_name% add backpack.1'
  4831. - '[console] eco take %player_name% 35000'
  4832. - '[console] titlemanager:tm amessage %player_name% &7\n&fEnjoy the backpack!<delay=40>'
  4833. - '[close]'
  4834. right_click_commands:
  4835. - '[console] kit backpack %player_name%'
  4836. - '[console] pex user %player_name% add cosmicvaults.cmd'
  4837. - '[console] pex user %player_name% add cosmicvaults.size.9'
  4838. - '[console] pex user %player_name% add cosmicvaults.amt.1'
  4839. - '[console] pex user %player_name% add backpack.1'
  4840. - '[console] eco take %player_name% 35000'
  4841. - '[console] titlemanager:tm amessage %player_name% &7\n&fEnjoy the backpack!<delay=40>'
  4842. - '[close]'
  4843. '3':
  4844. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmZhNzY0YjNjMWQ0NjJmODEyNDQ3OGZmNTQzYzc2MzNmYTE5YmFmOTkxM2VlMjI4NTEzZTgxYTM2MzNkIn19fQ==
  4845. data: 3
  4846. amount: 1
  4847. slot: 4
  4848. view_requirement:
  4849. requirements:
  4850. sss3:
  4851. type: string equals
  4852. input: '%player_has_permission_cosmicvaults.cmd%'
  4853. output: 'no'
  4854. priority: 2
  4855. display_name: '&6» &e&lBACKPACK &6»'
  4856. lore:
  4857. - ''
  4858. - '&fBuy a backpack and expand'
  4859. - '&fyour available slots to'
  4860. - '&fkeep whatever you want!'
  4861. - ''
  4862. - '&d&lINFORMATION:'
  4863. - '&5&l* &fSlots: &e1-9'
  4864. - '&5&l* &fUpgrade: &e0'
  4865. - ''
  4866. - '&d&lREQUIREMENTS:'
  4867. - '&5&l* &fMoney: &e$35,000 &7&o(You have %vault_eco_balance_fixed%)'
  4868. - '&5&l* &fPlayed: &e1 day(s)'
  4869. - ''
  4870. - '&c&oYou don''t have requirements enough!'
  4871. '4':
  4872. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmZhNzY0YjNjMWQ0NjJmODEyNDQ3OGZmNTQzYzc2MzNmYTE5YmFmOTkxM2VlMjI4NTEzZTgxYTM2MzNkIn19fQ==
  4873. data: 3
  4874. amount: 1
  4875. slot: 4
  4876. view_requirement:
  4877. requirements:
  4878. sss:
  4879. type: has money
  4880. amount: 100000
  4881. sss2:
  4882. type: javascript
  4883. expression: '"%statistic_days_played%" >= "3"'
  4884. sss3:
  4885. type: string equals
  4886. input: '%player_has_permission_backpack.1%'
  4887. output: 'yes'
  4888. priority: 3
  4889. display_name: '&6» &e&lBACKPACK &6»'
  4890. lore:
  4891. - ''
  4892. - '&fBuy a backpack and expand'
  4893. - '&fyour available slots to'
  4894. - '&fkeep whatever you want!'
  4895. - ''
  4896. - '&d&lINFORMATION:'
  4897. - '&5&l* &fSlots: &e1-18'
  4898. - '&5&l* &fUpgrade: &e1'
  4899. - ''
  4900. - '&d&lREQUIREMENTS:'
  4901. - '&5&l* &fMoney: &e$70,000 &7&o(You have %vault_eco_balance_fixed%)'
  4902. - '&5&l* &fPlayed: &e3 day(s)'
  4903. - ''
  4904. - '&5&nClick to buy one!'
  4905. left_click_commands:
  4906. - '[console] kit backpack %player_name%'
  4907. - '[console] pex user %player_name% remove backpack.1'
  4908. - '[console] pex user %player_name% add backpack.2'
  4909. - '[console] pex user %player_name% add cosmicvaults.size.18'
  4910. - '[console] eco take %player_name% 70000'
  4911. - '[console] titlemanager:tm message %player_name% &7/n&fEnjoy the backpack!<delay=40>'
  4912. - '[close]'
  4913. right_click_commands:
  4914. - '[console] kit backpack %player_name%'
  4915. - '[console] pex user %player_name% remove backpack.1'
  4916. - '[console] pex user %player_name% add backpack.2'
  4917. - '[console] pex user %player_name% add cosmicvaults.size.18'
  4918. - '[console] eco take %player_name% 70000'
  4919. - '[console] titlemanager:tm message %player_name% &7/n&fEnjoy the backpack!<delay=40>'
  4920. - '[close]'
  4921. '5':
  4922. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmZhNzY0YjNjMWQ0NjJmODEyNDQ3OGZmNTQzYzc2MzNmYTE5YmFmOTkxM2VlMjI4NTEzZTgxYTM2MzNkIn19fQ==
  4923. data: 3
  4924. amount: 1
  4925. slot: 4
  4926. view_requirement:
  4927. requirements:
  4928. sss3:
  4929. type: string equals
  4930. input: '%player_has_permission_backpack.1%'
  4931. output: 'yes'
  4932. priority: 4
  4933. display_name: '&6» &e&lBACKPACK &6»'
  4934. lore:
  4935. - ''
  4936. - '&fBuy a backpack and expand'
  4937. - '&fyour available slots to'
  4938. - '&fkeep whatever you want!'
  4939. - ''
  4940. - '&d&lINFORMATION:'
  4941. - '&5&l* &fSlots: &e1-18'
  4942. - '&5&l* &fUpgrade: &e1'
  4943. - ''
  4944. - '&d&lREQUIREMENTS:'
  4945. - '&5&l* &fMoney: &e$70,000 &7&o(You have %vault_eco_balance_fixed%)'
  4946. - '&5&l* &fPlayed: &e3 day(s)'
  4947. - ''
  4948. - '&c&oYou don''t have requirements enough!'
  4949. '6':
  4950. material: 160
  4951. display_name: '&f'
  4952. data: 15
  4953. slots:
  4954. - 0
  4955. - 1
  4956. - 2
  4957. - 3
  4958. - 5
  4959. - 6
  4960. - 7
  4961. - 8
  4962. Tokens:
  4963. open_command:
  4964. - edsefseewrwrwr
  4965. - tokens
  4966. update_interval: 1
  4967. menu_title: '&8» Token Shop'
  4968. size: 27
  4969. items:
  4970. '9':
  4971. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTU0OTQ3ZGU3ZjUyNTk4MjU1ZDZhZmVlOWQ3N2JlZmFkOWI0ZjI0YzBjNDY2M2QyOGJjZGY4YTY0NTdmMzQifX19
  4972. data: 3
  4973. slot: 11
  4974. priority: 1
  4975. display_name: '&d&lRank Vouchers'
  4976. lore:
  4977. - ''
  4978. - '&5&l* &fIf you do not wanna buy'
  4979. - '&fthe rank, then buy them'
  4980. - '&fusing tokens!'
  4981. - ''
  4982. - '&5&nClick to view!'
  4983. left_click_commands:
  4984. - '[openguimenu] tranks'
  4985. - '[refresh]'
  4986. right_click_commands:
  4987. - '[openguimenu] tranks'
  4988. - '[refresh]'
  4989. '99':
  4990. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTI2MGQ5NDA0ZDg4YjA2YmI4NGUwZjllMGM3N2JjYTY1MGUwNDVjYzRmNGNlY2NmYTZjOTlkMWRiZDg0OWFhOCJ9fX0=
  4991. data: 3
  4992. slot: 13
  4993. priority: 1
  4994. display_name: '&d&lCrates'
  4995. lore:
  4996. - ''
  4997. - '&5&l* &fYou do not have any crate'
  4998. - '&fkey and you do not wanna buy,'
  4999. - '&fthen, buy them using tokens!'
  5000. - ''
  5001. - '&5&nClick to view!'
  5002. left_click_commands:
  5003. - '[openguimenu] tcrates'
  5004. - '[refresh]'
  5005. right_click_commands:
  5006. - '[openguimenu] tcrates'
  5007. - '[refresh]'
  5008. '92':
  5009. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzAzZjRhYzc5OGQzYmY3ZmRlMzA1OGI2MjkxZDhjYzBlMGExN2NlYTFlMTBiZGE1MWYzMTliMzQwZmNiZmY5NCJ9fX0=
  5010. data: 3
  5011. slot: 15
  5012. priority: 1
  5013. display_name: '&d&lMiscellaneous'
  5014. lore:
  5015. - ''
  5016. - '&5&l* &fIf you need any item, surely'
  5017. - '&fyou will find them here! Buy'
  5018. - '&fthem using tokens!'
  5019. - ''
  5020. - '&5&nClick to view!'
  5021. left_click_commands:
  5022. - '[openguimenu] tmisc'
  5023. - '[refresh]'
  5024. right_click_commands:
  5025. - '[openguimenu] tmisc'
  5026. - '[refresh]'
  5027. '20':
  5028. material: 160
  5029. display_name: '&f'
  5030. data: 15
  5031. slots:
  5032. - 0
  5033. - 1
  5034. - 2
  5035. - 3
  5036. - 4
  5037. - 5
  5038. - 6
  5039. - 7
  5040. - 8
  5041. - 9
  5042. - 10
  5043. - 12
  5044. - 14
  5045. - 16
  5046. - 17
  5047. - 18
  5048. - 19
  5049. - 20
  5050. - 21
  5051. - 22
  5052. - 23
  5053. - 24
  5054. - 25
  5055. - 26
  5056. priority: 1
  5057. tranks:
  5058. open_command:
  5059. - dfsargewdetewf
  5060. update_interval: 1
  5061. menu_title: '&8» Rank vouchers'
  5062. size: 27
  5063. items:
  5064. '9':
  5065. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODY1MmUyYjkzNmNhODAyNmJkMjg2NTFkN2M5ZjI4MTlkMmU5MjM2OTc3MzRkMThkZmRiMTM1NTBmOGZkYWQ1ZiJ9fX0=
  5066. data: 3
  5067. slot: 10
  5068. priority: 1
  5069. display_name: '&d&lBack'
  5070. lore:
  5071. - ''
  5072. - '&5&nClick to go back!'
  5073. left_click_commands:
  5074. - '[openguimenu] Tokens'
  5075. - '[refresh]'
  5076. right_click_commands:
  5077. - '[openguimenu] Tokens'
  5078. - '[refresh]'
  5079. '99':
  5080. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzQzMmI5YzQ3YjliNWQ2MWQxNjk4ODQ5MjU5NmQ0Y2VkOGUwNDJhNjYzMTNlMTJjMjJlNjZkMjMwYjJjMSJ9fX0=
  5081. data: 3
  5082. slot: 12
  5083. priority: 1
  5084. view_requirement:
  5085. requirements:
  5086. name:
  5087. type: '>='
  5088. input: '%tokenmanager_tokens%'
  5089. output: 300
  5090. display_name: '&a&lVIP Rank'
  5091. lore:
  5092. - ''
  5093. - '&5&l* &fObtain a &a&lVIP &frank'
  5094. - '&fvoucher without paying money!'
  5095. - ''
  5096. - '&d&lREQUIREMENTS:'
  5097. - '&5&l* &fTokens: &c300 &7&o(You have %tokenmanager_tokens%)'
  5098. - ''
  5099. - '&5&nClick to buy!'
  5100. left_click_commands:
  5101. - '[console] voucher give %player_name% RVIP'
  5102. - '[console] tm remove %player_name% 300'
  5103. - '[console] titlemanager:tm message %player_name% &7\n&fYou have claimed
  5104. the rank sucessfully!'
  5105. - '[close]'
  5106. - '[refresh]'
  5107. right_click_commands:
  5108. - '[console] voucher give %player_name% RVIP'
  5109. - '[console] tm remove %player_name% 300'
  5110. - '[console] titlemanager:tm message %player_name% &7\n&fYou have claimed
  5111. the rank sucessfully!'
  5112. - '[close]'
  5113. - '[refresh]'
  5114. '9923':
  5115. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzQzMmI5YzQ3YjliNWQ2MWQxNjk4ODQ5MjU5NmQ0Y2VkOGUwNDJhNjYzMTNlMTJjMjJlNjZkMjMwYjJjMSJ9fX0=
  5116. data: 3
  5117. slot: 12
  5118. priority: 2
  5119. display_name: '&a&lVIP Rank'
  5120. lore:
  5121. - ''
  5122. - '&5&l* &fObtain a &a&lVIP &frank'
  5123. - '&fvoucher without paying money!'
  5124. - ''
  5125. - '&d&lREQUIREMENTS:'
  5126. - '&5&l* &fTokens: &c300 &7&o(You have %tokenmanager_tokens%)'
  5127. - ''
  5128. - '&c&oYou do not have enough tokens!'
  5129. '934':
  5130. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzFiMTg0NzY4ZDZmMTJlMzVhOWIyZTlkMmU5NmUxMTY2ODZiZmJmMGQ5MmZhYmJkNjJjODM1N2JhMjA1OTI3In19fQ==
  5131. data: 3
  5132. slot: 13
  5133. priority: 1
  5134. view_requirement:
  5135. requirements:
  5136. name:
  5137. type: '>='
  5138. input: '%tokenmanager_tokens%'
  5139. output: 500
  5140. display_name: '&b&lVIP+ Rank'
  5141. lore:
  5142. - ''
  5143. - '&5&l* &fObtain a &b&lVIP+ &frank'
  5144. - '&fvoucher without paying money!'
  5145. - ''
  5146. - '&d&lREQUIREMENTS:'
  5147. - '&5&l* &fTokens: &c500 &7&o(You have %tokenmanager_tokens%)'
  5148. - ''
  5149. - '&5&nClick to buy!'
  5150. left_click_commands:
  5151. - '[console] voucher give %player_name% RVIP+'
  5152. - '[console] tm remove %player_name% 500'
  5153. - '[console] titlemanager:tm message %player_name% &7\n&fYou have claimed
  5154. the rank sucessfully!'
  5155. - '[close]'
  5156. - '[refresh]'
  5157. right_click_commands:
  5158. - '[console] voucher give %player_name% RVIP+'
  5159. - '[console] tm remove %player_name% 500'
  5160. - '[console] titlemanager:tm message %player_name% &7\n&fYou have claimed
  5161. the rank sucessfully!'
  5162. - '[close]'
  5163. - '[refresh]'
  5164. '12312':
  5165. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzFiMTg0NzY4ZDZmMTJlMzVhOWIyZTlkMmU5NmUxMTY2ODZiZmJmMGQ5MmZhYmJkNjJjODM1N2JhMjA1OTI3In19fQ==
  5166. data: 3
  5167. slot: 13
  5168. priority: 2
  5169. display_name: '&b&lVIP+ Rank'
  5170. lore:
  5171. - ''
  5172. - '&5&l* &fObtain a &b&lVIP+ &frank'
  5173. - '&fvoucher without paying money!'
  5174. - ''
  5175. - '&d&lREQUIREMENTS:'
  5176. - '&5&l* &fTokens: &c500 &7&o(You have %tokenmanager_tokens%)'
  5177. - ''
  5178. - '&c&oYou do not have enough tokens!'
  5179. '20':
  5180. material: 160
  5181. display_name: '&f'
  5182. data: 15
  5183. slots:
  5184. - 0
  5185. - 1
  5186. - 2
  5187. - 3
  5188. - 4
  5189. - 5
  5190. - 6
  5191. - 7
  5192. - 8
  5193. - 9
  5194. - 11
  5195. - 17
  5196. - 18
  5197. - 19
  5198. - 20
  5199. - 21
  5200. - 22
  5201. - 23
  5202. - 24
  5203. - 25
  5204. - 26
  5205. priority: 1
  5206. tcrates:
  5207. open_command:
  5208. - dfsargewdetewffd
  5209. update_interval: 1
  5210. menu_title: '&8» Crates'
  5211. size: 27
  5212. items:
  5213. '9':
  5214. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODY1MmUyYjkzNmNhODAyNmJkMjg2NTFkN2M5ZjI4MTlkMmU5MjM2OTc3MzRkMThkZmRiMTM1NTBmOGZkYWQ1ZiJ9fX0=
  5215. data: 3
  5216. slot: 10
  5217. priority: 1
  5218. display_name: '&d&lBack'
  5219. lore:
  5220. - ''
  5221. - '&5&nClick to go back!'
  5222. left_click_commands:
  5223. - '[openguimenu] Tokens'
  5224. - '[refresh]'
  5225. right_click_commands:
  5226. - '[openguimenu] Tokens'
  5227. - '[refresh]'
  5228. '99':
  5229. material: 131
  5230. slot: 12
  5231. priority: 1
  5232. view_requirement:
  5233. requirements:
  5234. name:
  5235. type: '>='
  5236. input: '%tokenmanager_tokens%'
  5237. output: 40
  5238. display_name: '&d&lCommon Key'
  5239. lore:
  5240. - ''
  5241. - '&5&l* &fObtain an &d&lCOMMON &fkey'
  5242. - '&fwithout paying money!'
  5243. - ''
  5244. - '&d&lREQUIREMENTS:'
  5245. - '&5&l* &fTokens: &c40 &7&o(You have %tokenmanager_tokens%)'
  5246. - ''
  5247. - '&5&nClick to buy!'
  5248. left_click_commands:
  5249. - '[console] cc give physical mythical 1 %player_name%'
  5250. - '[console] tm remove %player_name% 40'
  5251. - '[console] titlemanager:tm message %player_name% &7\n&fYou have claimed
  5252. the key sucessfully!'
  5253. - '[close]'
  5254. - '[refresh]'
  5255. right_click_commands:
  5256. - '[console] cc give physical mythical 1 %player_name%'
  5257. - '[console] tm remove %player_name% 40'
  5258. - '[console] titlemanager:tm message %player_name% &7\n&fYou have claimed
  5259. the key sucessfully!'
  5260. - '[close]'
  5261. - '[refresh]'
  5262. '9923':
  5263. material: 131
  5264. slot: 12
  5265. priority: 2
  5266. display_name: '&d&lCommon Key'
  5267. lore:
  5268. - ''
  5269. - '&5&l* &fObtain an &d&lCOMMON &fkey'
  5270. - '&fwithout paying money!'
  5271. - ''
  5272. - '&d&lREQUIREMENTS:'
  5273. - '&5&l* &fTokens: &c40 &7&o(You have %tokenmanager_tokens%)'
  5274. - ''
  5275. - '&c&oYou do not have enough tokens!'
  5276. '934':
  5277. material: 131
  5278. slot: 13
  5279. priority: 1
  5280. view_requirement:
  5281. requirements:
  5282. name:
  5283. type: '>='
  5284. input: '%tokenmanager_tokens%'
  5285. output: 50
  5286. display_name: '&c&lRare Key'
  5287. lore:
  5288. - ''
  5289. - '&5&l* &fObtain an &c&lRARE &fkey'
  5290. - '&fwithout paying money!'
  5291. - ''
  5292. - '&d&lREQUIREMENTS:'
  5293. - '&5&l* &fTokens: &c50 &7&o(You have %tokenmanager_tokens%)'
  5294. - ''
  5295. - '&5&nClick to buy!'
  5296. left_click_commands:
  5297. - '[console] cc give physical elemental 1 %player_name%'
  5298. - '[console] tm remove %player_name% 50'
  5299. - '[console] titlemanager:tm message %player_name% &7\n&fYou have claimed
  5300. the key sucessfully!'
  5301. - '[close]'
  5302. - '[refresh]'
  5303. right_click_commands:
  5304. - '[console] cc give physical elemental 1 %player_name%'
  5305. - '[console] tm remove %player_name% 50'
  5306. - '[console] titlemanager:tm message %player_name% &7\n&fYou have claimed
  5307. the key sucessfully!'
  5308. - '[close]'
  5309. - '[refresh]'
  5310. '12312':
  5311. material: 131
  5312. slot: 13
  5313. priority: 2
  5314. display_name: '&c&lRare Key'
  5315. lore:
  5316. - ''
  5317. - '&5&l* &fObtain an &c&lRARE &fkey'
  5318. - '&fwithout paying money!'
  5319. - ''
  5320. - '&d&lREQUIREMENTS:'
  5321. - '&5&l* &fTokens: &c50 &7&o(You have %tokenmanager_tokens%)'
  5322. - ''
  5323. - '&c&oYou do not have enough tokens!'
  5324. '9234':
  5325. material: 131
  5326. slot: 14
  5327. priority: 1
  5328. view_requirement:
  5329. requirements:
  5330. name:
  5331. type: '>='
  5332. input: '%tokenmanager_tokens%'
  5333. output: 60
  5334. display_name: '&d&lLegendary Key'
  5335. lore:
  5336. - ''
  5337. - '&5&l* &fObtain an &e&lLEGENDARY &fkey'
  5338. - '&fwithout paying money!'
  5339. - ''
  5340. - '&d&lREQUIREMENTS:'
  5341. - '&5&l* &fTokens: &c60 &7&o(You have %tokenmanager_tokens%)'
  5342. - ''
  5343. - '&5&nClick to buy!'
  5344. left_click_commands:
  5345. - '[console] cc give physical guardian 1 %player_name%'
  5346. - '[console] tm remove %player_name% 60'
  5347. - '[console] titlemanager:tm message %player_name% &7\n&fYou have claimed
  5348. the key sucessfully!'
  5349. - '[close]'
  5350. - '[refresh]'
  5351. right_click_commands:
  5352. - '[console] cc give physical guardian 1 %player_name%'
  5353. - '[console] tm remove %player_name% 60'
  5354. - '[console] titlemanager:tm message %player_name% &7\n&fYou have claimed
  5355. the key sucessfully!'
  5356. - '[close]'
  5357. - '[refresh]'
  5358. '122312':
  5359. material: 131
  5360. slot: 14
  5361. priority: 2
  5362. display_name: '&d&lLegendary Key'
  5363. lore:
  5364. - ''
  5365. - '&5&l* &fObtain an &e&lLEGENDARY &fkey'
  5366. - '&fwithout paying money!'
  5367. - ''
  5368. - '&d&lREQUIREMENTS:'
  5369. - '&5&l* &fTokens: &c60 &7&o(You have %tokenmanager_tokens%)'
  5370. - ''
  5371. - '&c&oYou do not have enough tokens!'
  5372. '20':
  5373. material: 160
  5374. display_name: '&f'
  5375. data: 15
  5376. slots:
  5377. - 0
  5378. - 1
  5379. - 2
  5380. - 3
  5381. - 4
  5382. - 5
  5383. - 6
  5384. - 7
  5385. - 8
  5386. - 9
  5387. - 11
  5388. - 17
  5389. - 18
  5390. - 19
  5391. - 20
  5392. - 21
  5393. - 22
  5394. - 23
  5395. - 24
  5396. - 25
  5397. - 26
  5398. priority: 1
  5399. tmisc:
  5400. open_command:
  5401. - drfseargewdetewffd
  5402. update_interval: 1
  5403. menu_title: '&8» Miscellaneous'
  5404. size: 27
  5405. items:
  5406. '9':
  5407. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODY1MmUyYjkzNmNhODAyNmJkMjg2NTFkN2M5ZjI4MTlkMmU5MjM2OTc3MzRkMThkZmRiMTM1NTBmOGZkYWQ1ZiJ9fX0=
  5408. data: 3
  5409. slot: 10
  5410. priority: 1
  5411. display_name: '&d&lBack'
  5412. lore:
  5413. - ''
  5414. - '&5&nClick to go back!'
  5415. left_click_commands:
  5416. - '[openguimenu] Tokens'
  5417. - '[refresh]'
  5418. right_click_commands:
  5419. - '[openguimenu] Tokens'
  5420. - '[refresh]'
  5421. '99':
  5422. material: 378
  5423. slot: 12
  5424. priority: 1
  5425. view_requirement:
  5426. requirements:
  5427. name:
  5428. type: '>='
  5429. input: '%tokenmanager_tokens%'
  5430. output: 35
  5431. display_name: '&d&lProtection Orb'
  5432. lore:
  5433. - ''
  5434. - '&5&l* &fProtects an item from'
  5435. - '&fbeing destroyed due to a failed'
  5436. - '&fenchantment star.'
  5437. - ''
  5438. - '&d&lREQUIREMENTS:'
  5439. - '&5&l* &fTokens: &c35 &7&o(You have %tokenmanager_tokens%)'
  5440. - ''
  5441. - '&5&nClick to buy!'
  5442. left_click_commands:
  5443. - '[console] ce scroll white 1 %player_name%'
  5444. - '[console] tm remove %player_name% 35'
  5445. - '[console] titlemanager:tm message %player_name% &7\n&fYou have claimed
  5446. the item sucessfully!'
  5447. - '[close]'
  5448. - '[refresh]'
  5449. right_click_commands:
  5450. - '[console] ce scroll white 1 %player_name%'
  5451. - '[console] tm remove %player_name% 35'
  5452. - '[console] titlemanager:tm message %player_name% &7\n&fYou have claimed
  5453. the item sucessfully!'
  5454. - '[close]'
  5455. - '[refresh]'
  5456. '9923':
  5457. material: 378
  5458. slot: 12
  5459. priority: 2
  5460. display_name: '&d&lProtection Orb'
  5461. lore:
  5462. - ''
  5463. - '&5&l* &fProtects an item from'
  5464. - '&fbeing destroyed due to a failed'
  5465. - '&fenchantment star.'
  5466. - ''
  5467. - '&d&lREQUIREMENTS:'
  5468. - '&5&l* &fTokens: &c35 &7&o(You have %tokenmanager_tokens%)'
  5469. - ''
  5470. - '&c&oYou do not have enough tokens!'
  5471. '934':
  5472. material: 421
  5473. slot: 13
  5474. priority: 1
  5475. view_requirement:
  5476. requirements:
  5477. name:
  5478. type: '>='
  5479. input: '%tokenmanager_tokens%'
  5480. output: 35
  5481. display_name: '&d&lRename Tag'
  5482. lore:
  5483. - ''
  5484. - '&5&l* &fRename and customize'
  5485. - '&fyour equipment.'
  5486. - ''
  5487. - '&d&lREQUIREMENTS:'
  5488. - '&5&l* &fTokens: &c35 &7&o(You have %tokenmanager_tokens%)'
  5489. - ''
  5490. - '&5&nClick to buy!'
  5491. left_click_commands:
  5492. - '[console] rt 1 %player_name%'
  5493. - '[console] tm remove %player_name% 35'
  5494. - '[console] titlemanager:tm message %player_name% &7\n&fYou have claimed
  5495. the item sucessfully!'
  5496. - '[close]'
  5497. - '[refresh]'
  5498. right_click_commands:
  5499. - '[console] rt 1 %player_name%'
  5500. - '[console] tm remove %player_name% 35'
  5501. - '[console] titlemanager:tm message %player_name% &7\n&fYou have claimed
  5502. the item sucessfully!'
  5503. - '[close]'
  5504. - '[refresh]'
  5505. '12312':
  5506. material: 421
  5507. slot: 13
  5508. priority: 2
  5509. display_name: '&d&lRename Tag'
  5510. lore:
  5511. - ''
  5512. - '&5&l* &fRename and customize'
  5513. - '&fyour equipment.'
  5514. - ''
  5515. - '&d&lREQUIREMENTS:'
  5516. - '&5&l* &fTokens: &c35 &7&o(You have %tokenmanager_tokens%)'
  5517. - ''
  5518. - '&c&oYou do not have enough tokens!'
  5519. '9234':
  5520. material: PAPER
  5521. slot: 14
  5522. priority: 1
  5523. view_requirement:
  5524. requirements:
  5525. name:
  5526. type: '>='
  5527. input: '%tokenmanager_tokens%'
  5528. output: 35
  5529. display_name: '&d&lBlack Scroll'
  5530. lore:
  5531. - ''
  5532. - '&5&l* &fRemoves a random enchantment'
  5533. - '&ffrom an item and converts it'
  5534. - '&finto a &e95% &fsuccess book.'
  5535. - ''
  5536. - '&d&lREQUIREMENTS:'
  5537. - '&5&l* &fTokens: &c35 &7&o(You have %tokenmanager_tokens%)'
  5538. - ''
  5539. - '&5&nClick to buy!'
  5540. left_click_commands:
  5541. - '[console] ce scroll black 1 %player_name%'
  5542. - '[console] tm remove %player_name% 35'
  5543. - '[console] titlemanager:tm message %player_name% &7\n&fYou have claimed
  5544. the item sucessfully!'
  5545. - '[close]'
  5546. - '[refresh]'
  5547. right_click_commands:
  5548. - '[console] ce scroll black 1 %player_name%'
  5549. - '[console] tm remove %player_name% 35'
  5550. - '[console] titlemanager:tm message %player_name% &7\n&fYou have claimed
  5551. the item sucessfully!'
  5552. - '[close]'
  5553. - '[refresh]'
  5554. '122312':
  5555. material: PAPER
  5556. slot: 14
  5557. priority: 2
  5558. display_name: '&d&lBlack Scroll'
  5559. lore:
  5560. - ''
  5561. - '&5&l* &fRemoves a random enchantment'
  5562. - '&ffrom an item and converts it'
  5563. - '&finto a &e95% &fsuccess book.'
  5564. - ''
  5565. - '&d&lREQUIREMENTS:'
  5566. - '&5&l* &fTokens: &c35 &7&o(You have %tokenmanager_tokens%)'
  5567. - ''
  5568. - '&c&oYou do not have enough tokens!'
  5569. '353':
  5570. material: 286
  5571. slot: 15
  5572. priority: 1
  5573. view_requirement:
  5574. requirements:
  5575. name:
  5576. type: '>='
  5577. input: '%tokenmanager_tokens%'
  5578. output: 10
  5579. display_name: '&d&lSell Wand (30 uses)'
  5580. lore:
  5581. - ''
  5582. - '&5&l* &fSells items automatically'
  5583. - '&flinking to any chest!'
  5584. - ''
  5585. - '&d&lREQUIREMENTS:'
  5586. - '&5&l* &fTokens: &c10 &7&o(You have %tokenmanager_tokens%)'
  5587. - ''
  5588. - '&5&nClick to buy!'
  5589. left_click_commands:
  5590. - '[console] sellwands give %player_name% 30'
  5591. - '[console] tm remove %player_name% 10'
  5592. - '[console] titlemanager:tm message %player_name% &7\n&fYou have claimed
  5593. the item sucessfully!'
  5594. - '[close]'
  5595. - '[refresh]'
  5596. right_click_commands:
  5597. - '[console] sellwands give %player_name% 30'
  5598. - '[console] tm remove %player_name% 10'
  5599. - '[console] titlemanager:tm message %player_name% &7\n&fYou have claimed
  5600. the item sucessfully!'
  5601. - '[close]'
  5602. - '[refresh]'
  5603. '343':
  5604. material: 286
  5605. slot: 15
  5606. priority: 2
  5607. display_name: '&d&lSell Wand (30 uses)'
  5608. lore:
  5609. - ''
  5610. - '&5&l* &fSells items automatically'
  5611. - '&flinking to any chest!'
  5612. - ''
  5613. - '&d&lREQUIREMENTS:'
  5614. - '&5&l* &fTokens: &c10 &7&o(You have %tokenmanager_tokens%)'
  5615. - ''
  5616. - '&c&oYou do not have enough tokens!'
  5617. '3532':
  5618. material: 286
  5619. slot: 16
  5620. priority: 1
  5621. view_requirement:
  5622. requirements:
  5623. name:
  5624. type: '>='
  5625. input: '%tokenmanager_tokens%'
  5626. output: 15
  5627. display_name: '&d&lSell Wand (50 uses)'
  5628. lore:
  5629. - ''
  5630. - '&5&l* &fSells items automatically'
  5631. - '&flinking to any chest!'
  5632. - ''
  5633. - '&d&lREQUIREMENTS:'
  5634. - '&5&l* &fTokens: &c15 &7&o(You have %tokenmanager_tokens%)'
  5635. - ''
  5636. - '&5&nClick to buy!'
  5637. left_click_commands:
  5638. - '[console] sellwands give %player_name% 50'
  5639. - '[console] tm remove %player_name% 15'
  5640. - '[console] titlemanager:tm message %player_name% &7\n&fYou have claimed
  5641. the item sucessfully!'
  5642. - '[close]'
  5643. - '[refresh]'
  5644. right_click_commands:
  5645. - '[console] sellwands give %player_name% 50'
  5646. - '[console] tm remove %player_name% 15'
  5647. - '[console] titlemanager:tm message %player_name% &7\n&fYou have claimed
  5648. the item sucessfully!'
  5649. - '[close]'
  5650. - '[refresh]'
  5651. '3432':
  5652. material: 286
  5653. slot: 16
  5654. priority: 2
  5655. display_name: '&d&lSell Wand (50 uses)'
  5656. lore:
  5657. - ''
  5658. - '&5&l* &fSells items automatically'
  5659. - '&flinking to any chest!'
  5660. - ''
  5661. - '&d&lREQUIREMENTS:'
  5662. - '&5&l* &fTokens: &c15 &7&o(You have %tokenmanager_tokens%)'
  5663. - ''
  5664. - '&c&oYou do not have enough tokens!'
  5665. '20':
  5666. material: 160
  5667. display_name: '&f'
  5668. data: 15
  5669. slots:
  5670. - 0
  5671. - 1
  5672. - 2
  5673. - 3
  5674. - 4
  5675. - 5
  5676. - 6
  5677. - 7
  5678. - 8
  5679. - 9
  5680. - 11
  5681. - 17
  5682. - 18
  5683. - 19
  5684. - 20
  5685. - 21
  5686. - 22
  5687. - 23
  5688. - 24
  5689. - 25
  5690. - 26
  5691. priority: 1
  5692. chatcolor:
  5693. open_command:
  5694. - chatcolor
  5695. - color
  5696. update_interval: 1
  5697. menu_title: '&8» Chat Color'
  5698. size: 36
  5699. items:
  5700. '99':
  5701. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDIxNmNhYWFhYTNmNjE2NzkzZDE4ZTk0M2NkM2E0NjMzMTM0M2JiNmU3NzQyZTVjZDc4MWZmZmVkZDYwNGIifX19
  5702. data: 3
  5703. slot: 13
  5704. priority: 1
  5705. view_requirement:
  5706. requirements:
  5707. permission:
  5708. type: has permission
  5709. permission: chatcolor.lightblue
  5710. display_name: '&b&lLight Blue'
  5711. lore:
  5712. - ''
  5713. - '&fChange your chat color to'
  5714. - '&blight blue &fand stands out'
  5715. - '&fabove the others!'
  5716. - ''
  5717. - '&d&lREQUIREMENTS:'
  5718. - '&5&l* &fRank: &b&lVIP+ &7and higher'
  5719. - ''
  5720. - '&5&nClick to select!'
  5721. left_click_commands:
  5722. - '[console] chatcolor set %player_name% aqua'
  5723. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  5724. &b&lLight Blue&f!'
  5725. - '[close]'
  5726. - '[refresh]'
  5727. right_click_commands:
  5728. - '[console] chatcolor set %player_name% aqua'
  5729. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  5730. &b&lLight Blue&f!'
  5731. - '[close]'
  5732. - '[refresh]'
  5733. '9923':
  5734. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDIxNmNhYWFhYTNmNjE2NzkzZDE4ZTk0M2NkM2E0NjMzMTM0M2JiNmU3NzQyZTVjZDc4MWZmZmVkZDYwNGIifX19
  5735. data: 3
  5736. slot: 13
  5737. priority: 2
  5738. display_name: '&b&lLight Blue'
  5739. lore:
  5740. - ''
  5741. - '&fChange your chat color to'
  5742. - '&blight blue &fand stands out'
  5743. - '&fabove the others!'
  5744. - ''
  5745. - '&d&lREQUIREMENTS:'
  5746. - '&5&l* &fRank: &b&lVIP+ &7and higher'
  5747. - ''
  5748. - '&c&oYou do not have rank enough!'
  5749. '919':
  5750. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzY2YTVjOTg5MjhmYTVkNGI1ZDViOGVmYjQ5MDE1NWI0ZGRhMzk1NmJjYWE5MzcxMTc3ODE0NTMyY2ZjIn19fQ==
  5751. data: 3
  5752. slot: 11
  5753. priority: 1
  5754. view_requirement:
  5755. requirements:
  5756. permission:
  5757. type: has permission
  5758. permission: chatcolor.white
  5759. display_name: '&f&lWhite'
  5760. lore:
  5761. - ''
  5762. - '&fChange your chat color to'
  5763. - '&fwhite &fand stands out'
  5764. - '&fabove the others!'
  5765. - ''
  5766. - '&d&lREQUIREMENTS:'
  5767. - '&5&l* &fRank: &a&lVIP &7and higher'
  5768. - ''
  5769. - '&5&nClick to select!'
  5770. left_click_commands:
  5771. - '[console] chatcolor set %player_name% white'
  5772. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  5773. &f&lWhite&f!'
  5774. - '[close]'
  5775. - '[refresh]'
  5776. right_click_commands:
  5777. - '[console] chatcolor set %player_name% white'
  5778. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  5779. &f&lWhite&f!'
  5780. - '[close]'
  5781. - '[refresh]'
  5782. '91923':
  5783. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzY2YTVjOTg5MjhmYTVkNGI1ZDViOGVmYjQ5MDE1NWI0ZGRhMzk1NmJjYWE5MzcxMTc3ODE0NTMyY2ZjIn19fQ==
  5784. data: 3
  5785. slot: 11
  5786. priority: 2
  5787. display_name: '&f&lWhite'
  5788. lore:
  5789. - ''
  5790. - '&fChange your chat color to'
  5791. - '&fwhite &fand stands out'
  5792. - '&fabove the others!'
  5793. - ''
  5794. - '&d&lREQUIREMENTS:'
  5795. - '&5&l* &fRank: &a&lVIP &7and higher'
  5796. - ''
  5797. - '&c&oYou do not have rank enough!'
  5798. '929':
  5799. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjhmZmYyMmM2ZTY1NDZkMGQ4ZWI3Zjk3NjMzOTg0MDdkZDJhYjgwZjc0ZmUzZDE2YjEwYTk4M2VjYWYzNDdlIn19fQ==
  5800. data: 3
  5801. slot: 12
  5802. priority: 1
  5803. view_requirement:
  5804. requirements:
  5805. permission:
  5806. type: has permission
  5807. permission: chatcolor.lightgreen
  5808. display_name: '&a&lLight Green'
  5809. lore:
  5810. - ''
  5811. - '&fChange your chat color to'
  5812. - '&alight green &fand stands out'
  5813. - '&fabove the others!'
  5814. - ''
  5815. - '&d&lREQUIREMENTS:'
  5816. - '&5&l* &fRank: &a&lVIP &7and higher'
  5817. - ''
  5818. - '&5&nClick to select!'
  5819. left_click_commands:
  5820. - '[console] chatcolor set %player_name% green'
  5821. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  5822. &a&lGreen&f!'
  5823. - '[close]'
  5824. - '[refresh]'
  5825. right_click_commands:
  5826. - '[console] chatcolor set %player_name% green'
  5827. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  5828. &a&lGreen&f!'
  5829. - '[close]'
  5830. - '[refresh]'
  5831. '92923':
  5832. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjhmZmYyMmM2ZTY1NDZkMGQ4ZWI3Zjk3NjMzOTg0MDdkZDJhYjgwZjc0ZmUzZDE2YjEwYTk4M2VjYWYzNDdlIn19fQ==
  5833. data: 3
  5834. slot: 12
  5835. priority: 2
  5836. display_name: '&a&lLight Green'
  5837. lore:
  5838. - ''
  5839. - '&fChange your chat color to'
  5840. - '&alight green &fand stands out'
  5841. - '&fabove the others!'
  5842. - ''
  5843. - '&d&lREQUIREMENTS:'
  5844. - '&5&l* &fRank: &a&lVIP &7and higher'
  5845. - ''
  5846. - '&c&oYou do not have rank enough!'
  5847. '939':
  5848. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmExMWE1MWY2NTc2Mjg1ZjlmOWM4YWE3ZGVkMWVlMTJjMjAyZjE1ZDc5MWM3MzJiNTg2ZGRhZTcwNjRiMCJ9fX0=
  5849. data: 3
  5850. slot: 14
  5851. priority: 1
  5852. view_requirement:
  5853. requirements:
  5854. permission:
  5855. type: has permission
  5856. permission: chatcolor.pink
  5857. display_name: '&d&lPink'
  5858. lore:
  5859. - ''
  5860. - '&fChange your chat color to'
  5861. - '&dpink &fand stands out'
  5862. - '&fabove the others!'
  5863. - ''
  5864. - '&d&lREQUIREMENTS:'
  5865. - '&5&l* &fRank: &d&lVIP++ &7and higher'
  5866. - ''
  5867. - '&5&nClick to select!'
  5868. left_click_commands:
  5869. - '[console] chatcolor set %player_name% light_purple'
  5870. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  5871. &d&lPink&f!'
  5872. - '[close]'
  5873. - '[refresh]'
  5874. right_click_commands:
  5875. - '[console] chatcolor set %player_name% light_purple'
  5876. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  5877. &d&lPink&f!'
  5878. - '[close]'
  5879. - '[refresh]'
  5880. '93923':
  5881. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmExMWE1MWY2NTc2Mjg1ZjlmOWM4YWE3ZGVkMWVlMTJjMjAyZjE1ZDc5MWM3MzJiNTg2ZGRhZTcwNjRiMCJ9fX0=
  5882. data: 3
  5883. slot: 14
  5884. priority: 2
  5885. display_name: '&d&lPink'
  5886. lore:
  5887. - ''
  5888. - '&fChange your chat color to'
  5889. - '&dpink &fand stands out'
  5890. - '&fabove the others!'
  5891. - ''
  5892. - '&d&lREQUIREMENTS:'
  5893. - '&5&l* &fRank: &d&lVIP++ &7and higher'
  5894. - ''
  5895. - '&c&oYou do not have rank enough!'
  5896. '9529':
  5897. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTM2ZDcxODQzYzY3ZjU0ZTEzYmE2MTg3ZGE0OGQ4ZjI0OThjMmFmOGEyMmY4NTY4NjQxNzg2MmY2MWFlMTYxIn19fQ==
  5898. data: 3
  5899. slot: 15
  5900. priority: 1
  5901. view_requirement:
  5902. requirements:
  5903. permission:
  5904. type: has permission
  5905. permission: chatcolor.red
  5906. display_name: '&c&lRed'
  5907. lore:
  5908. - ''
  5909. - '&fChange your chat color to'
  5910. - '&cred &fand stands out'
  5911. - '&fabove the others!'
  5912. - ''
  5913. - '&d&lREQUIREMENTS:'
  5914. - '&5&l* &fRank: &c&lVIP+++ &7and higher'
  5915. - ''
  5916. - '&5&nClick to select!'
  5917. left_click_commands:
  5918. - '[console] chatcolor set %player_name% red'
  5919. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  5920. &c&lRed&f!'
  5921. - '[close]'
  5922. - '[refresh]'
  5923. right_click_commands:
  5924. - '[console] chatcolor set %player_name% red'
  5925. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  5926. &c&lRed&f!'
  5927. - '[close]'
  5928. - '[refresh]'
  5929. '959223':
  5930. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTM2ZDcxODQzYzY3ZjU0ZTEzYmE2MTg3ZGE0OGQ4ZjI0OThjMmFmOGEyMmY4NTY4NjQxNzg2MmY2MWFlMTYxIn19fQ==
  5931. data: 3
  5932. slot: 15
  5933. priority: 2
  5934. display_name: '&c&lRed'
  5935. lore:
  5936. - ''
  5937. - '&fChange your chat color to'
  5938. - '&cred &fand stands out'
  5939. - '&fabove the others!'
  5940. - ''
  5941. - '&d&lREQUIREMENTS:'
  5942. - '&5&l* &fRank: &c&lVIP+++ &7and higher'
  5943. - ''
  5944. - '&c&oYou do not have rank enough!'
  5945. '19529':
  5946. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGY0ZGMzYzM3NTNiZjViMGI3ZjA4MWNkYjQ5YjgzZDM3NDI4YTEyZTQxODdmNjM0NmRlYzA2ZmFjNTRjZSJ9fX0=
  5947. data: 3
  5948. slot: 21
  5949. priority: 1
  5950. view_requirement:
  5951. requirements:
  5952. permission:
  5953. type: has permission
  5954. permission: chatcolor.darkred
  5955. display_name: '&4&lDark Red'
  5956. lore:
  5957. - ''
  5958. - '&fChange your chat color to'
  5959. - '&4dark red &fand stands out'
  5960. - '&fabove the others!'
  5961. - ''
  5962. - '&d&lREQUIREMENTS:'
  5963. - '&5&l* &fRank: &e&lVIP++++'
  5964. - ''
  5965. - '&5&nClick to select!'
  5966. left_click_commands:
  5967. - '[console] chatcolor set %player_name% dark_red'
  5968. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  5969. &4&lDark Red&f!'
  5970. - '[close]'
  5971. - '[refresh]'
  5972. right_click_commands:
  5973. - '[console] chatcolor set %player_name% dark_red'
  5974. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  5975. &4&lDark Red&f!'
  5976. - '[close]'
  5977. - '[refresh]'
  5978. '1959223':
  5979. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGY0ZGMzYzM3NTNiZjViMGI3ZjA4MWNkYjQ5YjgzZDM3NDI4YTEyZTQxODdmNjM0NmRlYzA2ZmFjNTRjZSJ9fX0=
  5980. data: 3
  5981. slot: 21
  5982. priority: 2
  5983. display_name: '&4&lDark Red'
  5984. lore:
  5985. - ''
  5986. - '&fChange your chat color to'
  5987. - '&4dark red &fand stands out'
  5988. - '&fabove the others!'
  5989. - ''
  5990. - '&d&lREQUIREMENTS:'
  5991. - '&5&l* &fRank: &e&lVIP++++'
  5992. - ''
  5993. - '&c&oYou do not have rank enough!'
  5994. '192529':
  5995. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzY0MTY4MmY0MzYwNmM1YzlhZDI2YmM3ZWE4YTMwZWU0NzU0N2M5ZGZkM2M2Y2RhNDllMWMxYTI4MTZjZjBiYSJ9fX0=
  5996. data: 3
  5997. slot: 22
  5998. priority: 1
  5999. view_requirement:
  6000. requirements:
  6001. permission:
  6002. type: has permission
  6003. permission: chatcolor.yellow
  6004. display_name: '&d&lYellow'
  6005. lore:
  6006. - ''
  6007. - '&fChange your chat color to'
  6008. - '&eyellow &fand stands out'
  6009. - '&fabove the others!'
  6010. - ''
  6011. - '&d&lREQUIREMENTS:'
  6012. - '&5&l* &fRank: &e&lVIP++++'
  6013. - ''
  6014. - '&5&nClick to select!'
  6015. left_click_commands:
  6016. - '[console] chatcolor set %player_name% yellow'
  6017. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  6018. &e&lYellow&f!'
  6019. - '[close]'
  6020. - '[refresh]'
  6021. right_click_commands:
  6022. - '[console] chatcolor set %player_name% yellow'
  6023. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  6024. &e&lYellow&f!'
  6025. - '[close]'
  6026. - '[refresh]'
  6027. '19259223':
  6028. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzY0MTY4MmY0MzYwNmM1YzlhZDI2YmM3ZWE4YTMwZWU0NzU0N2M5ZGZkM2M2Y2RhNDllMWMxYTI4MTZjZjBiYSJ9fX0=
  6029. data: 3
  6030. slot: 22
  6031. priority: 2
  6032. display_name: '&d&lYellow'
  6033. lore:
  6034. - ''
  6035. - '&fChange your chat color to'
  6036. - '&eyellow &fand stands out'
  6037. - '&fabove the others!'
  6038. - ''
  6039. - '&d&lREQUIREMENTS:'
  6040. - '&5&l* &fRank: &e&lVIP++++'
  6041. - ''
  6042. - '&c&oYou do not have rank enough!'
  6043. '1925329':
  6044. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmM0ODg2ZWYzNjJiMmM4MjNhNmFhNjUyNDFjNWM3ZGU3MWM5NGQ4ZWM1ODIyYzUxZTk2OTc2NjQxZjUzZWEzNSJ9fX0=
  6045. data: 3
  6046. slot: 23
  6047. priority: 1
  6048. view_requirement:
  6049. requirements:
  6050. permission:
  6051. type: has permission
  6052. permission: chatcolor.gold
  6053. display_name: '&6&lGold'
  6054. lore:
  6055. - ''
  6056. - '&fChange your chat color to'
  6057. - '&6gold &fand stands out'
  6058. - '&fabove the others!'
  6059. - ''
  6060. - '&d&lREQUIREMENTS:'
  6061. - '&5&l* &fRank: &e&lVIP++++'
  6062. - ''
  6063. - '&5&nClick to select!'
  6064. left_click_commands:
  6065. - '[console] chatcolor set %player_name% gold'
  6066. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  6067. &6&lGold&f!'
  6068. - '[close]'
  6069. - '[refresh]'
  6070. right_click_commands:
  6071. - '[console] chatcolor set %player_name% gold'
  6072. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  6073. &6&lGold&f!'
  6074. - '[close]'
  6075. - '[refresh]'
  6076. '192592323':
  6077. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmM0ODg2ZWYzNjJiMmM4MjNhNmFhNjUyNDFjNWM3ZGU3MWM5NGQ4ZWM1ODIyYzUxZTk2OTc2NjQxZjUzZWEzNSJ9fX0=
  6078. data: 3
  6079. slot: 23
  6080. priority: 2
  6081. display_name: '&6&lGold'
  6082. lore:
  6083. - ''
  6084. - '&fChange your chat color to'
  6085. - '&6gold &fand stands out'
  6086. - '&fabove the others!'
  6087. - ''
  6088. - '&d&lREQUIREMENTS:'
  6089. - '&5&l* &fRank: &e&lVIP++++'
  6090. - ''
  6091. - '&c&oYou do not have rank enough!'
  6092. '1925923223':
  6093. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2VkMWFiYTczZjYzOWY0YmM0MmJkNDgxOTZjNzE1MTk3YmUyNzEyYzNiOTYyYzk3ZWJmOWU5ZWQ4ZWZhMDI1In19fQ==
  6094. data: 3
  6095. slot: 4
  6096. priority: 1
  6097. display_name: '&d&lReset color'
  6098. lore:
  6099. - ''
  6100. - '&fReset your chat color to'
  6101. - '&7&lGRAY &fif you are'
  6102. - '&fbored of colors!'
  6103. - ''
  6104. - '&5&nClick to reset!'
  6105. left_click_commands:
  6106. - '[console] chatcolor reset %player_name%'
  6107. - '[console] titlemanager:tm message %player_name% &7\n&fYou have reset your
  6108. color!'
  6109. - '[close]'
  6110. - '[refresh]'
  6111. right_click_commands:
  6112. - '[console] chatcolor reset %player_name%'
  6113. - '[console] titlemanager:tm message %player_name% &7\n&fYou have reset your
  6114. color!'
  6115. - '[close]'
  6116. - '[refresh]'
  6117. '20':
  6118. material: 160
  6119. display_name: '&f'
  6120. data: 15
  6121. slots:
  6122. - 0
  6123. - 1
  6124. - 2
  6125. - 3
  6126. - 5
  6127. - 6
  6128. - 7
  6129. - 8
  6130. - 9
  6131. - 10
  6132. - 16
  6133. - 17
  6134. - 18
  6135. - 19
  6136. - 20
  6137. - 24
  6138. - 25
  6139. - 26
  6140. - 27
  6141. - 28
  6142. - 29
  6143. - 30
  6144. - 31
  6145. - 32
  6146. - 33
  6147. - 34
  6148. - 35
  6149. priority: 1
  6150. actionsmember:
  6151. open_command:
  6152. - dfsargewdeetewffasde
  6153. update_interval: 1
  6154. menu_title: '&8» Role Actions'
  6155. size: 36
  6156. items:
  6157. '9':
  6158. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODY1MmUyYjkzNmNhODAyNmJkMjg2NTFkN2M5ZjI4MTlkMmU5MjM2OTc3MzRkMThkZmRiMTM1NTBmOGZkYWQ1ZiJ9fX0=
  6159. data: 3
  6160. slot: 10
  6161. priority: 1
  6162. display_name: '&d&lBack'
  6163. lore:
  6164. - ''
  6165. - '&5&nClick to go back!'
  6166. left_click_commands:
  6167. - '[openguimenu] island'
  6168. - '[refresh]'
  6169. right_click_commands:
  6170. - '[openguimenu] island'
  6171. - '[refresh]'
  6172. '9911':
  6173. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE5MDUzZDIxNjNkMGY1NjExNDVkMzNhNTEzMTQ1ZDRhYzFmOGE0NThiYWE3OTZiZTM4M2U3NTI1YTA1ZjQ1In19fQ==
  6174. data: 3
  6175. slot: 12
  6176. priority: 1
  6177. view_requirement:
  6178. requirements:
  6179. music:
  6180. type: string equals
  6181. input: '%javascript_permissionscore%'
  6182. output: 'yes'
  6183. display_name: '&d&lSet home'
  6184. lore:
  6185. - ''
  6186. - '&fSet island''s home main'
  6187. - '&fhome or others to your'
  6188. - '&fcurrent location!'
  6189. - ''
  6190. - '&d&lREQUIREMENTS:'
  6191. - '&5&l* &fIsland Rank: &7Member'
  6192. - ''
  6193. - '&5&nLeft-click to set main home!'
  6194. - '&5&nRight-click to set a home!'
  6195. - '&c&oYou will only be able to'
  6196. - '&c&oset more homes if you'
  6197. - '&c&oupgrades the island homes.'
  6198. left_click_commands:
  6199. - '[player] is sethome'
  6200. - '[console] titlemanager:tm message %player_name% &7\n&fYou have set the
  6201. home successfully!'
  6202. - '[close]'
  6203. - '[refresh]'
  6204. right_click_commands:
  6205. - '[player] is sethome <-a Home name>'
  6206. - '[close]'
  6207. - '[refresh]'
  6208. 934fsdf1:
  6209. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE5MDUzZDIxNjNkMGY1NjExNDVkMzNhNTEzMTQ1ZDRhYzFmOGE0NThiYWE3OTZiZTM4M2U3NTI1YTA1ZjQ1In19fQ==
  6210. data: 3
  6211. slot: 13
  6212. priority: 1
  6213. view_requirement:
  6214. requirements:
  6215. music:
  6216. type: string equals
  6217. input: '%askyblock_owner%'
  6218. output: '%player_name%'
  6219. display_name: '&d&lInvite player'
  6220. lore:
  6221. - ''
  6222. - '&fInvite some players to your'
  6223. - '&fisland to make it better.'
  6224. - '&fAnd meet new people!'
  6225. - ''
  6226. - '&d&lREQUIREMENTS:'
  6227. - '&5&l* &fRank: &cOwner'
  6228. - ''
  6229. - '&5&nClick to invite players!'
  6230. left_click_commands:
  6231. - '[player] is invite <-a Player Name>'
  6232. - '[close]'
  6233. - '[refresh]'
  6234. right_click_commands:
  6235. - '[player] is invite <-a Player Name>'
  6236. - '[close]'
  6237. - '[refresh]'
  6238. 1235ffds121:
  6239. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE5MDUzZDIxNjNkMGY1NjExNDVkMzNhNTEzMTQ1ZDRhYzFmOGE0NThiYWE3OTZiZTM4M2U3NTI1YTA1ZjQ1In19fQ==
  6240. data: 3
  6241. slot: 13
  6242. priority: 2
  6243. display_name: '&d&lInvite player'
  6244. lore:
  6245. - ''
  6246. - '&fInvite some players to your'
  6247. - '&fisland to make it better.'
  6248. - '&fAnd meet new people!'
  6249. - ''
  6250. - '&d&lREQUIREMENTS:'
  6251. - '&5&l* &fRank: &cOwner'
  6252. - ''
  6253. - '&c&oYou do not have island rank enough!'
  6254. '92123242':
  6255. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE5MDUzZDIxNjNkMGY1NjExNDVkMzNhNTEzMTQ1ZDRhYzFmOGE0NThiYWE3OTZiZTM4M2U3NTI1YTA1ZjQ1In19fQ==
  6256. data: 3
  6257. slot: 14
  6258. priority: 1
  6259. view_requirement:
  6260. requirements:
  6261. music:
  6262. type: string equals
  6263. input: '%askyblock_owner%'
  6264. output: '%player_name%'
  6265. display_name: '&d&lKick player'
  6266. lore:
  6267. - ''
  6268. - '&fKick any player from your'
  6269. - '&fisland team if he bothers you!'
  6270. - ''
  6271. - '&d&lREQUIREMENTS:'
  6272. - '&5&l* &fRank: &cOwner'
  6273. - ''
  6274. - '&5&nClick to kick members!'
  6275. left_click_commands:
  6276. - '[player] is kick <-a Player Name>'
  6277. - '[close]'
  6278. - '[refresh]'
  6279. right_click_commands:
  6280. - '[player] is kick <-a Player Name>'
  6281. - '[close]'
  6282. - '[refresh]'
  6283. 122d2312:
  6284. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE5MDUzZDIxNjNkMGY1NjExNDVkMzNhNTEzMTQ1ZDRhYzFmOGE0NThiYWE3OTZiZTM4M2U3NTI1YTA1ZjQ1In19fQ==
  6285. data: 3
  6286. slot: 14
  6287. priority: 2
  6288. display_name: '&d&lKick player'
  6289. lore:
  6290. - ''
  6291. - '&fKick any player from your'
  6292. - '&fisland team if he bothers you!'
  6293. - ''
  6294. - '&d&lREQUIREMENTS:'
  6295. - '&5&l* &fRank: &7Member'
  6296. - ''
  6297. - '&c&oYou do not have island rank enough!'
  6298. 9213sa42:
  6299. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE5MDUzZDIxNjNkMGY1NjExNDVkMzNhNTEzMTQ1ZDRhYzFmOGE0NThiYWE3OTZiZTM4M2U3NTI1YTA1ZjQ1In19fQ==
  6300. data: 3
  6301. slot: 15
  6302. priority: 1
  6303. view_requirement:
  6304. requirements:
  6305. music:
  6306. type: string equals
  6307. input: '%javascript_permissionscore%'
  6308. output: 'yes'
  6309. display_name: '&d&lExpel players'
  6310. lore:
  6311. - ''
  6312. - '&fExpel players from your island'
  6313. - '&fonly if they are in your island'
  6314. - '&fat this moment!'
  6315. - ''
  6316. - '&d&lREQUIREMENTS:'
  6317. - '&5&l* &fRank: &7Member'
  6318. - ''
  6319. - '&5&nClick to expel players!'
  6320. left_click_commands:
  6321. - '[player] is expel <-a Player Name>'
  6322. - '[close]'
  6323. - '[refresh]'
  6324. right_click_commands:
  6325. - '[player] is expel <-a Player Name>'
  6326. - '[close]'
  6327. - '[refresh]'
  6328. '9253242':
  6329. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE5MDUzZDIxNjNkMGY1NjExNDVkMzNhNTEzMTQ1ZDRhYzFmOGE0NThiYWE3OTZiZTM4M2U3NTI1YTA1ZjQ1In19fQ==
  6330. data: 3
  6331. slot: 16
  6332. priority: 1
  6333. view_requirement:
  6334. requirements:
  6335. music:
  6336. type: string equals
  6337. input: '%askyblock_owner%'
  6338. output: '%player_name%'
  6339. display_name: '&d&lChange leader'
  6340. lore:
  6341. - ''
  6342. - '&fMake another player leader of'
  6343. - '&fyour island if you want to'
  6344. - '&fleave!'
  6345. - ''
  6346. - '&d&lREQUIREMENTS:'
  6347. - '&5&l* &fRank: &cOwner'
  6348. - ''
  6349. - '&5&nClick to change leader!'
  6350. left_click_commands:
  6351. - '[player] is makeleader <-a Player Name>'
  6352. - '[close]'
  6353. - '[refresh]'
  6354. right_click_commands:
  6355. - '[player] is makeleader <-a Player Name>'
  6356. - '[close]'
  6357. - '[refresh]'
  6358. '12522312':
  6359. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE5MDUzZDIxNjNkMGY1NjExNDVkMzNhNTEzMTQ1ZDRhYzFmOGE0NThiYWE3OTZiZTM4M2U3NTI1YTA1ZjQ1In19fQ==
  6360. data: 3
  6361. slot: 16
  6362. priority: 2
  6363. display_name: '&d&lChange leader'
  6364. lore:
  6365. - ''
  6366. - '&fMake another player leader of'
  6367. - '&fyour island if you want to'
  6368. - '&fleave!'
  6369. - ''
  6370. - '&d&lREQUIREMENTS:'
  6371. - '&5&l* &fRank: &cOwner'
  6372. - ''
  6373. - '&c&oYou do not have island rank enough!'
  6374. 92532as42:
  6375. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE5MDUzZDIxNjNkMGY1NjExNDVkMzNhNTEzMTQ1ZDRhYzFmOGE0NThiYWE3OTZiZTM4M2U3NTI1YTA1ZjQ1In19fQ==
  6376. data: 3
  6377. slot: 21
  6378. priority: 1
  6379. view_requirement:
  6380. requirements:
  6381. music:
  6382. type: string equals
  6383. input: '%askyblock_owner%'
  6384. output: '%player_name%'
  6385. display_name: '&d&lChange biome'
  6386. lore:
  6387. - ''
  6388. - '&fChange the current biome'
  6389. - '&fof your island to another'
  6390. - '&fone!'
  6391. - ''
  6392. - '&d&lREQUIREMENTS:'
  6393. - '&5&l* &fRank: &cOwner'
  6394. - ''
  6395. - '&5&nClick to change biome!'
  6396. left_click_commands:
  6397. - '[player] is biomes'
  6398. - '[close]'
  6399. - '[refresh]'
  6400. right_click_commands:
  6401. - '[player] is biomes'
  6402. - '[close]'
  6403. - '[refresh]'
  6404. 1252as2312:
  6405. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE5MDUzZDIxNjNkMGY1NjExNDVkMzNhNTEzMTQ1ZDRhYzFmOGE0NThiYWE3OTZiZTM4M2U3NTI1YTA1ZjQ1In19fQ==
  6406. data: 3
  6407. slot: 21
  6408. priority: 2
  6409. display_name: '&d&lChange biome'
  6410. lore:
  6411. - ''
  6412. - '&fChange the current biome'
  6413. - '&fof your island to another'
  6414. - '&fone!'
  6415. - ''
  6416. - '&d&lREQUIREMENTS:'
  6417. - '&5&l* &fRank: &cOwner'
  6418. - ''
  6419. - '&c&oYou do not have island rank enough!'
  6420. '213124':
  6421. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE5MDUzZDIxNjNkMGY1NjExNDVkMzNhNTEzMTQ1ZDRhYzFmOGE0NThiYWE3OTZiZTM4M2U3NTI1YTA1ZjQ1In19fQ==
  6422. data: 3
  6423. slot: 22
  6424. priority: 1
  6425. view_requirement:
  6426. requirements:
  6427. music:
  6428. type: string equals
  6429. input: '%askyblock_owner%'
  6430. output: '%player_name%'
  6431. display_name: '&d&lReset island'
  6432. lore:
  6433. - ''
  6434. - '&fReset and reload your current'
  6435. - '&fisland to start again!'
  6436. - '&7&o(Only if you have resets available)'
  6437. - ''
  6438. - '&d&lREQUIREMENTS:'
  6439. - '&5&l* &fRank: &cOwner'
  6440. - ''
  6441. - '&5&nLeft-click to reset island!'
  6442. - '&5&nRight-click to buy resets!'
  6443. left_click_commands:
  6444. - '[player] is reset'
  6445. - '[close]'
  6446. - '[refresh]'
  6447. right_click_commands:
  6448. - '[player] is reset'
  6449. - '[close]'
  6450. - '[refresh]'
  6451. '2131524':
  6452. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE5MDUzZDIxNjNkMGY1NjExNDVkMzNhNTEzMTQ1ZDRhYzFmOGE0NThiYWE3OTZiZTM4M2U3NTI1YTA1ZjQ1In19fQ==
  6453. data: 3
  6454. slot: 22
  6455. priority: 2
  6456. display_name: '&d&lReset island'
  6457. lore:
  6458. - ''
  6459. - '&fReset and reload your current'
  6460. - '&fisland to start again!'
  6461. - '&7&o(Only if you have resets available)'
  6462. - ''
  6463. - '&d&lREQUIREMENTS:'
  6464. - '&5&l* &fRank: &cOwner'
  6465. - ''
  6466. - '&c&oYou do not have island rank enough!'
  6467. '2131246':
  6468. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE5MDUzZDIxNjNkMGY1NjExNDVkMzNhNTEzMTQ1ZDRhYzFmOGE0NThiYWE3OTZiZTM4M2U3NTI1YTA1ZjQ1In19fQ==
  6469. data: 3
  6470. slot: 23
  6471. priority: 1
  6472. view_requirement:
  6473. requirements:
  6474. music:
  6475. type: string equals
  6476. input: '%askyblock_owner%'
  6477. output: '%player_name%'
  6478. display_name: '&d&lChange name'
  6479. lore:
  6480. - ''
  6481. - '&fChange the current island'
  6482. - '&fname showed to the players!'
  6483. - ''
  6484. - '&d&lREQUIREMENTS:'
  6485. - '&5&l* &fRank: &cOwner'
  6486. - ''
  6487. - '&5&nClick to change name!'
  6488. left_click_commands:
  6489. - '[player] is name <-a Island Name>'
  6490. - '[close]'
  6491. - '[refresh]'
  6492. right_click_commands:
  6493. - '[player] is name <-a Island Name>'
  6494. - '[close]'
  6495. - '[refresh]'
  6496. '213166765246':
  6497. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE5MDUzZDIxNjNkMGY1NjExNDVkMzNhNTEzMTQ1ZDRhYzFmOGE0NThiYWE3OTZiZTM4M2U3NTI1YTA1ZjQ1In19fQ==
  6498. data: 3
  6499. slot: 23
  6500. priority: 2
  6501. display_name: '&d&lChange name'
  6502. lore:
  6503. - ''
  6504. - '&fChange the current island'
  6505. - '&fname showed to the players!'
  6506. - ''
  6507. - '&d&lREQUIREMENTS:'
  6508. - '&5&l* &fRank: &cOwner'
  6509. - ''
  6510. - '&c&oYou do not have island rank enough!'
  6511. '213112384246':
  6512. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE5MDUzZDIxNjNkMGY1NjExNDVkMzNhNTEzMTQ1ZDRhYzFmOGE0NThiYWE3OTZiZTM4M2U3NTI1YTA1ZjQ1In19fQ==
  6513. data: 3
  6514. slot: 24
  6515. priority: 1
  6516. view_requirement:
  6517. requirements:
  6518. music:
  6519. type: string equals
  6520. input: '%askyblock_owner%'
  6521. output: '%player_name%'
  6522. display_name: '&d&lChange border'
  6523. lore:
  6524. - ''
  6525. - '&fChange the current island'
  6526. - '&fborder color to a'
  6527. - '&fexclusive one!'
  6528. - ''
  6529. - '&d&lINFORMATION:'
  6530. - '&5&l* &fColor: &7%isborder_color%'
  6531. - ''
  6532. - '&d&lREQUIREMENTS:'
  6533. - '&5&l* &fRank: &cOwner'
  6534. - ''
  6535. - '&5&nClick to change color!'
  6536. left_click_commands:
  6537. - '[openguimenu] isborders'
  6538. - '[close]'
  6539. - '[refresh]'
  6540. right_click_commands:
  6541. - '[openguimenu] isborders'
  6542. - '[close]'
  6543. - '[refresh]'
  6544. '213152146':
  6545. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE5MDUzZDIxNjNkMGY1NjExNDVkMzNhNTEzMTQ1ZDRhYzFmOGE0NThiYWE3OTZiZTM4M2U3NTI1YTA1ZjQ1In19fQ==
  6546. data: 3
  6547. slot: 24
  6548. priority: 2
  6549. display_name: '&d&lChange border'
  6550. lore:
  6551. - ''
  6552. - '&fChange the current island'
  6553. - '&fborder color to a'
  6554. - '&fexclusive one!'
  6555. - ''
  6556. - '&d&lINFORMATION:'
  6557. - '&5&l* &fColor: &7%isborder_color%'
  6558. - ''
  6559. - '&d&lREQUIREMENTS:'
  6560. - '&5&l* &fRank: &cOwner'
  6561. - ''
  6562. - '&c&oYou do not have island rank enough!'
  6563. '20':
  6564. material: 160
  6565. display_name: '&f'
  6566. data: 15
  6567. slots:
  6568. - 0
  6569. - 1
  6570. - 2
  6571. - 3
  6572. - 4
  6573. - 5
  6574. - 6
  6575. - 7
  6576. - 8
  6577. - 9
  6578. - 11
  6579. - 17
  6580. - 18
  6581. - 19
  6582. - 20
  6583. - 26
  6584. - 27
  6585. - 28
  6586. - 29
  6587. - 30
  6588. - 31
  6589. - 32
  6590. - 33
  6591. - 34
  6592. - 35
  6593. - 36
  6594. priority: 1
  6595. spawners:
  6596. menu_title: '&8» Spawners'
  6597. inventory_type: INVENTORY
  6598. open_command:
  6599. - spawners
  6600. size: 36
  6601. items:
  6602. '215':
  6603. material: BOOK
  6604. slot: 31
  6605. priority: 2
  6606. display_name: '&d&lCategories'
  6607. lore:
  6608. - ''
  6609. - '&fReturn to the main page'
  6610. - '&fof categories to buy/sell'
  6611. - '&fother items!'
  6612. - ''
  6613. - '&5&nClick to back!'
  6614. left_click_commands:
  6615. - '[openguimenu] shop'
  6616. right_click_commands:
  6617. - '[openguimenu] shop'
  6618. '20':
  6619. material: 160
  6620. display_name: '&f'
  6621. data: 15
  6622. slots:
  6623. - 27
  6624. - 28
  6625. - 29
  6626. - 30
  6627. - 32
  6628. - 33
  6629. - 34
  6630. - 35
  6631. priority: 1
  6632. '21':
  6633. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmY0ODFmNzczNDdmZTU5YzA4MzY2NWM5ZWZiYjQ5MDcxZDQ5M2VhMjAyNzQ1NGFlZTg3NzM1ZDYzYmYzYiJ9fX0=
  6634. data: 3
  6635. slot: 0
  6636. display_name: '&eSheep Spawner'
  6637. lore:
  6638. - ''
  6639. - '&5&l* &fBuy: &e$400000 &7&o(You have $%vault_eco_balance_fixed%)'
  6640. - ''
  6641. - '&5&nLeft-click to buy!'
  6642. left_click_commands:
  6643. - '[console] us givespawner %player_name% sheep 1'
  6644. - '[console] eco take %player_name% 400000'
  6645. - '[refresh]'
  6646. left_click_requirement:
  6647. requirements:
  6648. stone:
  6649. type: has money
  6650. amount: 400000
  6651. deny_commands:
  6652. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  6653. '22':
  6654. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTI3YWQ1MWRkNzczYjcyZGNhMWMxM2U2ZjM1NDdhODMxODFhYWQ5MTE2NTI4Mjk5OWJiZGYxM2EzYjNjOSJ9fX0=
  6655. data: 3
  6656. slot: 1
  6657. display_name: '&ePig Spawner'
  6658. lore:
  6659. - ''
  6660. - '&5&l* &fBuy: &e$900000 &7&o(You have $%vault_eco_balance_fixed%)'
  6661. - ''
  6662. - '&5&nLeft-click to buy!'
  6663. left_click_commands:
  6664. - '[console] us givespawner %player_name% pig 1'
  6665. - '[console] eco take %player_name% 900000'
  6666. - '[refresh]'
  6667. left_click_requirement:
  6668. requirements:
  6669. stone:
  6670. type: has money
  6671. amount: 900000
  6672. deny_commands:
  6673. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  6674. '23':
  6675. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTQxOWYxNWZmNTRkYWU1ZDA0MGY5YjlkOGViMmE4OTg5ZTY3NjcxMDkyMmEwY2ExNjRkYTYxM2NhNjFlOSJ9fX0=
  6676. data: 3
  6677. slot: 2
  6678. display_name: '&eCow Spawner'
  6679. lore:
  6680. - ''
  6681. - '&5&l* &fBuy: &e$1250000 &7&o(You have $%vault_eco_balance_fixed%)'
  6682. - ''
  6683. - '&5&nLeft-click to buy!'
  6684. left_click_commands:
  6685. - '[console] us givespawner %player_name% cow 1'
  6686. - '[console] eco take %player_name% 1250000'
  6687. - '[refresh]'
  6688. left_click_requirement:
  6689. requirements:
  6690. stone:
  6691. type: has money
  6692. amount: 1250000
  6693. deny_commands:
  6694. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  6695. '24':
  6696. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDQyOWZmMWQyMDE1Y2IxMTM5ODQ3MWJiMmY4OTVmN2I0YzNjY2VjMjAxZTRhZDdhODZmZjI0Yjc0NDg3OGMifX19
  6697. data: 3
  6698. slot: 3
  6699. display_name: '&eChicken Spawner'
  6700. lore:
  6701. - ''
  6702. - '&5&l* &fBuy: &e$300000 &7&o(You have $%vault_eco_balance_fixed%)'
  6703. - ''
  6704. - '&5&nLeft-click to buy!'
  6705. left_click_commands:
  6706. - '[console] us givespawner %player_name% chicken 1'
  6707. - '[console] eco take %player_name% 300000'
  6708. - '[refresh]'
  6709. left_click_requirement:
  6710. requirements:
  6711. stone:
  6712. type: has money
  6713. amount: 300000
  6714. deny_commands:
  6715. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  6716. '25':
  6717. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDFiM2IwMmUzNmFlOTg1MGRmMjVhYTA5YzJjYTVhMTdiOWM2NjE2Y2U1M2UwYjE0MWFkMzYwYjZjNjdjIn19fQ==
  6718. data: 3
  6719. slot: 4
  6720. display_name: '&eMoshroom Spawner'
  6721. lore:
  6722. - ''
  6723. - '&5&l* &fBuy: &e$1000000 &7&o(You have $%vault_eco_balance_fixed%)'
  6724. - ''
  6725. - '&5&nLeft-click to buy!'
  6726. left_click_commands:
  6727. - '[console] us givespawner %player_name% moshroom 1'
  6728. - '[console] eco take %player_name% 1000000'
  6729. - '[refresh]'
  6730. left_click_requirement:
  6731. requirements:
  6732. stone:
  6733. type: has money
  6734. amount: 1000000
  6735. deny_commands:
  6736. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  6737. '26':
  6738. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWM2ZDVhYmJmNjhjY2IyMzg2YmYxNmFmMjVhYzM4ZDhiNzdiYjBlMDQzMTUyNDYxYmQ5N2YzZjYzMGRiYjhiYyJ9fX0=
  6739. data: 3
  6740. slot: 5
  6741. display_name: '&eHorse Spawner'
  6742. lore:
  6743. - ''
  6744. - '&5&l* &fBuy: &e$550000 &7&o(You have $%vault_eco_balance_fixed%)'
  6745. - ''
  6746. - '&5&nLeft-click to buy!'
  6747. left_click_commands:
  6748. - '[console] us givespawner %player_name% horse 1'
  6749. - '[console] eco take %player_name% 550000'
  6750. - '[refresh]'
  6751. left_click_requirement:
  6752. requirements:
  6753. stone:
  6754. type: has money
  6755. amount: 550000
  6756. deny_commands:
  6757. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  6758. '27':
  6759. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGI1MjJmNmQ3N2MwNjk2YzlkMWYyYWQ0OWJmYTNjYjgyMDVhNWU2MjNhZjFjNDIwYmQ3NDBkYzQ3MTkxNGU5NyJ9fX0=
  6760. data: 3
  6761. slot: 6
  6762. display_name: '&eDonkey Spawner'
  6763. lore:
  6764. - ''
  6765. - '&5&l* &fBuy: &e$500000 &7&o(You have $%vault_eco_balance_fixed%)'
  6766. - ''
  6767. - '&5&nLeft-click to buy!'
  6768. left_click_commands:
  6769. - '[console] us givespawner %player_name% donkey 1'
  6770. - '[console] eco take %player_name% 500000'
  6771. - '[refresh]'
  6772. left_click_requirement:
  6773. requirements:
  6774. stone:
  6775. type: has money
  6776. amount: 500000
  6777. deny_commands:
  6778. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  6779. '28':
  6780. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTRhZDc4ZjdhZGE3YzYzNzY0NDllZjk0OWM5Yzg3ZmRlY2U4ODJiNWEyZjE0Y2ZiZjhlYWM2ZmVhNjU3ZjRjNyJ9fX0=
  6781. data: 3
  6782. slot: 7
  6783. display_name: '&eMule Spawner'
  6784. lore:
  6785. - ''
  6786. - '&5&l* &fBuy: &e$550000 &7&o(You have $%vault_eco_balance_fixed%)'
  6787. - ''
  6788. - '&5&nLeft-click to buy!'
  6789. left_click_commands:
  6790. - '[console] us givespawner %player_name% mule 1'
  6791. - '[console] eco take %player_name% 550000'
  6792. - '[refresh]'
  6793. left_click_requirement:
  6794. requirements:
  6795. stone:
  6796. type: has money
  6797. amount: 550000
  6798. deny_commands:
  6799. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  6800. '29':
  6801. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjNlMDZlZDg4MDkyNDNlMzE3MzkzZjYxNjI2NzliMmMxZmU2OTExZWRhMmQzMGNiOTljZmM4MmQzNDdjYiJ9fX0=
  6802. data: 3
  6803. slot: 8
  6804. display_name: '&eRabbit Spawner'
  6805. lore:
  6806. - ''
  6807. - '&5&l* &fBuy: &e$225000 &7&o(You have $%vault_eco_balance_fixed%)'
  6808. - ''
  6809. - '&5&nLeft-click to buy!'
  6810. left_click_commands:
  6811. - '[console] us givespawner %player_name% rabbit 1'
  6812. - '[console] eco take %player_name% 225000'
  6813. - '[refresh]'
  6814. left_click_requirement:
  6815. requirements:
  6816. stone:
  6817. type: has money
  6818. amount: 225000
  6819. deny_commands:
  6820. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  6821. '30':
  6822. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDM5OWM5NzNkNjQ5NmQxZDI1ODQ5MmMyOGQ0Yzk1OTU2YWMzYTI1Mzc2MmJmMTVmNzY0NGFmMWY1NzI4ZGQifX19
  6823. data: 3
  6824. slot: 9
  6825. display_name: '&eWolf Spawner'
  6826. lore:
  6827. - ''
  6828. - '&5&l* &fBuy: &e$225000 &7&o(You have $%vault_eco_balance_fixed%)'
  6829. - ''
  6830. - '&5&nLeft-click to buy!'
  6831. left_click_commands:
  6832. - '[console] us givespawner %player_name% wolf 1'
  6833. - '[console] eco take %player_name% 225000'
  6834. - '[refresh]'
  6835. left_click_requirement:
  6836. requirements:
  6837. stone:
  6838. type: has money
  6839. amount: 225000
  6840. deny_commands:
  6841. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  6842. '31':
  6843. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3OWE3NDNiNjZiZDBiNGQ1NTk4OThlZDFiOTg1N2E0OWYxMTI3ZDlkMjM3YmVkM2RjOTdiY2ViOTM3OWE1In19fQ==
  6844. data: 3
  6845. slot: 10
  6846. display_name: '&eOcelot Spawner'
  6847. lore:
  6848. - ''
  6849. - '&5&l* &fBuy: &e$225000 &7&o(You have $%vault_eco_balance_fixed%)'
  6850. - ''
  6851. - '&5&nLeft-click to buy!'
  6852. left_click_commands:
  6853. - '[console] us givespawner %player_name% ocelot 1'
  6854. - '[console] eco take %player_name% 225000'
  6855. - '[refresh]'
  6856. left_click_requirement:
  6857. requirements:
  6858. stone:
  6859. type: has money
  6860. amount: 225000
  6861. deny_commands:
  6862. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  6863. '32':
  6864. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDQ5MDg4ODYxZmMxZTE0YjYwNWE1MTU0ZDc5ZmE3ZGQ2NWUwNDFhNWM2MzVkMjQ3NDRiM2UxNTI1MzUifX19
  6865. data: 3
  6866. slot: 11
  6867. display_name: '&eSquid Spawner'
  6868. lore:
  6869. - ''
  6870. - '&5&l* &fBuy: &e$500000 &7&o(You have $%vault_eco_balance_fixed%)'
  6871. - ''
  6872. - '&5&nLeft-click to buy!'
  6873. left_click_commands:
  6874. - '[console] us givespawner %player_name% squid 1'
  6875. - '[console] eco take %player_name% 500000'
  6876. - '[refresh]'
  6877. left_click_requirement:
  6878. requirements:
  6879. stone:
  6880. type: has money
  6881. amount: 500000
  6882. deny_commands:
  6883. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  6884. '33':
  6885. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTNjOGFhM2ZkZTI5NWZhOWY5YzI3ZjczNGJkYmFiMTFkMzNhMmU0M2U4NTVhY2NkNzQ2NTM1MjM3NzQxM2IifX19
  6886. data: 3
  6887. slot: 12
  6888. display_name: '&eBat Spawner'
  6889. lore:
  6890. - ''
  6891. - '&5&l* &fBuy: &e$200000 &7&o(You have $%vault_eco_balance_fixed%)'
  6892. - ''
  6893. - '&5&nLeft-click to buy!'
  6894. left_click_commands:
  6895. - '[console] us givespawner %player_name% bat 1'
  6896. - '[console] eco take %player_name% 200000'
  6897. - '[refresh]'
  6898. left_click_requirement:
  6899. requirements:
  6900. stone:
  6901. type: has money
  6902. amount: 200000
  6903. deny_commands:
  6904. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  6905. '34':
  6906. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzdmODQ0YmZlYTI1NDI5ZDQ1ZTFmY2Y5NmVmNjY1NGRmYWFhNmZjOTAyZGMxYjZiNjhjMGFiYzEzNDM0NDcifX19
  6907. data: 3
  6908. slot: 13
  6909. display_name: '&eZombie Spawner'
  6910. lore:
  6911. - ''
  6912. - '&5&l* &fBuy: &e$825000 &7&o(You have $%vault_eco_balance_fixed%)'
  6913. - ''
  6914. - '&5&nLeft-click to buy!'
  6915. left_click_commands:
  6916. - '[console] us givespawner %player_name% zombie 1'
  6917. - '[console] eco take %player_name% 825000'
  6918. - '[refresh]'
  6919. left_click_requirement:
  6920. requirements:
  6921. stone:
  6922. type: has money
  6923. amount: 825000
  6924. deny_commands:
  6925. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  6926. '35':
  6927. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzc3MDU1Y2FkYWNiYjBmOGYzNWMxZDE4YWNjMmVkODZlMGJjYzZkNzNkZGE3MWU0YzU5ZjdlYTI4YjdiMjdiNiJ9fX0=
  6928. data: 3
  6929. slot: 14
  6930. display_name: '&eSkeleton Spawner'
  6931. lore:
  6932. - ''
  6933. - '&5&l* &fBuy: &e$785000 &7&o(You have $%vault_eco_balance_fixed%)'
  6934. - ''
  6935. - '&5&nLeft-click to buy!'
  6936. left_click_commands:
  6937. - '[console] us givespawner %player_name% skeleton 1'
  6938. - '[console] eco take %player_name% 785000'
  6939. - '[refresh]'
  6940. left_click_requirement:
  6941. requirements:
  6942. stone:
  6943. type: has money
  6944. amount: 785000
  6945. deny_commands:
  6946. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  6947. '36':
  6948. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWQ1OWFhNzhjYjdlOWI2Y2E2ZmVlNDEyMTMyOTA1OWRkNjhhZmRkYzBjOGI1M2E5MDZiNzk1Mzk5NGU4YTc2In19fQ==
  6949. data: 3
  6950. slot: 15
  6951. display_name: '&eSpider Spawner'
  6952. lore:
  6953. - ''
  6954. - '&5&l* &fBuy: &e$850000 &7&o(You have $%vault_eco_balance_fixed%)'
  6955. - ''
  6956. - '&5&nLeft-click to buy!'
  6957. left_click_commands:
  6958. - '[console] us givespawner %player_name% spider 1'
  6959. - '[console] eco take %player_name% 850000'
  6960. - '[refresh]'
  6961. left_click_requirement:
  6962. requirements:
  6963. stone:
  6964. type: has money
  6965. amount: 850000
  6966. deny_commands:
  6967. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  6968. '37':
  6969. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTY2MTcxMzEyNTBlNTc4MzMzYTQ0MWZkZjRhNWI4YzYyMTYzNjQwYTlkMDZjZDY3ZGI4OTAzMWQwM2FjY2Y2In19fQ==
  6970. data: 3
  6971. slot: 16
  6972. display_name: '&eCave Spider Spawner'
  6973. lore:
  6974. - ''
  6975. - '&5&l* &fBuy: &e$850000 &7&o(You have $%vault_eco_balance_fixed%)'
  6976. - ''
  6977. - '&5&nLeft-click to buy!'
  6978. left_click_commands:
  6979. - '[console] us givespawner %player_name% cave_spider 1'
  6980. - '[console] eco take %player_name% 850000'
  6981. - '[refresh]'
  6982. left_click_requirement:
  6983. requirements:
  6984. stone:
  6985. type: has money
  6986. amount: 850000
  6987. deny_commands:
  6988. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  6989. '38':
  6990. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODdjNjNkOTA3OWI3NWY5MDk3OTc4M2NmMDdjYTcyNmY2NWUzMDI0NDE1YWM2MjJhN2M5MDZjZDI1MDgyYWYifX19
  6991. data: 3
  6992. slot: 17
  6993. display_name: '&eCreeper Spawner'
  6994. lore:
  6995. - ''
  6996. - '&5&l* &fBuy: &e$1000000 &7&o(You have $%vault_eco_balance_fixed%)'
  6997. - ''
  6998. - '&5&nLeft-click to buy!'
  6999. left_click_commands:
  7000. - '[console] us givespawner %player_name% creeper 1'
  7001. - '[console] eco take %player_name% 1000000'
  7002. - '[refresh]'
  7003. left_click_requirement:
  7004. requirements:
  7005. stone:
  7006. type: has money
  7007. amount: 1000000
  7008. deny_commands:
  7009. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  7010. '39':
  7011. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTMzMGFmMTdmODUxMmVkM2I0OWU3OGJjYTdlZjJkODNmMmRjMWU1OThhOGNiNTQyZWNjM2I2YmVjZWU5ZjU3In19fQ==
  7012. data: 3
  7013. slot: 18
  7014. display_name: '&eSlime Spawner'
  7015. lore:
  7016. - ''
  7017. - '&5&l* &fBuy: &e$1000000 &7&o(You have $%vault_eco_balance_fixed%)'
  7018. - ''
  7019. - '&5&nLeft-click to buy!'
  7020. left_click_commands:
  7021. - '[console] us givespawner %player_name% slime 1'
  7022. - '[console] eco take %player_name% 1000000'
  7023. - '[refresh]'
  7024. left_click_requirement:
  7025. requirements:
  7026. stone:
  7027. type: has money
  7028. amount: 1000000
  7029. deny_commands:
  7030. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  7031. '40':
  7032. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTE4NTY1N2MzOGFjZGQ4Zjk1ZTFkMmNkMTExNWJiMGYxMTEzOWFkMmIzY2U0NDIyNjdlNjk3MDZkOTE2ZSJ9fX0=
  7033. data: 3
  7034. slot: 19
  7035. display_name: '&eMagma Cube Spawner'
  7036. lore:
  7037. - ''
  7038. - '&5&l* &fBuy: &e$1250000 &7&o(You have $%vault_eco_balance_fixed%)'
  7039. - ''
  7040. - '&5&nLeft-click to buy!'
  7041. left_click_commands:
  7042. - '[console] us givespawner %player_name% magma_cube 1'
  7043. - '[console] eco take %player_name% 1250000'
  7044. - '[refresh]'
  7045. left_click_requirement:
  7046. requirements:
  7047. stone:
  7048. type: has money
  7049. amount: 1250000
  7050. deny_commands:
  7051. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  7052. '41':
  7053. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDA2MzEwYTg5NTJiMjY1YzZlNmJlZDQzNDgyMzlkZGVhOGU1NDgyYzhjNjhiZTZmZmY5ODFiYTgwNTZiZjJlIn19fQ==
  7054. data: 3
  7055. slot: 20
  7056. display_name: '&eSilverfish Spawner'
  7057. lore:
  7058. - ''
  7059. - '&5&l* &fBuy: &e$175000 &7&o(You have $%vault_eco_balance_fixed%)'
  7060. - ''
  7061. - '&5&nLeft-click to buy!'
  7062. left_click_commands:
  7063. - '[console] us givespawner %player_name% silverfish 1'
  7064. - '[console] eco take %player_name% 175000'
  7065. - '[refresh]'
  7066. left_click_requirement:
  7067. requirements:
  7068. stone:
  7069. type: has money
  7070. amount: 175000
  7071. deny_commands:
  7072. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  7073. '42':
  7074. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2JlYWM1MDFlOTdkYjFjYzAzNTI4N2QwNjhhOGViNTM4ZTU1ZWY4MDJmNWNjYTI1NjgzOTMzYTI0MzEzNmMifX19
  7075. data: 3
  7076. slot: 21
  7077. display_name: '&eEndermite Spawner'
  7078. lore:
  7079. - ''
  7080. - '&5&l* &fBuy: &e$175000 &7&o(You have $%vault_eco_balance_fixed%)'
  7081. - ''
  7082. - '&5&nLeft-click to buy!'
  7083. left_click_commands:
  7084. - '[console] us givespawner %player_name% endermite 1'
  7085. - '[console] eco take %player_name% 175000'
  7086. - '[refresh]'
  7087. left_click_requirement:
  7088. requirements:
  7089. stone:
  7090. type: has money
  7091. amount: 175000
  7092. deny_commands:
  7093. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  7094. '43':
  7095. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWZiZGNlZWY3NzNkOTU5YjQ5ZGRkOTYxNWY0MjY5YzE3NmUyMzE1NGQ0NTc1MjY2NzQyOGRjNGUzZmQ0ZCJ9fX0=
  7096. data: 3
  7097. slot: 22
  7098. display_name: '&eWitch Spawner'
  7099. lore:
  7100. - ''
  7101. - '&5&l* &fBuy: &e$800000 &7&o(You have $%vault_eco_balance_fixed%)'
  7102. - ''
  7103. - '&5&nLeft-click to buy!'
  7104. left_click_commands:
  7105. - '[console] us givespawner %player_name% witch 1'
  7106. - '[console] eco take %player_name% 800000'
  7107. - '[refresh]'
  7108. left_click_requirement:
  7109. requirements:
  7110. stone:
  7111. type: has money
  7112. amount: 800000
  7113. deny_commands:
  7114. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  7115. '44':
  7116. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzdjMGQwMTBkZDBlNTEyZmZlYTEwOGQ3YzVmZTY5ZDU3NmMzMWVjMjY2Yzg4NGI1MWVjMGIyOGNjNDU3In19fQ==
  7117. data: 3
  7118. slot: 23
  7119. display_name: '&eEnderman Spawner'
  7120. lore:
  7121. - ''
  7122. - '&5&l* &fBuy: &e$1000000 &7&o(You have $%vault_eco_balance_fixed%)'
  7123. - ''
  7124. - '&5&nLeft-click to buy!'
  7125. left_click_commands:
  7126. - '[console] us givespawner %player_name% enderman 1'
  7127. - '[console] eco take %player_name% 1000000'
  7128. - '[refresh]'
  7129. left_click_requirement:
  7130. requirements:
  7131. stone:
  7132. type: has money
  7133. amount: 1000000
  7134. deny_commands:
  7135. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  7136. '45':
  7137. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTMzYWNhZTZlMDc1YTU3OGNjZmM3ZGMyZDVhMTVkYmNjZmE4ZjU5YzYwOWY5NzAzODg5ZWY1NGM3NDJjNTYifX19
  7138. data: 3
  7139. slot: 24
  7140. display_name: '&eBlaze Spawner'
  7141. lore:
  7142. - ''
  7143. - '&5&l* &fBuy: &e$1250000 &7&o(You have $%vault_eco_balance_fixed%)'
  7144. - ''
  7145. - '&5&nLeft-click to buy!'
  7146. left_click_commands:
  7147. - '[console] us givespawner %player_name% blaze 1'
  7148. - '[console] eco take %player_name% 1250000'
  7149. - '[refresh]'
  7150. left_click_requirement:
  7151. requirements:
  7152. stone:
  7153. type: has money
  7154. amount: 1250000
  7155. deny_commands:
  7156. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  7157. '46':
  7158. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWY3ZGU5ZmFmYThmY2I3N2Q1OTQ0ZTYyOGI3MjA0MmI5Zjc5ODhkZTQzZTQyMjk4M2M3OGQzNzYyZDZkNyJ9fX0=
  7159. data: 3
  7160. slot: 25
  7161. display_name: '&ePigman Spawner'
  7162. lore:
  7163. - ''
  7164. - '&5&l* &fBuy: &e$1250000 &7&o(You have $%vault_eco_balance_fixed%)'
  7165. - ''
  7166. - '&5&nLeft-click to buy!'
  7167. left_click_commands:
  7168. - '[console] us givespawner %player_name% pigman 1'
  7169. - '[console] eco take %player_name% 1250000'
  7170. - '[refresh]'
  7171. left_click_requirement:
  7172. requirements:
  7173. stone:
  7174. type: has money
  7175. amount: 1250000
  7176. deny_commands:
  7177. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  7178. '47':
  7179. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmUxMTlhYWE0OTk5NjQ4YTc1Yjk3OGVmYWZhOTdlZGFiMWNkY2ExZmYxZDgzMDFiYTYxY2RjMmRiMTYwNmUyMiJ9fX0=
  7180. data: 3
  7181. slot: 26
  7182. display_name: '&eGuardian Spawner'
  7183. lore:
  7184. - ''
  7185. - '&5&l* &fBuy: &e$1250000 &7&o(You have $%vault_eco_balance_fixed%)'
  7186. - ''
  7187. - '&5&nLeft-click to buy!'
  7188. left_click_commands:
  7189. - '[console] us givespawner %player_name% guardian 1'
  7190. - '[console] eco take %player_name% 1250000'
  7191. - '[refresh]'
  7192. left_click_requirement:
  7193. requirements:
  7194. stone:
  7195. type: has money
  7196. amount: 1250000
  7197. deny_commands:
  7198. - '[message] &e&lSHOP &8| &cYou do not have money enough to buy this!'
  7199. Isupgrades:
  7200. open_command:
  7201. - is upgrade
  7202. - island upgrades
  7203. - is upgrades
  7204. - island upgrade
  7205. update_interval: 1
  7206. menu_title: '&8» Island Upgrades'
  7207. size: 27
  7208. items:
  7209. '10':
  7210. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2JmYjQxZjg2NmU3ZThlNTkzNjU5OTg2YzlkNmU4OGNkMzc2NzdiM2Y3YmQ0NDI1M2U1ODcxZTY2ZDFkNDI0In19fQ==
  7211. data: 3
  7212. slot: 11
  7213. priority: 1
  7214. display_name: '&d&lIsland Size Upgrade'
  7215. lore:
  7216. - ''
  7217. - '&fPurchase these upgrades to'
  7218. - '&fincrease the size of your'
  7219. - '&fisland border.'
  7220. - ''
  7221. - '&d&lINFORMATION:'
  7222. - '&5&l* &fCurrency: &dBalance'
  7223. - '&5&l* &fProgress: %javascript_border%'
  7224. - '&5&l* &fDefault: &a50x50 Size'
  7225. - ''
  7226. - '&5&nClick to proceed!'
  7227. left_click_commands:
  7228. - '[openguimenu] Upgradesisize'
  7229. - '[close]'
  7230. - '[refresh]'
  7231. right_click_commands:
  7232. - '[openguimenu] Upgradesisize'
  7233. - '[close]'
  7234. - '[refresh]'
  7235. '9':
  7236. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTUzZjIzYTlkZGE5ZTRkZWJhNmNkZjBmODhmZGE4NDEyMjk2NTg2NTliNzFlMzc5OWE2YjU0ZGVmZTkyYzYifX19
  7237. data: 3
  7238. slot: 12
  7239. priority: 1
  7240. display_name: '&d&lTeam Size Upgrade'
  7241. lore:
  7242. - ''
  7243. - '&fPurchase these upgrades to increase'
  7244. - '&fthe limit of how many players'
  7245. - '&fcan be on your island''s team.'
  7246. - ''
  7247. - '&d&lINFORMATION:'
  7248. - '&5&l* &fCurrency: &dBalance'
  7249. - '&5&l* &fProgress: %javascript_team%'
  7250. - '&5&l* &fDefault: &a2 Members'
  7251. - ''
  7252. - '&5&nClick to proceed!'
  7253. left_click_commands:
  7254. - '[openguimenu] uisteam'
  7255. - '[close]'
  7256. - '[refresh]'
  7257. right_click_commands:
  7258. - '[openguimenu] uisteam'
  7259. - '[close]'
  7260. - '[refresh]'
  7261. '11':
  7262. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmEyODI5OTg5NmY0MTNmZTVkYjg0YTM4NTQ2MjQ1OGY3YmQxNjQ2ZTg2MjVjMjViMjY2M2UxMmE2YiJ9fX0=
  7263. data: 3
  7264. slot: 13
  7265. priority: 1
  7266. display_name: '&d&lIsland Homes Upgrade'
  7267. lore:
  7268. - ''
  7269. - '&fPurchase these upgrades to'
  7270. - '&fincrease the limit of how many'
  7271. - '&fhomes you can set on your own island.'
  7272. - ''
  7273. - '&d&lINFORMATION:'
  7274. - '&5&l* &fCurrency: &dBalance'
  7275. - '&5&l* &fProgress: %javascript_homes%'
  7276. - '&5&l* &fDefault: &a1 Home'
  7277. - ''
  7278. - '&5&nClick to proceed!'
  7279. left_click_commands:
  7280. - '[openguimenu] uishomes'
  7281. - '[close]'
  7282. - '[refresh]'
  7283. right_click_commands:
  7284. - '[openguimenu] uishomes'
  7285. - '[close]'
  7286. - '[refresh]'
  7287. '12':
  7288. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTQ0NGViZDQ3MzUyODZmNWE3ZWYzMTZlZDdmMTlkMjZjYTAyYTE5ZWQxNjQwOWY5MjdlODg4Zjg2NDJkNmQifX19
  7289. data: 3
  7290. slot: 14
  7291. priority: 1
  7292. display_name: '&d&lGenerator Upgrade'
  7293. lore:
  7294. - ''
  7295. - '&fThese upgrades, based on island'
  7296. - '&flevels will improve the ore production'
  7297. - '&fof your island''s generators.'
  7298. - ''
  7299. - '&d&lINFORMATION:'
  7300. - '&5&l* &fCurrency: &dIsland Level'
  7301. - '&5&l* &fDefault: &aStone/Cobblestone'
  7302. - ''
  7303. - '&5&nClick to proceed!'
  7304. left_click_commands:
  7305. - '[openguimenu] oregen'
  7306. - '[close]'
  7307. - '[refresh]'
  7308. right_click_commands:
  7309. - '[openguimenu] oregen'
  7310. - '[close]'
  7311. - '[refresh]'
  7312. '13':
  7313. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDZjMzQ2OWNiODQ2M2QyNmZlMGVmNzFmYTc5MGU3Y2M5NWNiNDI5NGQ1NDcwZDdlZmRjZTBjNDkxYzVlZSJ9fX0=
  7314. data: 3
  7315. slot: 15
  7316. priority: 1
  7317. display_name: '&d&lHopper Limit Upgrade'
  7318. lore:
  7319. - ''
  7320. - '&fPurchase these upgrades to'
  7321. - '&fincrease the limit of how many'
  7322. - '&fhoppers you can have on your island.'
  7323. - ''
  7324. - '&d&lINFORMATION:'
  7325. - '&5&l* &fCurrency: &dRank'
  7326. - '&5&l* &fProgress: %javascript_hoppers%'
  7327. - '&5&l* &fDefault: &a100 Hoppers'
  7328. - ''
  7329. - '&5&nClick to proceed!'
  7330. left_click_commands:
  7331. - '[console] titlemanager:tm message %player_name% &7\n&fYou have to buy a
  7332. rank to upgrade it!'
  7333. - '[close]'
  7334. - '[refresh]'
  7335. right_click_commands:
  7336. - '[console] titlemanager:tm message %player_name% &7\n&fYou have to buy a
  7337. rank to upgrade it!'
  7338. - '[close]'
  7339. - '[refresh]'
  7340. '20':
  7341. material: 160
  7342. display_name: '&f'
  7343. data: 15
  7344. slots:
  7345. - 0
  7346. - 1
  7347. - 2
  7348. - 3
  7349. - 4
  7350. - 5
  7351. - 6
  7352. - 7
  7353. - 8
  7354. - 9
  7355. - 10
  7356. - 16
  7357. - 17
  7358. - 18
  7359. - 19
  7360. - 20
  7361. - 21
  7362. - 22
  7363. - 23
  7364. - 24
  7365. - 25
  7366. - 26
  7367. priority: 1
  7368. Upgradesisize:
  7369. update_interval: 1
  7370. menu_title: '&8» Island Size Upgrades'
  7371. open_command: dsfgweedfdsgdsdf
  7372. inventory_type: DROPPER
  7373. size: 27
  7374. items:
  7375. '10':
  7376. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzJmYThmMzhjN2IyMjA5NjYxOWMzYTZkNjQ5OGI0MDU1MzBlNDhkNWQ0ZjkxZTJhYWNlYTU3ODg0NGQ1YzY3In19fQ==
  7377. data: 3
  7378. slot: 4
  7379. view_requirement:
  7380. requirements:
  7381. music:
  7382. type: string equals
  7383. input: '%javascript_border%'
  7384. output: '&c■■■'
  7385. priority: 1
  7386. display_name: '&d&lSize Upgrade #1'
  7387. lore:
  7388. - ''
  7389. - '&fExpand your island border'
  7390. - '&fby purchasing this next'
  7391. - '&fupgrade.'
  7392. - ''
  7393. - '&d&lINFORMATION:'
  7394. - '&5&l* &fNew size: &b&l125x125'
  7395. - '&5&l* &fRating Bar: &a⬛&c⬛⬛'
  7396. - ''
  7397. - '&d&lREQUIREMENTS:'
  7398. - '&5&l* &fBalance: &e$160,000'
  7399. - ''
  7400. - '&5&nClick to upgrade!'
  7401. left_click_commands:
  7402. - '[console] pex user %player_name% add askyblock.island.range.125'
  7403. - '[console] eco take %player_name% 160000'
  7404. - '[close]'
  7405. - '[refresh]'
  7406. right_click_commands:
  7407. - '[console] pex user %player_name% add askyblock.island.range.125'
  7408. - '[console] eco take %player_name% 160000'
  7409. - '[close]'
  7410. - '[refresh]'
  7411. left_click_requirement:
  7412. requirements:
  7413. name:
  7414. type: has money
  7415. amount: 160000
  7416. deny_commands:
  7417. - '[message] &e&lSKYBLOCK &8┃ &cYou do not have money enough to buy
  7418. this upgrade!'
  7419. - '[close]'
  7420. right_click_requirement:
  7421. requirements:
  7422. name:
  7423. type: has money
  7424. amount: 160000
  7425. deny_commands:
  7426. - '[message] &e&lSKYBLOCK &8┃ &cYou do not have money enough to buy
  7427. this upgrade!'
  7428. - '[close]'
  7429. '9':
  7430. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGM5MzY1NjQyYzZlZGRjZmVkZjViNWUxNGUyYmM3MTI1N2Q5ZTRhMzM2M2QxMjNjNmYzM2M1NWNhZmJmNmQifX19
  7431. data: 3
  7432. slot: 4
  7433. view_requirement:
  7434. requirements:
  7435. music:
  7436. type: string equals
  7437. input: '%javascript_border%'
  7438. output: '&a■&c■■'
  7439. priority: 2
  7440. display_name: '&d&lSize Upgrade #2'
  7441. lore:
  7442. - ''
  7443. - '&fExpand your island border'
  7444. - '&fby purchasing this next'
  7445. - '&fupgrade.'
  7446. - ''
  7447. - '&d&lINFORMATION:'
  7448. - '&5&l* &fNew size: &b&l150x150'
  7449. - '&5&l* &fRating Bar: &a⬛⬛&c⬛'
  7450. - ''
  7451. - '&d&lREQUIREMENTS:'
  7452. - '&5&l* &fBalance: &e$200,000'
  7453. - ''
  7454. - '&5&nClick to upgrade!'
  7455. left_click_commands:
  7456. - '[console] pex user %player_name% add askyblock.island.range.150'
  7457. - '[console] eco take %player_name% 200000'
  7458. - '[close]'
  7459. - '[refresh]'
  7460. right_click_commands:
  7461. - '[console] pex user %player_name% add askyblock.island.range.150'
  7462. - '[console] eco take %player_name% 200000'
  7463. - '[close]'
  7464. - '[refresh]'
  7465. left_click_requirement:
  7466. requirements:
  7467. name:
  7468. type: has money
  7469. amount: 200000
  7470. deny_commands:
  7471. - '[message] &e&lSKYBLOCK &8┃ &cYou do not have money enough to buy
  7472. this upgrade!'
  7473. - '[close]'
  7474. right_click_requirement:
  7475. requirements:
  7476. name:
  7477. type: has money
  7478. amount: 200000
  7479. deny_commands:
  7480. - '[message] &e&lSKYBLOCK &8┃ &cYou do not have money enough to buy
  7481. this upgrade!'
  7482. - '[close]'
  7483. '11':
  7484. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmFmZjJlYjQ5OGU1YzZhMDQ0ODRmMGM5Zjc4NWI0NDg0NzlhYjIxM2RmOTVlYzkxMTc2YTMwOGExMmFkZDcwIn19fQ==
  7485. data: 3
  7486. slot: 4
  7487. view_requirement:
  7488. requirements:
  7489. music:
  7490. type: string equals
  7491. input: '%javascript_border%'
  7492. output: '&a■■&c■'
  7493. priority: 3
  7494. display_name: '&d&lSize Upgrade #3'
  7495. lore:
  7496. - ''
  7497. - '&fExpand your island border'
  7498. - '&fby purchasing this next'
  7499. - '&fupgrade.'
  7500. - ''
  7501. - '&d&lINFORMATION:'
  7502. - '&5&l* &fNew size: &b&l200x200'
  7503. - '&5&l* &fRating Bar: &a⬛⬛⬛'
  7504. - ''
  7505. - '&d&lREQUIREMENTS:'
  7506. - '&5&l* &fBalance: &e$280,000'
  7507. - ''
  7508. - '&5&nClick to upgrade!'
  7509. left_click_commands:
  7510. - '[console] pex user %player_name% add askyblock.island.range.200'
  7511. - '[console] eco take %player_name% 280000'
  7512. - '[close]'
  7513. - '[refresh]'
  7514. right_click_commands:
  7515. - '[console] pex user %player_name% add askyblock.island.range.200'
  7516. - '[console] eco take %player_name% 280000'
  7517. - '[close]'
  7518. - '[refresh]'
  7519. left_click_requirement:
  7520. requirements:
  7521. name:
  7522. type: has money
  7523. amount: 280000
  7524. deny_commands:
  7525. - '[message] &e&lSKYBLOCK &8┃ &cYou do not have money enough to buy
  7526. this upgrade!'
  7527. - '[close]'
  7528. right_click_requirement:
  7529. requirements:
  7530. name:
  7531. type: has money
  7532. amount: 280000
  7533. deny_commands:
  7534. - '[message] &e&lSKYBLOCK &8┃ &cYou do not have money enough to buy
  7535. this upgrade!'
  7536. - '[close]'
  7537. '12':
  7538. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2JmYjQxZjg2NmU3ZThlNTkzNjU5OTg2YzlkNmU4OGNkMzc2NzdiM2Y3YmQ0NDI1M2U1ODcxZTY2ZDFkNDI0In19fQ==
  7539. data: 3
  7540. slot: 4
  7541. priority: 4
  7542. display_name: '&d&lSize Upgrade Full'
  7543. lore:
  7544. - ''
  7545. - '&fYou got all the island'
  7546. - '&fsize upgrades of your island,'
  7547. - '&fcongratulations!'
  7548. - ''
  7549. - '&d&lINFORMATION:'
  7550. - '&5&l* &fCurrent size: &b&l200x200'
  7551. - '&5&l* &fRating Bar: &a⬛⬛⬛'
  7552. '20':
  7553. material: 160
  7554. display_name: '&f'
  7555. data: 15
  7556. slots:
  7557. - 0
  7558. - 1
  7559. - 2
  7560. - 3
  7561. - 5
  7562. - 6
  7563. - 7
  7564. - 8
  7565. priority: 1
  7566. uisteam:
  7567. open_command:
  7568. - dsfgweedfdsgd
  7569. update_interval: 1
  7570. menu_title: '&8» Island Team Upgrades'
  7571. inventory_type: DROPPER
  7572. size: 27
  7573. items:
  7574. '10':
  7575. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGFjYzU5OTQ4ODQ1NzNkYmM2Y2Q3YjUwM2NjNTViNzMzYjE4Yjg1YTFhZWE1ZjQwMWMwNjUzMjZjYzNjM2YifX19
  7576. data: 3
  7577. slot: 4
  7578. view_requirement:
  7579. requirements:
  7580. music:
  7581. type: string equals
  7582. input: '%javascript_team%'
  7583. output: '&c■■■■■'
  7584. priority: 1
  7585. display_name: '&d&lTeam Upgrade #1'
  7586. lore:
  7587. - ''
  7588. - '&fExpand your island team size'
  7589. - '&fby purchasing this next'
  7590. - '&fupgrade.'
  7591. - ''
  7592. - '&d&lINFORMATION:'
  7593. - '&5&l* &fNew limit: &b&l4'
  7594. - '&5&l* &fRating Bar: &a⬛&c⬛⬛⬛⬛'
  7595. - ''
  7596. - '&d&lREQUIREMENTS:'
  7597. - '&5&l* &fBalance: &e$250,000'
  7598. - ''
  7599. - '&5&nClick to upgrade!'
  7600. left_click_commands:
  7601. - '[console] pex user %player_name% add askyblock.team.maxsize.4'
  7602. - '[console] eco take %player_name% 250000'
  7603. - '[close]'
  7604. - '[refresh]'
  7605. right_click_commands:
  7606. - '[console] pex user %player_name% add askyblock.team.maxsize.4'
  7607. - '[console] eco take %player_name% 250000'
  7608. - '[close]'
  7609. - '[refresh]'
  7610. left_click_requirement:
  7611. requirements:
  7612. name:
  7613. type: has money
  7614. amount: 250000
  7615. deny_commands:
  7616. - '[message] &e&lSKYBLOCK &8┃ &cYou do not have money enough to buy
  7617. this upgrade!'
  7618. - '[close]'
  7619. right_click_requirement:
  7620. requirements:
  7621. name:
  7622. type: has money
  7623. amount: 250000
  7624. deny_commands:
  7625. - '[message] &e&lSKYBLOCK &8┃ &cYou do not have money enough to buy
  7626. this upgrade!'
  7627. - '[close]'
  7628. '9':
  7629. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDk2ZTJhM2ZlMWVkNjQ0MzZlOGQ2MGI5Zjk5OWZmMzg3MDFhYzEzYjE0NTEwZGFjYmYwNzA0MDYwZmIyYSJ9fX0=
  7630. data: 3
  7631. slot: 4
  7632. view_requirement:
  7633. requirements:
  7634. music:
  7635. type: string equals
  7636. input: '%javascript_team%'
  7637. output: '&a■&c■■■■'
  7638. priority: 2
  7639. display_name: '&d&lTeam Upgrade #2'
  7640. lore:
  7641. - ''
  7642. - '&fExpand your island team size'
  7643. - '&fby purchasing this next'
  7644. - '&fupgrade.'
  7645. - ''
  7646. - '&d&lINFORMATION:'
  7647. - '&5&l* &fNew limit: &b&l6'
  7648. - '&5&l* &fRating Bar: &a⬛⬛&c⬛⬛⬛'
  7649. - ''
  7650. - '&d&lREQUIREMENTS:'
  7651. - '&5&l* &fBalance: &e$500,000'
  7652. - ''
  7653. - '&5&nClick to upgrade!'
  7654. left_click_commands:
  7655. - '[console] pex user %player_name% add askyblock.team.maxsize.6'
  7656. - '[console] eco take %player_name% 500000'
  7657. - '[close]'
  7658. - '[refresh]'
  7659. right_click_commands:
  7660. - '[console] pex user %player_name% add askyblock.team.maxsize.6'
  7661. - '[console] eco take %player_name% 500000'
  7662. - '[close]'
  7663. - '[refresh]'
  7664. left_click_requirement:
  7665. requirements:
  7666. name:
  7667. type: has money
  7668. amount: 500000
  7669. deny_commands:
  7670. - '[message] &e&lSKYBLOCK &8┃ &cYou do not have money enough to buy
  7671. this upgrade!'
  7672. - '[close]'
  7673. right_click_requirement:
  7674. requirements:
  7675. name:
  7676. type: has money
  7677. amount: 500000
  7678. deny_commands:
  7679. - '[message] &e&lSKYBLOCK &8┃ &cYou do not have money enough to buy
  7680. this upgrade!'
  7681. - '[close]'
  7682. '11':
  7683. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzZjNzZmNjJjYjZiNTU3NDk3ZjMyMmZmOTUzNzJlNDUxOGNhN2Q5ODc5Yjc2ZDQ2ZGE5ZWUwMWEzY2FiZTk0ZiJ9fX0=
  7684. data: 3
  7685. slot: 4
  7686. view_requirement:
  7687. requirements:
  7688. music:
  7689. type: string equals
  7690. input: '%javascript_team%'
  7691. output: '&a■■&c■■■'
  7692. priority: 3
  7693. display_name: '&d&lTeam Upgrade #3'
  7694. lore:
  7695. - ''
  7696. - '&fExpand your island team size'
  7697. - '&fby purchasing this next'
  7698. - '&fupgrade.'
  7699. - ''
  7700. - '&d&lINFORMATION:'
  7701. - '&5&l* &fNew limit: &b&l8'
  7702. - '&5&l* &fRating Bar: &a⬛⬛⬛&c⬛⬛'
  7703. - ''
  7704. - '&d&lREQUIREMENTS:'
  7705. - '&5&l* &fBalance: &e$800,000'
  7706. - ''
  7707. - '&5&nClick to upgrade!'
  7708. left_click_commands:
  7709. - '[console] pex user %player_name% add askyblock.team.maxsize.8'
  7710. - '[console] eco take %player_name% 800000'
  7711. - '[close]'
  7712. - '[refresh]'
  7713. right_click_commands:
  7714. - '[console] pex user %player_name% add askyblock.team.maxsize.8'
  7715. - '[console] eco take %player_name% 800000'
  7716. - '[close]'
  7717. - '[refresh]'
  7718. left_click_requirement:
  7719. requirements:
  7720. name:
  7721. type: has money
  7722. amount: 800000
  7723. deny_commands:
  7724. - '[message] &e&lSKYBLOCK &8┃ &cYou do not have money enough to buy
  7725. this upgrade!'
  7726. - '[close]'
  7727. right_click_requirement:
  7728. requirements:
  7729. name:
  7730. type: has money
  7731. amount: 800000
  7732. deny_commands:
  7733. - '[message] &e&lSKYBLOCK &8┃ &cYou do not have money enough to buy
  7734. this upgrade!'
  7735. - '[close]'
  7736. '12':
  7737. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTdmZTMzNjJkNWQ3MGE3ODczZDU4MjI2MTNlZjdiZDgxMjk3MmM3MmEzZmFkZDUwNWNiYmE2NDY2YjViYiJ9fX0=
  7738. data: 3
  7739. slot: 4
  7740. view_requirement:
  7741. requirements:
  7742. music:
  7743. type: string equals
  7744. input: '%javascript_team%'
  7745. output: '&a■■■&c■■'
  7746. priority: 4
  7747. display_name: '&d&lTeam Upgrade #4'
  7748. lore:
  7749. - ''
  7750. - '&fExpand your island team size'
  7751. - '&fby purchasing this next'
  7752. - '&fupgrade.'
  7753. - ''
  7754. - '&d&lINFORMATION:'
  7755. - '&5&l* &fNew limit: &b&l10'
  7756. - '&5&l* &fRating Bar: &a⬛⬛⬛⬛&c⬛'
  7757. - ''
  7758. - '&d&lREQUIREMENTS:'
  7759. - '&5&l* &fBalance: &e$1,100,000'
  7760. - ''
  7761. - '&5&nClick to upgrade!'
  7762. left_click_commands:
  7763. - '[console] pex user %player_name% add askyblock.team.maxsize.10'
  7764. - '[console] eco take %player_name% 1100000'
  7765. - '[close]'
  7766. - '[refresh]'
  7767. right_click_commands:
  7768. - '[console] pex user %player_name% add askyblock.team.maxsize.10'
  7769. - '[console] eco take %player_name% 1100000'
  7770. - '[close]'
  7771. - '[refresh]'
  7772. left_click_requirement:
  7773. requirements:
  7774. name:
  7775. type: has money
  7776. amount: 1100000
  7777. deny_commands:
  7778. - '[message] &e&lSKYBLOCK &8┃ &cYou do not have money enough to buy
  7779. this upgrade!'
  7780. - '[close]'
  7781. right_click_requirement:
  7782. requirements:
  7783. name:
  7784. type: has money
  7785. amount: 1100000
  7786. deny_commands:
  7787. - '[message] &e&lSKYBLOCK &8┃ &cYou do not have money enough to buy
  7788. this upgrade!'
  7789. - '[close]'
  7790. '13':
  7791. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzdjMWJhNDk2MWQxMTlkMDZmOGFmOTkxNzlkNmU2MWFjOWQ2ZWM2ZmFkYjMyZmE1NTY1NzkxYWZiMTY1OWMifX19
  7792. data: 3
  7793. slot: 4
  7794. view_requirement:
  7795. requirements:
  7796. music:
  7797. type: string equals
  7798. input: '%javascript_team%'
  7799. output: '&a■■■■&c■'
  7800. priority: 5
  7801. display_name: '&d&lTeam Upgrade #5'
  7802. lore:
  7803. - ''
  7804. - '&fExpand your island team size'
  7805. - '&fby purchasing this next'
  7806. - '&fupgrade.'
  7807. - ''
  7808. - '&d&lINFORMATION:'
  7809. - '&5&l* &fNew limit: &b&l12'
  7810. - '&5&l* &fRating Bar: &a⬛⬛⬛⬛⬛'
  7811. - ''
  7812. - '&d&lREQUIREMENTS:'
  7813. - '&5&l* &fBalance: &e$1,400,000'
  7814. - ''
  7815. - '&5&nClick to upgrade!'
  7816. left_click_commands:
  7817. - '[console] pex user %player_name% add askyblock.team.maxsize.12'
  7818. - '[console] eco take %player_name% 1400000'
  7819. - '[close]'
  7820. - '[refresh]'
  7821. right_click_commands:
  7822. - '[console] pex user %player_name% add askyblock.team.maxsize.12'
  7823. - '[console] eco take %player_name% 1400000'
  7824. - '[close]'
  7825. - '[refresh]'
  7826. left_click_requirement:
  7827. requirements:
  7828. name:
  7829. type: has money
  7830. amount: 1400000
  7831. deny_commands:
  7832. - '[message] &e&lSKYBLOCK &8┃ &cYou do not have money enough to buy
  7833. this upgrade!'
  7834. - '[close]'
  7835. right_click_requirement:
  7836. requirements:
  7837. name:
  7838. type: has money
  7839. amount: 1400000
  7840. deny_commands:
  7841. - '[message] &e&lSKYBLOCK &8┃ &cYou do not have money enough to buy
  7842. this upgrade!'
  7843. - '[close]'
  7844. '14':
  7845. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2JmYjQxZjg2NmU3ZThlNTkzNjU5OTg2YzlkNmU4OGNkMzc2NzdiM2Y3YmQ0NDI1M2U1ODcxZTY2ZDFkNDI0In19fQ==
  7846. data: 3
  7847. slot: 4
  7848. priority: 4
  7849. display_name: '&d&lTeam Upgrade Full'
  7850. lore:
  7851. - ''
  7852. - '&fYou got all the team'
  7853. - '&fsize upgrades of your island,'
  7854. - '&fcongratulations!'
  7855. - ''
  7856. - '&d&lINFORMATION:'
  7857. - '&5&l* &fCurrent limit: &b&l12'
  7858. - '&5&l* &fRating Bar: &a⬛⬛⬛⬛⬛'
  7859. '20':
  7860. material: 160
  7861. display_name: '&f'
  7862. data: 15
  7863. slots:
  7864. - 0
  7865. - 1
  7866. - 2
  7867. - 3
  7868. - 5
  7869. - 6
  7870. - 7
  7871. - 8
  7872. priority: 1
  7873. uishomes:
  7874. open_command:
  7875. - dsfgwdfgweewdd
  7876. update_interval: 1
  7877. menu_title: '&8» Island Homes Upgrades'
  7878. inventory_type: DROPPER
  7879. size: 27
  7880. items:
  7881. '10':
  7882. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Y3Y2RlZWZjNmQzN2ZlY2FiNjc2YzU4NGJmNjIwODMyYWFhYzg1Mzc1ZTlmY2JmZjI3MzcyNDkyZDY5ZiJ9fX0=
  7883. data: 3
  7884. slot: 4
  7885. view_requirement:
  7886. requirements:
  7887. music:
  7888. type: string equals
  7889. input: '%javascript_homes%'
  7890. output: '&c■■■'
  7891. priority: 1
  7892. display_name: '&d&lHome Upgrade #1'
  7893. lore:
  7894. - ''
  7895. - '&fExpand your island home limit'
  7896. - '&fby purchasing this next'
  7897. - '&fupgrade.'
  7898. - ''
  7899. - '&d&lINFORMATION:'
  7900. - '&5&l* &fNew limit: &b&l2 Homes'
  7901. - '&5&l* &fRating Bar: &a⬛&c⬛⬛'
  7902. - ''
  7903. - '&d&lREQUIREMENTS:'
  7904. - '&5&l* &fBalance: &e$10,000'
  7905. - ''
  7906. - '&5&nClick to upgrade!'
  7907. left_click_commands:
  7908. - '[console] pex user %player_name% add askyblock.island.maxhomes.2'
  7909. - '[console] eco take %player_name% 10000'
  7910. - '[close]'
  7911. - '[refresh]'
  7912. right_click_commands:
  7913. - '[console] pex user %player_name% add askyblock.island.maxhomes.2'
  7914. - '[console] eco take %player_name% 10000'
  7915. - '[close]'
  7916. - '[refresh]'
  7917. left_click_requirement:
  7918. requirements:
  7919. name:
  7920. type: has money
  7921. amount: 10000
  7922. deny_commands:
  7923. - '[message] &e&lSKYBLOCK &8┃ &cYou do not have money enough to buy
  7924. this upgrade!'
  7925. - '[close]'
  7926. right_click_requirement:
  7927. requirements:
  7928. name:
  7929. type: has money
  7930. amount: 10000
  7931. deny_commands:
  7932. - '[message] &e&lSKYBLOCK &8┃ &cYou do not have money enough to buy
  7933. this upgrade!'
  7934. - '[close]'
  7935. '9':
  7936. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDk5MTBjZjYwMGQyMWEwNDA0ZDlkZjRiMGQ2NTllZDQ4NDE4NmFlMDYxNDI3MGY3YTY0MjlmNzA0ZDBiZGJjOSJ9fX0=
  7937. data: 3
  7938. slot: 4
  7939. view_requirement:
  7940. requirements:
  7941. music:
  7942. type: string equals
  7943. input: '%javascript_homes%'
  7944. output: '&a■&c■■'
  7945. priority: 2
  7946. display_name: '&d&lTeam Upgrade #2'
  7947. lore:
  7948. - ''
  7949. - '&fExpand your island home limit'
  7950. - '&fby purchasing this next'
  7951. - '&fupgrade.'
  7952. - ''
  7953. - '&d&lINFORMATION:'
  7954. - '&5&l* &fNew limit: &b&l4 Homes'
  7955. - '&5&l* &fRating Bar: &a⬛⬛&c⬛'
  7956. - ''
  7957. - '&d&lREQUIREMENTS:'
  7958. - '&5&l* &fBalance: &e$20,000'
  7959. - ''
  7960. - '&5&nClick to upgrade!'
  7961. left_click_commands:
  7962. - '[console] pex user %player_name% add askyblock.island.maxhomes.4'
  7963. - '[console] eco take %player_name% 20000'
  7964. - '[close]'
  7965. - '[refresh]'
  7966. right_click_commands:
  7967. - '[console] pex user %player_name% add askyblock.island.maxhomes.4'
  7968. - '[console] eco take %player_name% 20000'
  7969. - '[close]'
  7970. - '[refresh]'
  7971. left_click_requirement:
  7972. requirements:
  7973. name:
  7974. type: has money
  7975. amount: 20000
  7976. deny_commands:
  7977. - '[message] &e&lSKYBLOCK &8┃ &cYou do not have money enough to buy
  7978. this upgrade!'
  7979. - '[close]'
  7980. right_click_requirement:
  7981. requirements:
  7982. name:
  7983. type: has money
  7984. amount: 20000
  7985. deny_commands:
  7986. - '[message] &e&lSKYBLOCK &8┃ &cYou do not have money enough to buy
  7987. this upgrade!'
  7988. - '[close]'
  7989. '11':
  7990. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmRjYmJhNmM3NTFkYWI1ZjJiMzA5YmM1OTQxZThlYTc5ODc3Y2NlNDI1NjkzNmExODk4MTFlZDdlYzM2ZDI1YyJ9fX0=
  7991. data: 3
  7992. slot: 4
  7993. view_requirement:
  7994. requirements:
  7995. music:
  7996. type: string equals
  7997. input: '%javascript_homes%'
  7998. output: '&a■■&c■'
  7999. priority: 3
  8000. display_name: '&d&lTeam Upgrade #3'
  8001. lore:
  8002. - ''
  8003. - '&fExpand your island home limit'
  8004. - '&fby purchasing this next'
  8005. - '&fupgrade.'
  8006. - ''
  8007. - '&d&lINFORMATION:'
  8008. - '&5&l* &fNew limit: &b&l6 Homes'
  8009. - '&5&l* &fRating Bar: &a⬛⬛⬛'
  8010. - ''
  8011. - '&d&lREQUIREMENTS:'
  8012. - '&5&l* &fBalance: &e$30,000'
  8013. - ''
  8014. - '&5&nClick to upgrade!'
  8015. left_click_commands:
  8016. - '[console] pex user %player_name% add askyblock.island.maxhomes.6'
  8017. - '[console] eco take %player_name% 30000'
  8018. - '[close]'
  8019. - '[refresh]'
  8020. right_click_commands:
  8021. - '[console] pex user %player_name% add askyblock.island.maxhomes.6'
  8022. - '[console] eco take %player_name% 30000'
  8023. - '[close]'
  8024. - '[refresh]'
  8025. left_click_requirement:
  8026. requirements:
  8027. name:
  8028. type: has money
  8029. amount: 30000
  8030. deny_commands:
  8031. - '[message] &e&lSKYBLOCK &8┃ &cYou do not have money enough to buy
  8032. this upgrade!'
  8033. - '[close]'
  8034. right_click_requirement:
  8035. requirements:
  8036. name:
  8037. type: has money
  8038. amount: 30000
  8039. deny_commands:
  8040. - '[message] &e&lSKYBLOCK &8┃ &cYou do not have money enough to buy
  8041. this upgrade!'
  8042. - '[close]'
  8043. '14':
  8044. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmRjYmJhNmM3NTFkYWI1ZjJiMzA5YmM1OTQxZThlYTc5ODc3Y2NlNDI1NjkzNmExODk4MTFlZDdlYzM2ZDI1YyJ9fX0=
  8045. data: 3
  8046. slot: 4
  8047. priority: 4
  8048. display_name: '&d&lHomes Upgrade Full'
  8049. lore:
  8050. - ''
  8051. - '&fYou got all the homes'
  8052. - '&flimit upgrades of your island,'
  8053. - '&fcongratulations!'
  8054. - ''
  8055. - '&d&lINFORMATION:'
  8056. - '&5&l* &fCurrent limit: &b&l6 Homes'
  8057. - '&5&l* &fRating Bar: &a⬛⬛⬛'
  8058. '20':
  8059. material: 160
  8060. display_name: '&f'
  8061. data: 15
  8062. slots:
  8063. - 0
  8064. - 1
  8065. - 2
  8066. - 3
  8067. - 5
  8068. - 6
  8069. - 7
  8070. - 8
  8071. priority: 1
  8072. tags:
  8073. open_command:
  8074. - tags
  8075. - tag
  8076. - deluxetags:tags
  8077. update_interval: 1
  8078. menu_title: '&8» Tags'
  8079. size: 36
  8080. items:
  8081. '99':
  8082. material: 421
  8083. slot: 13
  8084. priority: 1
  8085. view_requirement:
  8086. requirements:
  8087. permission:
  8088. type: has permission
  8089. permission: tag.heart
  8090. display_name: '&d&lHeart'
  8091. lore:
  8092. - ''
  8093. - '&fChange your tag to a'
  8094. - '&cheart &fand stands out'
  8095. - '&fabove the others!'
  8096. - ''
  8097. - '&d&lINFORMATION:'
  8098. - '&5&l* &fTag: &c❤'
  8099. - ''
  8100. - '&d&lREQUIREMENTS:'
  8101. - '&5&l* &fAccess to this tag'
  8102. - ''
  8103. - '&5&nClick to select!'
  8104. left_click_commands:
  8105. - '[console] tags set %player_name% heart'
  8106. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8107. the &c❤ &ftag!'
  8108. - '[close]'
  8109. - '[refresh]'
  8110. right_click_commands:
  8111. - '[console] tags set %player_name% heart'
  8112. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8113. the &c❤ &ftag!'
  8114. - '[close]'
  8115. - '[refresh]'
  8116. '9923':
  8117. material: 421
  8118. slot: 13
  8119. priority: 2
  8120. display_name: '&d&lHeart'
  8121. lore:
  8122. - ''
  8123. - '&fChange your tag to a'
  8124. - '&cheart &fand stands out'
  8125. - '&fabove the others!'
  8126. - ''
  8127. - '&d&lINFORMATION:'
  8128. - '&5&l* &fTag: &c❤'
  8129. - ''
  8130. - '&d&lREQUIREMENTS:'
  8131. - '&5&l* &fAccess to this tag'
  8132. - ''
  8133. - '&c&oYou do not have this tag!'
  8134. '919':
  8135. material: 421
  8136. slot: 11
  8137. priority: 1
  8138. view_requirement:
  8139. requirements:
  8140. permission:
  8141. type: has permission
  8142. permission: tag.arrow
  8143. display_name: '&d&lArrow'
  8144. lore:
  8145. - ''
  8146. - '&fChange your tag to a'
  8147. - '&barrow &fand stands out'
  8148. - '&fabove the others!'
  8149. - ''
  8150. - '&d&lINFORMATION:'
  8151. - '&5&l* &fTag: &b➳'
  8152. - ''
  8153. - '&d&lREQUIREMENTS:'
  8154. - '&5&l* &fAccess to this tag'
  8155. - ''
  8156. - '&5&nClick to select!'
  8157. left_click_commands:
  8158. - '[console] tags set %player_name% arrow'
  8159. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8160. the &b➳ &ftag!'
  8161. - '[close]'
  8162. - '[refresh]'
  8163. right_click_commands:
  8164. - '[console] tags set %player_name% heart'
  8165. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8166. the &b➳ &ftag!'
  8167. - '[close]'
  8168. - '[refresh]'
  8169. '91923':
  8170. material: 421
  8171. slot: 11
  8172. priority: 2
  8173. display_name: '&d&lArrow'
  8174. lore:
  8175. - ''
  8176. - '&fChange your tag to a'
  8177. - '&barrow &fand stands out'
  8178. - '&fabove the others!'
  8179. - ''
  8180. - '&d&lINFORMATION:'
  8181. - '&5&l* &fTag: &b➳'
  8182. - ''
  8183. - '&d&lREQUIREMENTS:'
  8184. - '&5&l* &fAccess to this tag'
  8185. - ''
  8186. - '&c&oYou do not have this tag!'
  8187. '929':
  8188. material: 421
  8189. slot: 12
  8190. priority: 1
  8191. view_requirement:
  8192. requirements:
  8193. permission:
  8194. type: has permission
  8195. permission: tag.flower
  8196. display_name: '&d&lFlower'
  8197. lore:
  8198. - ''
  8199. - '&fChange your tag to a'
  8200. - '&dflower &fand stands out'
  8201. - '&fabove the others!'
  8202. - ''
  8203. - '&d&lINFORMATION:'
  8204. - '&5&l* &fTag: &d❀'
  8205. - ''
  8206. - '&d&lREQUIREMENTS:'
  8207. - '&5&l* &fAccess to this tag'
  8208. - ''
  8209. - '&5&nClick to select!'
  8210. left_click_commands:
  8211. - '[console] tags set %player_name% flower'
  8212. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8213. the &d❀ &ftag!'
  8214. - '[close]'
  8215. - '[refresh]'
  8216. right_click_commands:
  8217. - '[console] tags set %player_name% flower'
  8218. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8219. the &d❀ &ftag!'
  8220. - '[close]'
  8221. - '[refresh]'
  8222. '92923':
  8223. material: 421
  8224. slot: 12
  8225. priority: 2
  8226. display_name: '&d&lFlower'
  8227. lore:
  8228. - ''
  8229. - '&fChange your tag to a'
  8230. - '&dflower &fand stands out'
  8231. - '&fabove the others!'
  8232. - ''
  8233. - '&d&lINFORMATION:'
  8234. - '&5&l* &fTag: &d❀'
  8235. - ''
  8236. - '&d&lREQUIREMENTS:'
  8237. - '&5&l* &fAccess to this tag'
  8238. - ''
  8239. - '&c&oYou do not have this tag!'
  8240. '939':
  8241. material: 421
  8242. slot: 14
  8243. priority: 1
  8244. view_requirement:
  8245. requirements:
  8246. permission:
  8247. type: has permission
  8248. permission: tag.peace
  8249. display_name: '&d&lPeace'
  8250. lore:
  8251. - ''
  8252. - '&fChange your tag to a'
  8253. - '&dpeace &fand stands out'
  8254. - '&fabove the others!'
  8255. - ''
  8256. - '&d&lINFORMATION:'
  8257. - '&5&l* &fTag: &d✌'
  8258. - ''
  8259. - '&d&lREQUIREMENTS:'
  8260. - '&5&l* &fAccess to this tag'
  8261. - ''
  8262. - '&5&nClick to select!'
  8263. left_click_commands:
  8264. - '[console] tags set %player_name% peace'
  8265. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8266. the &d✌ &ftag!'
  8267. - '[close]'
  8268. - '[refresh]'
  8269. right_click_commands:
  8270. - '[console] tags set %player_name% peace'
  8271. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8272. the &d✌ &ftag!'
  8273. - '[close]'
  8274. - '[refresh]'
  8275. '93923':
  8276. material: 421
  8277. slot: 14
  8278. priority: 2
  8279. display_name: '&d&lPeace'
  8280. lore:
  8281. - ''
  8282. - '&fChange your tag to a'
  8283. - '&dpeace &fand stands out'
  8284. - '&fabove the others!'
  8285. - ''
  8286. - '&d&lINFORMATION:'
  8287. - '&5&l* &fTag: &d✌'
  8288. - ''
  8289. - '&d&lREQUIREMENTS:'
  8290. - '&5&l* &fAccess to this tag'
  8291. - ''
  8292. - '&c&oYou do not have this tag!'
  8293. '9529':
  8294. material: 421
  8295. slot: 15
  8296. priority: 1
  8297. view_requirement:
  8298. requirements:
  8299. permission:
  8300. type: has permission
  8301. permission: tag.music
  8302. display_name: '&d&lMusic'
  8303. lore:
  8304. - ''
  8305. - '&fChange your tag to a'
  8306. - '&amusic &fand stands out'
  8307. - '&fabove the others!'
  8308. - ''
  8309. - '&d&lINFORMATION:'
  8310. - '&5&l* &fTag: &a♫'
  8311. - ''
  8312. - '&d&lREQUIREMENTS:'
  8313. - '&5&l* &fAccess to this tag'
  8314. - ''
  8315. - '&5&nClick to select!'
  8316. left_click_commands:
  8317. - '[console] tags set %player_name% music'
  8318. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8319. the &a♫ &ftag!'
  8320. - '[close]'
  8321. - '[refresh]'
  8322. right_click_commands:
  8323. - '[console] tags set %player_name% music'
  8324. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8325. the &a♫ &ftag!'
  8326. - '[close]'
  8327. - '[refresh]'
  8328. '959223':
  8329. material: 421
  8330. slot: 15
  8331. priority: 2
  8332. display_name: '&d&lMusic'
  8333. lore:
  8334. - ''
  8335. - '&fChange your tag to a'
  8336. - '&amusic &fand stands out'
  8337. - '&fabove the others!'
  8338. - ''
  8339. - '&d&lINFORMATION:'
  8340. - '&5&l* &fTag: &a♫'
  8341. - ''
  8342. - '&d&lREQUIREMENTS:'
  8343. - '&5&l* &fAccess to this tag'
  8344. - ''
  8345. - '&c&oYou do not have this tag!'
  8346. '19529':
  8347. material: 421
  8348. slot: 21
  8349. priority: 1
  8350. view_requirement:
  8351. requirements:
  8352. permission:
  8353. type: has permission
  8354. permission: tag.scissors
  8355. display_name: '&d&lScissors'
  8356. lore:
  8357. - ''
  8358. - '&fChange your tag to a'
  8359. - '&3scissors &fand stands out'
  8360. - '&fabove the others!'
  8361. - ''
  8362. - '&d&lINFORMATION:'
  8363. - '&5&l* &fTag: &3✂'
  8364. - ''
  8365. - '&d&lREQUIREMENTS:'
  8366. - '&5&l* &fAccess to this tag'
  8367. - ''
  8368. - '&5&nClick to select!'
  8369. left_click_commands:
  8370. - '[console] tags set %player_name% scissors'
  8371. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8372. the &3✂ &ftag!'
  8373. - '[close]'
  8374. - '[refresh]'
  8375. right_click_commands:
  8376. - '[console] tags set %player_name% scissors'
  8377. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8378. the &3✂ &ftag!'
  8379. - '[close]'
  8380. - '[refresh]'
  8381. '1959223':
  8382. material: 421
  8383. slot: 21
  8384. priority: 2
  8385. display_name: '&d&lScissors'
  8386. lore:
  8387. - ''
  8388. - '&fChange your tag to a'
  8389. - '&3scissors &fand stands out'
  8390. - '&fabove the others!'
  8391. - ''
  8392. - '&d&lINFORMATION:'
  8393. - '&5&l* &fTag: &3✂'
  8394. - ''
  8395. - '&d&lREQUIREMENTS:'
  8396. - '&5&l* &fAccess to this tag'
  8397. - ''
  8398. - '&c&oYou do not have this tag!'
  8399. '192529':
  8400. material: 421
  8401. slot: 22
  8402. priority: 1
  8403. view_requirement:
  8404. requirements:
  8405. permission:
  8406. type: has permission
  8407. permission: tag.toxic
  8408. display_name: '&d&lToxic'
  8409. lore:
  8410. - ''
  8411. - '&fChange your tag to a'
  8412. - '&etoxic &fand stands out'
  8413. - '&fabove the others!'
  8414. - ''
  8415. - '&d&lINFORMATION:'
  8416. - '&5&l* &fTag: &e☢'
  8417. - ''
  8418. - '&d&lREQUIREMENTS:'
  8419. - '&5&l* &fAccess to this tag'
  8420. - ''
  8421. - '&5&nClick to select!'
  8422. left_click_commands:
  8423. - '[console] tags set %player_name% toxic'
  8424. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8425. the &e☢ &ftag!'
  8426. - '[close]'
  8427. - '[refresh]'
  8428. right_click_commands:
  8429. - '[console] tags set %player_name% toxic'
  8430. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8431. the &e☢ &ftag!'
  8432. - '[close]'
  8433. - '[refresh]'
  8434. '19259223':
  8435. material: 421
  8436. slot: 22
  8437. priority: 2
  8438. display_name: '&d&lToxic'
  8439. lore:
  8440. - ''
  8441. - '&fChange your tag to a'
  8442. - '&etoxic &fand stands out'
  8443. - '&fabove the others!'
  8444. - ''
  8445. - '&d&lINFORMATION:'
  8446. - '&5&l* &fTag: &e☢'
  8447. - ''
  8448. - '&d&lREQUIREMENTS:'
  8449. - '&5&l* &fAccess to this tag'
  8450. - ''
  8451. - '&c&oYou do not have this tag!'
  8452. '1925329':
  8453. material: 421
  8454. slot: 23
  8455. priority: 1
  8456. view_requirement:
  8457. requirements:
  8458. permission:
  8459. type: has permission
  8460. permission: tag.snowman
  8461. display_name: '&d&lSnowman'
  8462. lore:
  8463. - ''
  8464. - '&fChange your tag to a'
  8465. - '&bsnowman &fand stands out'
  8466. - '&fabove the others!'
  8467. - ''
  8468. - '&d&lINFORMATION:'
  8469. - '&5&l* &fTag: &b☃'
  8470. - ''
  8471. - '&d&lREQUIREMENTS:'
  8472. - '&5&l* &fAccess to this tag'
  8473. - ''
  8474. - '&5&nClick to select!'
  8475. left_click_commands:
  8476. - '[console] tags set %player_name% snowman'
  8477. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8478. the &b☃ &ftag!'
  8479. - '[close]'
  8480. - '[refresh]'
  8481. right_click_commands:
  8482. - '[console] tags set %player_name% snowman'
  8483. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8484. the &b☃ &ftag!'
  8485. - '[close]'
  8486. - '[refresh]'
  8487. '192592323':
  8488. material: 421
  8489. slot: 23
  8490. priority: 2
  8491. display_name: '&d&lSnowman'
  8492. lore:
  8493. - ''
  8494. - '&fChange your tag to a'
  8495. - '&bsnowman &fand stands out'
  8496. - '&fabove the others!'
  8497. - ''
  8498. - '&d&lINFORMATION:'
  8499. - '&5&l* &fTag: &b☃'
  8500. - ''
  8501. - '&d&lREQUIREMENTS:'
  8502. - '&5&l* &fAccess to this tag'
  8503. - ''
  8504. - '&c&oYou do not have rank enough!'
  8505. '1925923223':
  8506. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2VkMWFiYTczZjYzOWY0YmM0MmJkNDgxOTZjNzE1MTk3YmUyNzEyYzNiOTYyYzk3ZWJmOWU5ZWQ4ZWZhMDI1In19fQ==
  8507. data: 3
  8508. slot: 4
  8509. priority: 1
  8510. display_name: '&d&lReset tag'
  8511. lore:
  8512. - ''
  8513. - '&fReset your tag and remove'
  8514. - '&fany tag of your name if you'
  8515. - '&fare bored of tags!'
  8516. - ''
  8517. - '&5&nClick to reset!'
  8518. left_click_commands:
  8519. - '[console] tags clear %player_name%'
  8520. - '[console] titlemanager:tm message %player_name% &7\n&fYou have reset your
  8521. tag!'
  8522. - '[close]'
  8523. - '[refresh]'
  8524. right_click_commands:
  8525. - '[console] tags clear %player_name%'
  8526. - '[console] titlemanager:tm message %player_name% &7\n&fYou have reset your
  8527. tag!'
  8528. - '[close]'
  8529. - '[refresh]'
  8530. '20':
  8531. material: 160
  8532. display_name: '&f'
  8533. data: 15
  8534. slots:
  8535. - 0
  8536. - 1
  8537. - 2
  8538. - 3
  8539. - 5
  8540. - 6
  8541. - 7
  8542. - 8
  8543. - 9
  8544. - 10
  8545. - 16
  8546. - 17
  8547. - 18
  8548. - 19
  8549. - 20
  8550. - 24
  8551. - 25
  8552. - 26
  8553. - 27
  8554. - 28
  8555. - 29
  8556. - 30
  8557. - 31
  8558. - 32
  8559. - 33
  8560. - 34
  8561. - 35
  8562. priority: 1
  8563. dungeonkits:
  8564. open_command:
  8565. - asfwedwdwefee3es
  8566. update_interval: 1
  8567. menu_title: '&8» Dungeon Kits'
  8568. size: 27
  8569. items:
  8570. '99':
  8571. material: BOW
  8572. slot: 13
  8573. priority: 1
  8574. display_name: '&a&lArcher'
  8575. lore:
  8576. - ''
  8577. - '&fBecome a archer and'
  8578. - '&fstart shooting mobs!'
  8579. - ''
  8580. - '&5&nClick to select!'
  8581. left_click_commands:
  8582. - '[player] ma class archer'
  8583. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8584. the &a&lArcher &fkit&f!'
  8585. - '[close]'
  8586. - '[refresh]'
  8587. right_click_commands:
  8588. - '[player] ma class archer'
  8589. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8590. the &a&lArcher &fkit&f!'
  8591. - '[close]'
  8592. - '[refresh]'
  8593. '929':
  8594. material: GOLD_SWORD
  8595. slot: 12
  8596. priority: 1
  8597. display_name: '&b&lKnight'
  8598. lore:
  8599. - ''
  8600. - '&fBecome a knight and'
  8601. - '&fstart defending friends!'
  8602. - ''
  8603. - '&5&nClick to select!'
  8604. left_click_commands:
  8605. - '[player] ma class knight'
  8606. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8607. the &b&lKnight &fkit&f!'
  8608. - '[close]'
  8609. - '[refresh]'
  8610. right_click_commands:
  8611. - '[player] ma class knight'
  8612. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8613. the &b&lKnight &fkit&f!'
  8614. - '[close]'
  8615. - '[refresh]'
  8616. '939':
  8617. material: 377
  8618. slot: 14
  8619. priority: 1
  8620. display_name: '&d&lMage'
  8621. lore:
  8622. - ''
  8623. - '&fBecome a mage and'
  8624. - '&fstart healing yourself!'
  8625. - ''
  8626. - '&5&nClick to select!'
  8627. left_click_commands:
  8628. - '[player] ma class mage'
  8629. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8630. the &d&lMage &fkit&f!'
  8631. - '[close]'
  8632. - '[refresh]'
  8633. right_click_commands:
  8634. - '[player] ma class mage'
  8635. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8636. the &d&lMage &fkit&f!'
  8637. - '[close]'
  8638. - '[refresh]'
  8639. '1925923223':
  8640. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2VkMWFiYTczZjYzOWY0YmM0MmJkNDgxOTZjNzE1MTk3YmUyNzEyYzNiOTYyYzk3ZWJmOWU5ZWQ4ZWZhMDI1In19fQ==
  8641. data: 3
  8642. slot: 4
  8643. priority: 1
  8644. display_name: '&c&lLeave'
  8645. lore:
  8646. - ''
  8647. - '&fLeave the dungeon if'
  8648. - '&fyou decided not to play'
  8649. - '&fat this moment!'
  8650. - ''
  8651. - '&5&nClick to leave!'
  8652. left_click_commands:
  8653. - '[player] ma leave'
  8654. - '[console] titlemanager:tm message %player_name% &7\n&cYou have left the
  8655. dungeon!'
  8656. - '[close]'
  8657. - '[refresh]'
  8658. right_click_commands:
  8659. - '[player] ma leave'
  8660. - '[console] titlemanager:tm message %player_name% &7\n&cYou have left the
  8661. dungeon!'
  8662. - '[close]'
  8663. - '[refresh]'
  8664. '20':
  8665. material: 160
  8666. display_name: '&f'
  8667. data: 15
  8668. slots:
  8669. - 0
  8670. - 1
  8671. - 2
  8672. - 3
  8673. - 5
  8674. - 6
  8675. - 7
  8676. - 8
  8677. - 9
  8678. - 10
  8679. - 11
  8680. - 15
  8681. - 16
  8682. - 17
  8683. - 18
  8684. - 19
  8685. - 20
  8686. - 21
  8687. - 22
  8688. - 23
  8689. - 24
  8690. - 25
  8691. - 26
  8692. priority: 1
  8693. disguises:
  8694. open_command:
  8695. - d
  8696. - disguises
  8697. - od
  8698. - idisguises:d
  8699. update_interval: 1
  8700. menu_title: '&8» Disguises'
  8701. size: 54
  8702. items:
  8703. '99':
  8704. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzRmMGExNmEyYzg3MzJkMTU3NjczNDBkZDdmODEzMTU4YzU3ZTEyNDBkNWQyMzNjODdkMTVhNDY2OWI0NmQifX19
  8705. data: 3
  8706. slot: 13
  8707. priority: 1
  8708. view_requirement:
  8709. requirements:
  8710. permission:
  8711. type: has permission
  8712. permission: disguise.chicken
  8713. display_name: '&d&lChicken'
  8714. lore:
  8715. - ''
  8716. - '&fChange your disguise'
  8717. - '&fand hide your'
  8718. - '&fidentity!'
  8719. - ''
  8720. - '&d&lINFORMATION:'
  8721. - '&5&l* &fDisguise: &aChicken'
  8722. - ''
  8723. - '&d&lREQUIREMENTS:'
  8724. - '&5&l* &fRank: &a&lVIP'
  8725. - ''
  8726. - '&5&nClick to select!'
  8727. left_click_commands:
  8728. - '[console] od %player_name% chicken'
  8729. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8730. the &aChicken &fdisguise!'
  8731. - '[close]'
  8732. - '[refresh]'
  8733. right_click_commands:
  8734. - '[console] od %player_name% chicken'
  8735. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8736. the &aChicken &fdisguise!'
  8737. - '[close]'
  8738. - '[refresh]'
  8739. '9923':
  8740. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzRmMGExNmEyYzg3MzJkMTU3NjczNDBkZDdmODEzMTU4YzU3ZTEyNDBkNWQyMzNjODdkMTVhNDY2OWI0NmQifX19
  8741. data: 3
  8742. slot: 13
  8743. priority: 2
  8744. display_name: '&d&lChicken'
  8745. lore:
  8746. - ''
  8747. - '&fChange your disguise'
  8748. - '&fand hide your'
  8749. - '&fidentity!'
  8750. - ''
  8751. - '&d&lINFORMATION:'
  8752. - '&5&l* &fDisguise: &aChicken'
  8753. - ''
  8754. - '&d&lREQUIREMENTS:'
  8755. - '&5&l* &fRank: &a&lVIP'
  8756. - ''
  8757. - '&c&oYou do not have rank enough!'
  8758. '919':
  8759. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmNlY2U5MTQzMGYyNGE5ODg2ZmIxNzJjMDJmODA3OGZiNDA3MmE1OWYwMWE0ODEwZGI3NGJhNDU0YmM5MTAifX19
  8760. data: 3
  8761. slot: 11
  8762. priority: 1
  8763. view_requirement:
  8764. requirements:
  8765. permission:
  8766. type: has permission
  8767. permission: disguise.pig
  8768. display_name: '&d&lPig'
  8769. lore:
  8770. - ''
  8771. - '&fChange your disguise'
  8772. - '&fand hide your'
  8773. - '&fidentity!'
  8774. - ''
  8775. - '&d&lINFORMATION:'
  8776. - '&5&l* &fDisguise: &aPig'
  8777. - ''
  8778. - '&d&lREQUIREMENTS:'
  8779. - '&5&l* &fRank: &a&lVIP &7or higher'
  8780. - ''
  8781. - '&5&nClick to select!'
  8782. left_click_commands:
  8783. - '[console] od %player_name% pig'
  8784. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8785. the &aPig &fdisguise!'
  8786. - '[close]'
  8787. - '[refresh]'
  8788. right_click_commands:
  8789. - '[console] od %player_name% chicken'
  8790. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8791. the &aPig &fdisguise!'
  8792. - '[close]'
  8793. - '[refresh]'
  8794. '91923':
  8795. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmNlY2U5MTQzMGYyNGE5ODg2ZmIxNzJjMDJmODA3OGZiNDA3MmE1OWYwMWE0ODEwZGI3NGJhNDU0YmM5MTAifX19
  8796. data: 3
  8797. slot: 11
  8798. priority: 2
  8799. display_name: '&d&lPig'
  8800. lore:
  8801. - ''
  8802. - '&fChange your disguise'
  8803. - '&fand hide your'
  8804. - '&fidentity!'
  8805. - ''
  8806. - '&d&lINFORMATION:'
  8807. - '&5&l* &fDisguise: &aPig'
  8808. - ''
  8809. - '&d&lREQUIREMENTS:'
  8810. - '&5&l* &fRank: &a&lVIP &7or higher'
  8811. - ''
  8812. - '&c&oYou do not have rank enough!'
  8813. '929':
  8814. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWIzNDEwNmNjMmVhYzk3OTM0OWQ1YmM2YTAxMDUzNDcyNmY3M2ZiOTYwYzIyOGE4ZDkxODk3NjQyYmVkMGIwIn19fQ==
  8815. data: 3
  8816. slot: 12
  8817. priority: 1
  8818. view_requirement:
  8819. requirements:
  8820. permission:
  8821. type: has permission
  8822. permission: disguise.cow
  8823. display_name: '&d&lCow'
  8824. lore:
  8825. - ''
  8826. - '&fChange your disguise'
  8827. - '&fand hide your'
  8828. - '&fidentity!'
  8829. - ''
  8830. - '&d&lINFORMATION:'
  8831. - '&5&l* &fDisguise: &aCow'
  8832. - ''
  8833. - '&d&lREQUIREMENTS:'
  8834. - '&5&l* &fRank: &a&lVIP &7or higher'
  8835. - ''
  8836. - '&5&nClick to select!'
  8837. left_click_commands:
  8838. - '[console] od %player_name% cow'
  8839. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8840. the &aCow &fdisguise!'
  8841. - '[close]'
  8842. - '[refresh]'
  8843. right_click_commands:
  8844. - '[console] od %player_name% cow'
  8845. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8846. the &aCow &fdisguise!'
  8847. - '[close]'
  8848. - '[refresh]'
  8849. '92923':
  8850. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWIzNDEwNmNjMmVhYzk3OTM0OWQ1YmM2YTAxMDUzNDcyNmY3M2ZiOTYwYzIyOGE4ZDkxODk3NjQyYmVkMGIwIn19fQ==
  8851. data: 3
  8852. slot: 12
  8853. priority: 2
  8854. display_name: '&d&lCow'
  8855. lore:
  8856. - ''
  8857. - '&fChange your disguise'
  8858. - '&fand hide your'
  8859. - '&fidentity!'
  8860. - ''
  8861. - '&d&lINFORMATION:'
  8862. - '&5&l* &fDisguise: &aCow'
  8863. - ''
  8864. - '&d&lREQUIREMENTS:'
  8865. - '&5&l* &fRank: &a&lVIP &7or higher'
  8866. - ''
  8867. - '&c&oYou do not have rank enough!'
  8868. '939':
  8869. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWQ3M2YwZGRlNDE1NjhjNzNmMjUyYTIyZjM2YmVkY2Q0M2UwMzNjNTk1MTdhN2VlOGY5YTMxMzE5OTcyYjI3In19fQ==
  8870. data: 3
  8871. slot: 14
  8872. priority: 1
  8873. view_requirement:
  8874. requirements:
  8875. permission:
  8876. type: has permission
  8877. permission: disguise.sheep
  8878. display_name: '&d&lSheep'
  8879. lore:
  8880. - ''
  8881. - '&fChange your disguise'
  8882. - '&fand hide your'
  8883. - '&fidentity!'
  8884. - ''
  8885. - '&d&lINFORMATION:'
  8886. - '&5&l* &fDisguise: &aSheep'
  8887. - ''
  8888. - '&d&lREQUIREMENTS:'
  8889. - '&5&l* &fRank: &a&lVIP &7or higher'
  8890. - ''
  8891. - '&5&nClick to select!'
  8892. left_click_commands:
  8893. - '[console] od %player_name% sheep'
  8894. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8895. the &aSheep &fdisguise!'
  8896. - '[close]'
  8897. - '[refresh]'
  8898. right_click_commands:
  8899. - '[console] od %player_name% sheep'
  8900. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8901. the &aSheep &fdisguise!'
  8902. - '[close]'
  8903. - '[refresh]'
  8904. '93923':
  8905. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWQ3M2YwZGRlNDE1NjhjNzNmMjUyYTIyZjM2YmVkY2Q0M2UwMzNjNTk1MTdhN2VlOGY5YTMxMzE5OTcyYjI3In19fQ==
  8906. data: 3
  8907. slot: 14
  8908. priority: 2
  8909. display_name: '&d&lSheep'
  8910. lore:
  8911. - ''
  8912. - '&fChange your disguise'
  8913. - '&fand hide your'
  8914. - '&fidentity!'
  8915. - ''
  8916. - '&d&lINFORMATION:'
  8917. - '&5&l* &fDisguise: &aSheep'
  8918. - ''
  8919. - '&d&lREQUIREMENTS:'
  8920. - '&5&l* &fRank: &a&lVIP &7or higher'
  8921. - ''
  8922. - '&c&oYou do not have rank enough!'
  8923. '9529':
  8924. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWZjZWI0ZjRlYjZhMjQ0Njg4N2U2ZGZlMmM4NjdjZjk5OThjNmYyNjZiYWU4Y2ZiZDFjYWJkM2E3MjIxOWVhIn19fQ==
  8925. data: 3
  8926. slot: 15
  8927. priority: 1
  8928. view_requirement:
  8929. requirements:
  8930. permission:
  8931. type: has permission
  8932. permission: disguise.horse
  8933. display_name: '&d&lHorse'
  8934. lore:
  8935. - ''
  8936. - '&fChange your disguise'
  8937. - '&fand hide your'
  8938. - '&fidentity!'
  8939. - ''
  8940. - '&d&lINFORMATION:'
  8941. - '&5&l* &fDisguise: &aHorse'
  8942. - ''
  8943. - '&d&lREQUIREMENTS:'
  8944. - '&5&l* &fRank: &b&lVIP+ &7or higher'
  8945. - ''
  8946. - '&5&nClick to select!'
  8947. left_click_commands:
  8948. - '[console] od %player_name% horse'
  8949. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8950. the &aHorse &fdisguise!'
  8951. - '[close]'
  8952. - '[refresh]'
  8953. right_click_commands:
  8954. - '[console] od %player_name% horse'
  8955. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  8956. the &aHorse &fdisguise!'
  8957. - '[close]'
  8958. - '[refresh]'
  8959. '959223':
  8960. material: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWZjZWI0ZjRlYjZhMjQ0Njg4N2U2ZGZlMmM4NjdjZjk5OThjNmYyNjZiYWU4Y2ZiZDFjYWJkM2E3MjIxOWVhIn19fQ==
  8961. data: 3
  8962. slot: 15
  8963. priority: 2
  8964. display_name: '&d&lHorse'
  8965. lore:
  8966. - ''
  8967. - '&fChange your disguise'
  8968. - '&fand hide your'
  8969. - '&fidentity!'
  8970. - ''
  8971. - '&d&lINFORMATION:'
  8972. - '&5&l* &fDisguise: &aHorse'
  8973. - ''
  8974. - '&d&lREQUIREMENTS:'
  8975. - '&5&l* &fRank: &b&lVIP+ &7or higher'
  8976. - ''
  8977. - '&c&oYou do not have rank enough!'
  8978. '19529':
  8979. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzExYWE5MGJjMzQ5NGFjNjVjNDA3NGQwZTZjYzk5OTFmZGEwYmYzN2UxYWRlZjhiY2M4Y2JlYjBkMjdlOSJ9fX0=
  8980. data: 3
  8981. slot: 20
  8982. priority: 1
  8983. view_requirement:
  8984. requirements:
  8985. permission:
  8986. type: has permission
  8987. permission: disguise.squid
  8988. display_name: '&d&lSquid'
  8989. lore:
  8990. - ''
  8991. - '&fChange your disguise'
  8992. - '&fand hide your'
  8993. - '&fidentity!'
  8994. - ''
  8995. - '&d&lINFORMATION:'
  8996. - '&5&l* &fDisguise: &aSquid'
  8997. - ''
  8998. - '&d&lREQUIREMENTS:'
  8999. - '&5&l* &fRank: &b&lVIP+ &7or higher'
  9000. - ''
  9001. - '&5&nClick to select!'
  9002. left_click_commands:
  9003. - '[console] od %player_name% squid'
  9004. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9005. the &aSquid &fdisguise!'
  9006. - '[close]'
  9007. - '[refresh]'
  9008. right_click_commands:
  9009. - '[console] od %player_name% squid'
  9010. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9011. the &aSquid &fdisguise!'
  9012. - '[close]'
  9013. - '[refresh]'
  9014. '1959223':
  9015. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzExYWE5MGJjMzQ5NGFjNjVjNDA3NGQwZTZjYzk5OTFmZGEwYmYzN2UxYWRlZjhiY2M4Y2JlYjBkMjdlOSJ9fX0=
  9016. data: 3
  9017. slot: 20
  9018. priority: 2
  9019. display_name: '&d&lSquid'
  9020. lore:
  9021. - ''
  9022. - '&fChange your disguise'
  9023. - '&fand hide your'
  9024. - '&fidentity!'
  9025. - ''
  9026. - '&d&lINFORMATION:'
  9027. - '&5&l* &fDisguise: &aSquid'
  9028. - ''
  9029. - '&d&lREQUIREMENTS:'
  9030. - '&5&l* &fRank: &b&lVIP+ &7or higher'
  9031. - ''
  9032. - '&c&oYou do not have rank enough!'
  9033. '192529':
  9034. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2FjNzEyYWY5YjU3Yjk1ZDVhOTg5NGU4NjE4ZmMwNzAxY2JkZDNkMDk3MmM5NjlkMTUyZWJjZjIyMmM3ZCJ9fX0=
  9035. data: 3
  9036. slot: 21
  9037. priority: 1
  9038. view_requirement:
  9039. requirements:
  9040. permission:
  9041. type: has permission
  9042. permission: disguise.moshroom
  9043. display_name: '&d&lMooshroom'
  9044. lore:
  9045. - ''
  9046. - '&fChange your disguise'
  9047. - '&fand hide your'
  9048. - '&fidentity!'
  9049. - ''
  9050. - '&d&lINFORMATION:'
  9051. - '&5&l* &fDisguise: &aMooshroom'
  9052. - ''
  9053. - '&d&lREQUIREMENTS:'
  9054. - '&5&l* &fRank: &d&lVIP++ &7or higher'
  9055. - ''
  9056. - '&5&nClick to select!'
  9057. left_click_commands:
  9058. - '[console] od %player_name% mooshroom'
  9059. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9060. the &aMooshroom &fdisguise!'
  9061. - '[close]'
  9062. - '[refresh]'
  9063. right_click_commands:
  9064. - '[console] od %player_name% mooshroom'
  9065. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9066. the &aMooshroom &fdisguise!'
  9067. - '[close]'
  9068. - '[refresh]'
  9069. '19259223':
  9070. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2FjNzEyYWY5YjU3Yjk1ZDVhOTg5NGU4NjE4ZmMwNzAxY2JkZDNkMDk3MmM5NjlkMTUyZWJjZjIyMmM3ZCJ9fX0=
  9071. data: 3
  9072. slot: 21
  9073. priority: 2
  9074. display_name: '&d&lMooshroom'
  9075. lore:
  9076. - ''
  9077. - '&fChange your disguise'
  9078. - '&fand hide your'
  9079. - '&fidentity!'
  9080. - ''
  9081. - '&d&lINFORMATION:'
  9082. - '&5&l* &fDisguise: &aMooshroom'
  9083. - ''
  9084. - '&d&lREQUIREMENTS:'
  9085. - '&5&l* &fRank: &d&lVIP++ &7or higher'
  9086. - ''
  9087. - '&c&oYou do not have enough rank!'
  9088. '1925329':
  9089. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzUzZjZhNGE4ZTY4ZWRmYzE0OWIyZTMyNTk3ZGYzZTVmNGMzNTgxZjdhNDdjMzg1MTRhYjJhNGVkYTM5NTA1ZCJ9fX0=
  9090. data: 3
  9091. slot: 22
  9092. priority: 1
  9093. view_requirement:
  9094. requirements:
  9095. permission:
  9096. type: has permission
  9097. permission: disguise.ocelot
  9098. display_name: '&d&lOcelot'
  9099. lore:
  9100. - ''
  9101. - '&fChange your disguise'
  9102. - '&fand hide your'
  9103. - '&fidentity!'
  9104. - ''
  9105. - '&d&lINFORMATION:'
  9106. - '&5&l* &fDisguise: &aOcelot'
  9107. - ''
  9108. - '&d&lREQUIREMENTS:'
  9109. - '&5&l* &fRank: &d&lVIP++ &7or higher'
  9110. - ''
  9111. - '&5&nClick to select!'
  9112. left_click_commands:
  9113. - '[console] od %player_name% ocelot'
  9114. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9115. the &aOcelot &fdisguise!'
  9116. - '[close]'
  9117. - '[refresh]'
  9118. right_click_commands:
  9119. - '[console] od %player_name% ocelot'
  9120. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9121. the &aOcelot &fdisguise!'
  9122. - '[close]'
  9123. - '[refresh]'
  9124. '192592323':
  9125. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzUzZjZhNGE4ZTY4ZWRmYzE0OWIyZTMyNTk3ZGYzZTVmNGMzNTgxZjdhNDdjMzg1MTRhYjJhNGVkYTM5NTA1ZCJ9fX0=
  9126. data: 3
  9127. slot: 22
  9128. priority: 2
  9129. display_name: '&d&lOcelot'
  9130. lore:
  9131. - ''
  9132. - '&fChange your disguise'
  9133. - '&fand hide your'
  9134. - '&fidentity!'
  9135. - ''
  9136. - '&d&lINFORMATION:'
  9137. - '&5&l* &fDisguise: &aOcelot'
  9138. - ''
  9139. - '&d&lREQUIREMENTS:'
  9140. - '&5&l* &fRank: &d&lVIP++ &7or higher'
  9141. - ''
  9142. - '&c&oYou do not have rank enough!'
  9143. '19215329':
  9144. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjA4NzQ5MWY5YjA4MDhmZGY3MDViOTFiNDUyMmM2NDMwNmY0OGM2YWM5YmQ2M2UyZTQ4YmFkMzMyOTNiZDcifX19
  9145. data: 3
  9146. slot: 23
  9147. priority: 1
  9148. view_requirement:
  9149. requirements:
  9150. permission:
  9151. type: has permission
  9152. permission: disguise.wolf
  9153. display_name: '&d&lWolf'
  9154. lore:
  9155. - ''
  9156. - '&fChange your disguise'
  9157. - '&fand hide your'
  9158. - '&fidentity!'
  9159. - ''
  9160. - '&d&lINFORMATION:'
  9161. - '&5&l* &fDisguise: &aWolf'
  9162. - ''
  9163. - '&d&lREQUIREMENTS:'
  9164. - '&5&l* &fRank: &d&lVIP++ &7or higher'
  9165. - ''
  9166. - '&5&nClick to select!'
  9167. left_click_commands:
  9168. - '[console] od %player_name% wolf'
  9169. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9170. the &aWolf &fdisguise!'
  9171. - '[close]'
  9172. - '[refresh]'
  9173. right_click_commands:
  9174. - '[console] od %player_name% wolf'
  9175. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9176. the &aWolf &fdisguise!'
  9177. - '[close]'
  9178. - '[refresh]'
  9179. '1925912323':
  9180. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjA4NzQ5MWY5YjA4MDhmZGY3MDViOTFiNDUyMmM2NDMwNmY0OGM2YWM5YmQ2M2UyZTQ4YmFkMzMyOTNiZDcifX19
  9181. data: 3
  9182. slot: 23
  9183. priority: 2
  9184. display_name: '&d&lWolf'
  9185. lore:
  9186. - ''
  9187. - '&fChange your disguise'
  9188. - '&fand hide your'
  9189. - '&fidentity!'
  9190. - ''
  9191. - '&d&lINFORMATION:'
  9192. - '&5&l* &fDisguise: &aWolf'
  9193. - ''
  9194. - '&d&lREQUIREMENTS:'
  9195. - '&5&l* &fRank: &d&lVIP++ &7or higher'
  9196. - ''
  9197. - '&c&oYou do not have rank enough!'
  9198. '192153279':
  9199. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzc5ZTcyMzQ5MWM4ODZkY2MyNWU1ZDJkZjBlMDU3ODFmN2FjOWMzNDYyMTgzMmJkNzQ5NjVlZjc5YWNmOGYifX19
  9200. data: 3
  9201. slot: 24
  9202. priority: 1
  9203. view_requirement:
  9204. requirements:
  9205. permission:
  9206. type: has permission
  9207. permission: disguise.skeleton
  9208. display_name: '&d&lSkeleton'
  9209. lore:
  9210. - ''
  9211. - '&fChange your disguise'
  9212. - '&fand hide your'
  9213. - '&fidentity!'
  9214. - ''
  9215. - '&d&lINFORMATION:'
  9216. - '&5&l* &fDisguise: &aSkeleton'
  9217. - ''
  9218. - '&d&lREQUIREMENTS:'
  9219. - '&5&l* &fRank: &d&lVIP++ &7or higher'
  9220. - ''
  9221. - '&5&nClick to select!'
  9222. left_click_commands:
  9223. - '[console] od %player_name% skeleton'
  9224. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9225. the &aSkeleton &fdisguise!'
  9226. - '[close]'
  9227. - '[refresh]'
  9228. right_click_commands:
  9229. - '[console] od %player_name% skeleton'
  9230. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9231. the &aSkeleton &fdisguise!'
  9232. - '[close]'
  9233. - '[refresh]'
  9234. '19259123273':
  9235. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzc5ZTcyMzQ5MWM4ODZkY2MyNWU1ZDJkZjBlMDU3ODFmN2FjOWMzNDYyMTgzMmJkNzQ5NjVlZjc5YWNmOGYifX19
  9236. data: 3
  9237. slot: 24
  9238. priority: 2
  9239. display_name: '&d&lSkeleton'
  9240. lore:
  9241. - ''
  9242. - '&fChange your disguise'
  9243. - '&fand hide your'
  9244. - '&fidentity!'
  9245. - ''
  9246. - '&d&lINFORMATION:'
  9247. - '&5&l* &fDisguise: &aSkeleton'
  9248. - ''
  9249. - '&d&lREQUIREMENTS:'
  9250. - '&5&l* &fRank: &d&lVIP++ &7or higher'
  9251. - ''
  9252. - '&c&oYou do not have rank enough!'
  9253. '1921522329':
  9254. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTQzNjc5Njg4ZDYyNjZhOTY3OWIzOGU1YjVlM2M2MGFhYzY0NGY2MWVlZjI3NTBiMDYwNTQxODM0MjY4MmM5In19fQ==
  9255. data: 3
  9256. slot: 29
  9257. priority: 1
  9258. view_requirement:
  9259. requirements:
  9260. permission:
  9261. type: has permission
  9262. permission: disguise.zombie
  9263. display_name: '&d&lZombie'
  9264. lore:
  9265. - ''
  9266. - '&fChange your disguise'
  9267. - '&fand hide your'
  9268. - '&fidentity!'
  9269. - ''
  9270. - '&d&lINFORMATION:'
  9271. - '&5&l* &fDisguise: &aZombie'
  9272. - ''
  9273. - '&d&lREQUIREMENTS:'
  9274. - '&5&l* &fRank: &c&lVIP+++ &7or higher'
  9275. - ''
  9276. - '&5&nClick to select!'
  9277. left_click_commands:
  9278. - '[console] od %player_name% zombie'
  9279. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9280. the &aZombie &fdisguise!'
  9281. - '[close]'
  9282. - '[refresh]'
  9283. right_click_commands:
  9284. - '[console] od %player_name% zombie'
  9285. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9286. the &aZombie &fdisguise!'
  9287. - '[close]'
  9288. - '[refresh]'
  9289. '192591562323':
  9290. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTQzNjc5Njg4ZDYyNjZhOTY3OWIzOGU1YjVlM2M2MGFhYzY0NGY2MWVlZjI3NTBiMDYwNTQxODM0MjY4MmM5In19fQ==
  9291. data: 3
  9292. slot: 29
  9293. priority: 2
  9294. display_name: '&d&lZombie'
  9295. lore:
  9296. - ''
  9297. - '&fChange your disguise'
  9298. - '&fand hide your'
  9299. - '&fidentity!'
  9300. - ''
  9301. - '&d&lINFORMATION:'
  9302. - '&5&l* &fDisguise: &aZombie'
  9303. - ''
  9304. - '&d&lREQUIREMENTS:'
  9305. - '&5&l* &fRank: &c&lVIP+++ &7or higher'
  9306. - ''
  9307. - '&c&oYou do not have rank enough!'
  9308. '192151222329':
  9309. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTk2NDgzMmE2NjczODhiYTNmNWM4OTVkNTA0MjE4ZjIzNTJlZmExYWY5ZDdmZjdiYTEwMzM5ZGVjZDhmMTUifX19
  9310. data: 3
  9311. slot: 30
  9312. priority: 1
  9313. view_requirement:
  9314. requirements:
  9315. permission:
  9316. type: has permission
  9317. permission: disguise.spider
  9318. display_name: '&d&lSpider'
  9319. lore:
  9320. - ''
  9321. - '&fChange your disguise'
  9322. - '&fand hide your'
  9323. - '&fidentity!'
  9324. - ''
  9325. - '&d&lINFORMATION:'
  9326. - '&5&l* &fDisguise: &aSpider'
  9327. - ''
  9328. - '&d&lREQUIREMENTS:'
  9329. - '&5&l* &fRank: &c&lVIP+++ &7or higher'
  9330. - ''
  9331. - '&5&nClick to select!'
  9332. left_click_commands:
  9333. - '[console] od %player_name% spider'
  9334. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9335. the &aSpider &fdisguise!'
  9336. - '[close]'
  9337. - '[refresh]'
  9338. right_click_commands:
  9339. - '[console] od %player_name% spider'
  9340. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9341. the &aSpider &fdisguise!'
  9342. - '[close]'
  9343. - '[refresh]'
  9344. '19212591562323':
  9345. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTk2NDgzMmE2NjczODhiYTNmNWM4OTVkNTA0MjE4ZjIzNTJlZmExYWY5ZDdmZjdiYTEwMzM5ZGVjZDhmMTUifX19
  9346. data: 3
  9347. slot: 30
  9348. priority: 2
  9349. display_name: '&d&lSpider'
  9350. lore:
  9351. - ''
  9352. - '&fChange your disguise'
  9353. - '&fand hide your'
  9354. - '&fidentity!'
  9355. - ''
  9356. - '&d&lINFORMATION:'
  9357. - '&5&l* &fDisguise: &aSpider'
  9358. - ''
  9359. - '&d&lREQUIREMENTS:'
  9360. - '&5&l* &fRank: &c&lVIP+++ &7or higher'
  9361. - ''
  9362. - '&c&oYou do not have rank enough!'
  9363. '1921512223299':
  9364. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjhlMjUyNmZiNGJkM2I3MDgxZWVkYmRlOTU4MGY0ZDZjNDdkNDBiZWRiNjM2ZjEwMjc4YWNlOWRmM2E1MmY1In19fQ==
  9365. data: 3
  9366. slot: 31
  9367. priority: 1
  9368. view_requirement:
  9369. requirements:
  9370. permission:
  9371. type: has permission
  9372. permission: disguise.creeper
  9373. display_name: '&d&lCreeper'
  9374. lore:
  9375. - ''
  9376. - '&fChange your disguise'
  9377. - '&fand hide your'
  9378. - '&fidentity!'
  9379. - ''
  9380. - '&d&lINFORMATION:'
  9381. - '&5&l* &fDisguise: &aCreeper'
  9382. - ''
  9383. - '&d&lREQUIREMENTS:'
  9384. - '&5&l* &fRank: &c&lVIP+++ &7or higher'
  9385. - ''
  9386. - '&5&nClick to select!'
  9387. left_click_commands:
  9388. - '[console] od %player_name% creeper'
  9389. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9390. the &aCreeper &fdisguise!'
  9391. - '[close]'
  9392. - '[refresh]'
  9393. right_click_commands:
  9394. - '[console] od %player_name% creeper'
  9395. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9396. the &aCreeper &fdisguise!'
  9397. - '[close]'
  9398. - '[refresh]'
  9399. '192125915623293':
  9400. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjhlMjUyNmZiNGJkM2I3MDgxZWVkYmRlOTU4MGY0ZDZjNDdkNDBiZWRiNjM2ZjEwMjc4YWNlOWRmM2E1MmY1In19fQ==
  9401. data: 3
  9402. slot: 31
  9403. priority: 2
  9404. display_name: '&d&lCreeper'
  9405. lore:
  9406. - ''
  9407. - '&fChange your disguise'
  9408. - '&fand hide your'
  9409. - '&fidentity!'
  9410. - ''
  9411. - '&d&lINFORMATION:'
  9412. - '&5&l* &fDisguise: &aCreeper'
  9413. - ''
  9414. - '&d&lREQUIREMENTS:'
  9415. - '&5&l* &fRank: &c&lVIP+++ &7or higher'
  9416. - ''
  9417. - '&c&oYou do not have rank enough!'
  9418. '19215122232991':
  9419. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDc0NmMyNmFhYzE2ZTM4ODA5ODJkMTM5OWZiNWY5Zjc5OTEzZGQ2MTZlNzE2NTRmOWJmNGQ0MWZiMzMifX19
  9420. data: 3
  9421. slot: 32
  9422. priority: 1
  9423. view_requirement:
  9424. requirements:
  9425. permission:
  9426. type: has permission
  9427. permission: disguise.enderman
  9428. display_name: '&d&lEnderman'
  9429. lore:
  9430. - ''
  9431. - '&fChange your disguise'
  9432. - '&fand hide your'
  9433. - '&fidentity!'
  9434. - ''
  9435. - '&d&lINFORMATION:'
  9436. - '&5&l* &fDisguise: &aEnderman'
  9437. - ''
  9438. - '&d&lREQUIREMENTS:'
  9439. - '&5&l* &fRank: &c&lVIP+++ &7or higher'
  9440. - ''
  9441. - '&5&nClick to select!'
  9442. left_click_commands:
  9443. - '[console] od %player_name% enderman'
  9444. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9445. the &aEnderman &fdisguise!'
  9446. - '[close]'
  9447. - '[refresh]'
  9448. right_click_commands:
  9449. - '[console] od %player_name% enderman'
  9450. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9451. the &aEnderman &fdisguise!'
  9452. - '[close]'
  9453. - '[refresh]'
  9454. '1921259156232931':
  9455. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDc0NmMyNmFhYzE2ZTM4ODA5ODJkMTM5OWZiNWY5Zjc5OTEzZGQ2MTZlNzE2NTRmOWJmNGQ0MWZiMzMifX19
  9456. data: 3
  9457. slot: 32
  9458. priority: 2
  9459. display_name: '&d&lEnderman'
  9460. lore:
  9461. - ''
  9462. - '&fChange your disguise'
  9463. - '&fand hide your'
  9464. - '&fidentity!'
  9465. - ''
  9466. - '&d&lINFORMATION:'
  9467. - '&5&l* &fDisguise: &aEnderman'
  9468. - ''
  9469. - '&d&lREQUIREMENTS:'
  9470. - '&5&l* &fRank: &c&lVIP+++ &7or higher'
  9471. - ''
  9472. - '&c&oYou do not have rank enough!'
  9473. '192151222329912':
  9474. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTQxOGM5MzBiMzE5N2YyNzhjOTgzY2Q4NzhiMmVlOTY2MzI3MjlmNDdkODM4NzcxMjM2YzJhNWJlZTM3MjUifX19
  9475. data: 3
  9476. slot: 33
  9477. priority: 1
  9478. view_requirement:
  9479. requirements:
  9480. permission:
  9481. type: has permission
  9482. permission: disguise.blaze
  9483. display_name: '&d&lBlaze'
  9484. lore:
  9485. - ''
  9486. - '&fChange your disguise'
  9487. - '&fand hide your'
  9488. - '&fidentity!'
  9489. - ''
  9490. - '&d&lINFORMATION:'
  9491. - '&5&l* &fDisguise: &aBlaze'
  9492. - ''
  9493. - '&d&lREQUIREMENTS:'
  9494. - '&5&l* &fRank: &e&lVIP++++ &7or higher'
  9495. - ''
  9496. - '&5&nClick to select!'
  9497. left_click_commands:
  9498. - '[console] od %player_name% blaze'
  9499. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9500. the &aBlaze &fdisguise!'
  9501. - '[close]'
  9502. - '[refresh]'
  9503. right_click_commands:
  9504. - '[console] od %player_name% blaze'
  9505. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9506. the &aBlaze &fdisguise!'
  9507. - '[close]'
  9508. - '[refresh]'
  9509. '1921259156232932':
  9510. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTQxOGM5MzBiMzE5N2YyNzhjOTgzY2Q4NzhiMmVlOTY2MzI3MjlmNDdkODM4NzcxMjM2YzJhNWJlZTM3MjUifX19
  9511. data: 3
  9512. slot: 33
  9513. priority: 2
  9514. display_name: '&d&lBlaze'
  9515. lore:
  9516. - ''
  9517. - '&fChange your disguise'
  9518. - '&fand hide your'
  9519. - '&fidentity!'
  9520. - ''
  9521. - '&d&lINFORMATION:'
  9522. - '&5&l* &fDisguise: &aBlaze'
  9523. - ''
  9524. - '&d&lREQUIREMENTS:'
  9525. - '&5&l* &fRank: &e&lVIP++++ &7or higher'
  9526. - ''
  9527. - '&c&oYou do not have rank enough!'
  9528. '192151222329911112':
  9529. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjc2NTdjOWNlOWVmYThhNTkxYzFkNjk0ZjdiYzc1NmM2NjY0MmM3NDRlZWIzMWYxZWE0M2Q2MGE3NzQ5In19fQ==
  9530. data: 3
  9531. slot: 39
  9532. priority: 1
  9533. view_requirement:
  9534. requirements:
  9535. permission:
  9536. type: has permission
  9537. permission: disguise.wither_skeleton
  9538. display_name: '&d&lWither Skeleton'
  9539. lore:
  9540. - ''
  9541. - '&fChange your disguise'
  9542. - '&fand hide your'
  9543. - '&fidentity!'
  9544. - ''
  9545. - '&d&lINFORMATION:'
  9546. - '&5&l* &fDisguise: &aWither Skeleton'
  9547. - ''
  9548. - '&d&lREQUIREMENTS:'
  9549. - '&5&l* &fRank: &e&lVIP++++ &7or higher'
  9550. - ''
  9551. - '&5&nClick to select!'
  9552. left_click_commands:
  9553. - '[console] od %player_name% wither_skeleton'
  9554. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9555. the &aWither Skeleton &fdisguise!'
  9556. - '[close]'
  9557. - '[refresh]'
  9558. right_click_commands:
  9559. - '[console] od %player_name% wither_skeleton'
  9560. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9561. the &aWither Skeleton &fdisguise!'
  9562. - '[close]'
  9563. - '[refresh]'
  9564. '19212159115623291132':
  9565. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjc2NTdjOWNlOWVmYThhNTkxYzFkNjk0ZjdiYzc1NmM2NjY0MmM3NDRlZWIzMWYxZWE0M2Q2MGE3NzQ5In19fQ==
  9566. data: 3
  9567. slot: 39
  9568. priority: 2
  9569. display_name: '&d&lWither Skeleton'
  9570. lore:
  9571. - ''
  9572. - '&fChange your disguise'
  9573. - '&fand hide your'
  9574. - '&fidentity!'
  9575. - ''
  9576. - '&d&lINFORMATION:'
  9577. - '&5&l* &fDisguise: &aWither Skeleton'
  9578. - ''
  9579. - '&d&lREQUIREMENTS:'
  9580. - '&5&l* &fRank: &e&lVIP++++ &7or higher'
  9581. - ''
  9582. - '&c&oYou do not have rank enough!'
  9583. '19215122225329911112':
  9584. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTQ3ZjJkZjRkMzFkZTgxYmFmODEzYmJiMjhkMWI5NmYzNDIzYWM2YWE2ODJjOGJkZGM3ZjUyOTQ1OGEifX19
  9585. data: 3
  9586. slot: 40
  9587. priority: 1
  9588. view_requirement:
  9589. requirements:
  9590. permission:
  9591. type: has permission
  9592. permission: disguise.pig_zombie
  9593. display_name: '&d&lPig Zombie'
  9594. lore:
  9595. - ''
  9596. - '&fChange your disguise'
  9597. - '&fand hide your'
  9598. - '&fidentity!'
  9599. - ''
  9600. - '&d&lINFORMATION:'
  9601. - '&5&l* &fDisguise: &aPig Zombie'
  9602. - ''
  9603. - '&d&lREQUIREMENTS:'
  9604. - '&5&l* &fRank: &e&lVIP++++ &7or higher'
  9605. - ''
  9606. - '&5&nClick to select!'
  9607. left_click_commands:
  9608. - '[console] od %player_name% pig_zombie'
  9609. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9610. the &aPig Zombie &fdisguise!'
  9611. - '[close]'
  9612. - '[refresh]'
  9613. right_click_commands:
  9614. - '[console] od %player_name% pig_zombie'
  9615. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9616. the &aPig Zombie &fdisguise!'
  9617. - '[close]'
  9618. - '[refresh]'
  9619. '1921215911526235291132':
  9620. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTQ3ZjJkZjRkMzFkZTgxYmFmODEzYmJiMjhkMWI5NmYzNDIzYWM2YWE2ODJjOGJkZGM3ZjUyOTQ1OGEifX19
  9621. data: 3
  9622. slot: 40
  9623. priority: 2
  9624. display_name: '&d&lPig Zombie'
  9625. lore:
  9626. - ''
  9627. - '&fChange your disguise'
  9628. - '&fand hide your'
  9629. - '&fidentity!'
  9630. - ''
  9631. - '&d&lINFORMATION:'
  9632. - '&5&l* &fDisguise: &aPig Zombie'
  9633. - ''
  9634. - '&d&lREQUIREMENTS:'
  9635. - '&5&l* &fRank: &e&lVIP++++ &7or higher'
  9636. - ''
  9637. - '&c&oYou do not have rank enough!'
  9638. '192151222253299111129':
  9639. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODNiZWU5ZjliNzVmZjc1MTk3ZTA3NDE0YWMyZGI5MmUyMTZlOTQ1ZDYxODc3MjJiZGI5MjYyODc5YmI2In19fQ==
  9640. data: 3
  9641. slot: 41
  9642. priority: 1
  9643. view_requirement:
  9644. requirements:
  9645. permission:
  9646. type: has permission
  9647. permission: disguise.witch
  9648. display_name: '&d&lWitch'
  9649. lore:
  9650. - ''
  9651. - '&fChange your disguise'
  9652. - '&fand hide your'
  9653. - '&fidentity!'
  9654. - ''
  9655. - '&d&lINFORMATION:'
  9656. - '&5&l* &fDisguise: &aWitch'
  9657. - ''
  9658. - '&d&lREQUIREMENTS:'
  9659. - '&5&l* &fRank: &e&lVIP++++ &7or higher'
  9660. - ''
  9661. - '&5&nClick to select!'
  9662. left_click_commands:
  9663. - '[console] od %player_name% witch'
  9664. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9665. the &aWitch &fdisguise!'
  9666. - '[close]'
  9667. - '[refresh]'
  9668. right_click_commands:
  9669. - '[console] od %player_name% witch'
  9670. - '[console] titlemanager:tm message %player_name% &7\n&fYou have choosen
  9671. the &aWitch &fdisguise!'
  9672. - '[close]'
  9673. - '[refresh]'
  9674. '19212159115262352911329':
  9675. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODNiZWU5ZjliNzVmZjc1MTk3ZTA3NDE0YWMyZGI5MmUyMTZlOTQ1ZDYxODc3MjJiZGI5MjYyODc5YmI2In19fQ==
  9676. data: 3
  9677. slot: 41
  9678. priority: 2
  9679. display_name: '&d&lWitch'
  9680. lore:
  9681. - ''
  9682. - '&fChange your disguise'
  9683. - '&fand hide your'
  9684. - '&fidentity!'
  9685. - ''
  9686. - '&d&lINFORMATION:'
  9687. - '&5&l* &fDisguise: &aWitch'
  9688. - ''
  9689. - '&d&lREQUIREMENTS:'
  9690. - '&5&l* &fRank: &e&lVIP++++ &7or higher'
  9691. - ''
  9692. - '&c&oYou do not have rank enough!'
  9693. '1925923223':
  9694. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2VkMWFiYTczZjYzOWY0YmM0MmJkNDgxOTZjNzE1MTk3YmUyNzEyYzNiOTYyYzk3ZWJmOWU5ZWQ4ZWZhMDI1In19fQ==
  9695. data: 3
  9696. slot: 4
  9697. priority: 1
  9698. display_name: '&d&lReset disguise'
  9699. lore:
  9700. - ''
  9701. - '&fReset your disguise that you'
  9702. - '&fare currently wearing if'
  9703. - '&fyou are bored!'
  9704. - ''
  9705. - '&5&nClick to reset!'
  9706. left_click_commands:
  9707. - '[console] ud %player_name%'
  9708. - '[console] titlemanager:tm message %player_name% &7\n&fYou have reset your
  9709. disguise!'
  9710. - '[close]'
  9711. - '[refresh]'
  9712. right_click_commands:
  9713. - '[console] ud %player_name%'
  9714. - '[console] titlemanager:tm message %player_name% &7\n&fYou have reset your
  9715. disguise!'
  9716. - '[close]'
  9717. - '[refresh]'
  9718. '20':
  9719. material: 160
  9720. display_name: '&f'
  9721. data: 15
  9722. slots:
  9723. - 0
  9724. - 1
  9725. - 2
  9726. - 3
  9727. - 5
  9728. - 6
  9729. - 7
  9730. - 8
  9731. - 9
  9732. - 10
  9733. - 16
  9734. - 17
  9735. - 18
  9736. - 19
  9737. - 25
  9738. - 26
  9739. - 27
  9740. - 28
  9741. - 34
  9742. - 35
  9743. - 36
  9744. - 37
  9745. - 38
  9746. - 42
  9747. - 43
  9748. - 44
  9749. - 45
  9750. - 46
  9751. - 47
  9752. - 48
  9753. - 49
  9754. - 50
  9755. - 51
  9756. - 52
  9757. - 53
  9758. priority: 1
  9759. rankss:
  9760. menu_title: '&8» Store Ranks'
  9761. size: 27
  9762. open_command:
  9763. - rank
  9764. - ranks
  9765. items:
  9766. '1':
  9767. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGI5ZmU1N2FkMWQ4NzgxNjFhODM4MDI4MjkxYzE3ODMxZWQzYTc3YTc0NmZmYzhiZDVkYmI0NzdhN2VhMyJ9fX0=
  9768. slot: 11
  9769. priority: 1
  9770. display_name: '&d&lRank &8» &a&lVIP'
  9771. lore:
  9772. - '&fYou can access to buy'
  9773. - '&fthis available rank'
  9774. - '&fin the server shop'
  9775. - '&5www.server.net&f.'
  9776. - ''
  9777. - '&5&nClick to see the information!'
  9778. left_click_commands:
  9779. - '[openguimenu] infovip'
  9780. - '[close]'
  9781. right_click_commands:
  9782. - '[openguimenu] infovip'
  9783. - '[close]'
  9784. '2':
  9785. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmRlNjQyYzM2YzcxYzM0Y2M4OTM3OTExYzRhNDE0NWE0NTlkYjQ3MjI2MjVkYjVhZmM5MWQ1ZjgzOWZiZjA3ZSJ9fX0=
  9786. slot: 12
  9787. priority: 1
  9788. display_name: '&d&lRank &8» &b&lVIP+'
  9789. lore:
  9790. - '&fYou can access to buy'
  9791. - '&fthis available rank'
  9792. - '&fin the server shop'
  9793. - '&5www.server.net&f.'
  9794. - ''
  9795. - '&5&nClick to see the information!'
  9796. left_click_commands:
  9797. - '[openguimenu] infovip+'
  9798. - '[close]'
  9799. right_click_commands:
  9800. - '[openguimenu] infovip+'
  9801. - '[close]'
  9802. '3':
  9803. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGMzMjQyYzIyYzJkZTIzZWYzNzlmMTI2ZTlmYjE1NGQ2MDU4ODVlNmE3NGFhMjcyNDI5ZWY0OWEzMzFlMzI1YiJ9fX0=
  9804. slot: 13
  9805. priority: 1
  9806. display_name: '&d&lRank &8» &d&lVIP++'
  9807. lore:
  9808. - '&fYou can access to buy'
  9809. - '&fthis available rank'
  9810. - '&fin the server shop'
  9811. - '&5www.server.net&f.'
  9812. - ''
  9813. - '&5&nClick to see the information!'
  9814. left_click_commands:
  9815. - '[openguimenu] infovip++'
  9816. - '[close]'
  9817. right_click_commands:
  9818. - '[openguimenu] infovip++'
  9819. - '[close]'
  9820. '4':
  9821. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzljMWE0NzRhODkxZWYyNDY1YTlmMzc5ZTNjNTNkN2I1MGE5MWNiMDc4ZDliNzVkN2NmMjI5NWFmYjEyYzEifX19
  9822. slot: 14
  9823. priority: 1
  9824. display_name: '&d&lRank &8» &c&lVIP+++'
  9825. lore:
  9826. - '&fYou can access to buy'
  9827. - '&fthis available rank'
  9828. - '&fin the server shop'
  9829. - '&5www.server.net&f.'
  9830. - ''
  9831. - '&5&nClick to see the information!'
  9832. left_click_commands:
  9833. - '[openguimenu] infovip+++'
  9834. - '[close]'
  9835. right_click_commands:
  9836. - '[openguimenu] infovip+++'
  9837. - '[close]'
  9838. '5':
  9839. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzc4MmQ1ZjM1NjY0Nzg5M2UyNzVhOWI5ZDFlOWJlNDc1NmJkZmFhZmI3YmQ5ZmNiZWU2ZTQxMzk0NmVlZDFhIn19fQ==
  9840. slot: 15
  9841. priority: 1
  9842. display_name: '&d&lRank &8» &e&lVIP++++'
  9843. lore:
  9844. - '&fYou can access to buy'
  9845. - '&fthis available rank'
  9846. - '&fin the server shop'
  9847. - '&5www.server.net&f.'
  9848. - ''
  9849. - '&5&nClick to see the information!'
  9850. left_click_commands:
  9851. - '[openguimenu] infovip++++'
  9852. - '[close]'
  9853. right_click_commands:
  9854. - '[openguimenu] infovip++++'
  9855. - '[close]'
  9856. '10':
  9857. material: 160
  9858. display_name: '&f'
  9859. data: 15
  9860. slots:
  9861. - 0
  9862. - 1
  9863. - 2
  9864. - 3
  9865. - 4
  9866. - 5
  9867. - 6
  9868. - 7
  9869. - 8
  9870. - 9
  9871. - 10
  9872. - 16
  9873. - 17
  9874. - 18
  9875. - 19
  9876. - 20
  9877. - 21
  9878. - 22
  9879. - 23
  9880. - 24
  9881. - 25
  9882. - 26
  9883. infovip:
  9884. menu_title: '&8» Rank Information'
  9885. size: 9
  9886. open_command:
  9887. - infovip
  9888. items:
  9889. '1':
  9890. material: PAPER
  9891. slot: 2
  9892. priority: 1
  9893. display_name: '&d&lPerks'
  9894. lore:
  9895. - '&fCheck the &a&lVIP&f''s list'
  9896. - '&fof perks that you will be'
  9897. - '&fable to have with this rank.'
  9898. - ''
  9899. - '&5&nLeft-click to preview!'
  9900. left_click_commands:
  9901. - '[console] ib open infovip %player_name%'
  9902. - '[refresh]'
  9903. '2':
  9904. material: BOOK
  9905. slot: 6
  9906. priority: 1
  9907. display_name: '&d&lKit Preview'
  9908. lore:
  9909. - ''
  9910. - '&f&lCONTAIN:'
  9911. - '&5&l* &dArmor;'
  9912. - ' &8» &7Protection I'
  9913. - ''
  9914. - '&5&l* &dWeapon;'
  9915. - ' &8» &7Sharpness II'
  9916. - ' &8» &7Unbreaking I'
  9917. - ' &8» &7Fire Aspect I'
  9918. - ''
  9919. - '&5&l* &dTools;'
  9920. - ' &8» &7Efficiency II'
  9921. - ' &8» &7Unbreaking II'
  9922. - ''
  9923. - '&5&l* &dItems;'
  9924. - ' &8» &7x1 Common Star'
  9925. - ' &8» &7x32 Grass'
  9926. - ' &8» &7x32 Cobblestone'
  9927. - ' &8» &7x1 Sell-wand (10 uses)'
  9928. left_click_commands:
  9929. - '[player] previewkit vip'
  9930. - '[close]'
  9931. '10':
  9932. material: 160
  9933. display_name: '&f'
  9934. data: 15
  9935. slots:
  9936. - 0
  9937. - 1
  9938. - 3
  9939. - 4
  9940. - 5
  9941. - 7
  9942. - 8
  9943. infovip+:
  9944. menu_title: '&8» Rank Information'
  9945. size: 9
  9946. open_command:
  9947. - infovip+
  9948. items:
  9949. '1':
  9950. material: PAPER
  9951. slot: 2
  9952. priority: 1
  9953. display_name: '&d&lPerks'
  9954. lore:
  9955. - '&fCheck the &b&lVIP+&f''s list'
  9956. - '&fof perks that you will be'
  9957. - '&fable to have with this rank.'
  9958. - ''
  9959. - '&5&nLeft-click to preview!'
  9960. left_click_commands:
  9961. - '[console] ib open infovip+ %player_name%'
  9962. - '[refresh]'
  9963. '2':
  9964. material: BOOK
  9965. slot: 6
  9966. priority: 1
  9967. display_name: '&d&lKit Preview'
  9968. lore:
  9969. - ''
  9970. - '&f&lCONTAIN:'
  9971. - '&5&l* &dArmor;'
  9972. - ' &8» &7Protection II'
  9973. - ' &8» &7Unbreaking I'
  9974. - ''
  9975. - '&5&l* &dWeapon;'
  9976. - ' &8» &7Sharpness III'
  9977. - ' &8» &7Unbreaking II'
  9978. - ' &8» &7Fire Aspect II'
  9979. - ' &8» &7Looting I'
  9980. - ''
  9981. - '&5&l* &dTools;'
  9982. - ' &8» &7Efficiency III'
  9983. - ' &8» &7Unbreaking II'
  9984. - ''
  9985. - '&5&l* &dItems;'
  9986. - ' &8» &7x1 Rare Star'
  9987. - ' &8» &7x64 Grass'
  9988. - ' &8» &7x64 Cobblestone'
  9989. - ' &8» &7x1 Sell-wand (20 uses)'
  9990. left_click_commands:
  9991. - '[player] previewkit vip+'
  9992. - '[close]'
  9993. '10':
  9994. material: 160
  9995. display_name: '&f'
  9996. data: 15
  9997. slots:
  9998. - 0
  9999. - 1
  10000. - 3
  10001. - 4
  10002. - 5
  10003. - 7
  10004. - 8
  10005. - 9
  10006. infovip++:
  10007. menu_title: '&8» Rank Information'
  10008. size: 9
  10009. open_command:
  10010. - infovip++
  10011. items:
  10012. '1':
  10013. material: PAPER
  10014. slot: 2
  10015. priority: 1
  10016. display_name: '&d&lPerks'
  10017. lore:
  10018. - '&fCheck the &d&lVIP++&f''s list'
  10019. - '&fof perks that you will be'
  10020. - '&fable to have with this rank.'
  10021. - ''
  10022. - '&5&nLeft-click to preview!'
  10023. left_click_commands:
  10024. - '[console] ib open infovip++ %player_name%'
  10025. - '[refresh]'
  10026. '2':
  10027. material: BOOK
  10028. slot: 6
  10029. priority: 1
  10030. display_name: '&d&lKit Preview'
  10031. lore:
  10032. - ''
  10033. - '&f&lCONTAIN:'
  10034. - '&5&l* &dArmor;'
  10035. - ' &8» &7Protection III'
  10036. - ' &8» &7Unbreaking III'
  10037. - ''
  10038. - '&5&l* &dWeapon;'
  10039. - ' &8» &7Sharpness IV'
  10040. - ' &8» &7Unbreaking III'
  10041. - ' &8» &7Fire Aspect II'
  10042. - ' &8» &7Looting II'
  10043. - ''
  10044. - '&5&l* &dTools;'
  10045. - ' &8» &7Efficiency IV'
  10046. - ' &8» &7Unbreaking II'
  10047. - ''
  10048. - '&5&l* &dItems;'
  10049. - ' &8» &7x2 Rare Star'
  10050. - ' &8» &7x96 Grass'
  10051. - ' &8» &7x96 Cobblestone'
  10052. - ' &8» &7x8 Diamond Block'
  10053. - ' &8» &7x8 Emerald Block'
  10054. - ' &8» &7x1 Sell-wand (30 uses)'
  10055. left_click_commands:
  10056. - '[player] previewkit vip++'
  10057. - '[close]'
  10058. '10':
  10059. material: 160
  10060. display_name: '&f'
  10061. data: 15
  10062. slots:
  10063. - 0
  10064. - 1
  10065. - 3
  10066. - 4
  10067. - 5
  10068. - 7
  10069. - 8
  10070. - 9
  10071. infovip+++:
  10072. menu_title: '&8» Rank Information'
  10073. size: 9
  10074. open_command:
  10075. - infovip+++
  10076. items:
  10077. '1':
  10078. material: PAPER
  10079. slot: 2
  10080. priority: 1
  10081. display_name: '&d&lPerks'
  10082. lore:
  10083. - '&fCheck the &c&lVIP+++&f''s list'
  10084. - '&fof perks that you will be'
  10085. - '&fable to have with this rank.'
  10086. - ''
  10087. - '&5&nLeft-click to preview!'
  10088. left_click_commands:
  10089. - '[console] ib open infovip+++ %player_name%'
  10090. - '[refresh]'
  10091. '2':
  10092. material: BOOK
  10093. slot: 6
  10094. priority: 1
  10095. display_name: '&d&lKit Preview'
  10096. lore:
  10097. - ''
  10098. - '&f&lCONTAIN:'
  10099. - '&5&l* &dArmor;'
  10100. - ' &8» &7Protection IV'
  10101. - ' &8» &7Unbreaking IV'
  10102. - ''
  10103. - '&5&l* &dWeapon;'
  10104. - ' &8» &7Sharpness V'
  10105. - ' &8» &7Unbreaking III'
  10106. - ' &8» &7Fire Aspect II'
  10107. - ' &8» &7Looting III'
  10108. - ' &8» &7Knockback I'
  10109. - ''
  10110. - '&5&l* &dTools;'
  10111. - ' &8» &7Efficiency V'
  10112. - ' &8» &7Unbreaking IV'
  10113. - ' &8» &7Fortune I'
  10114. - ''
  10115. - '&5&l* &dItems;'
  10116. - ' &8» &7x1 Legendary Star'
  10117. - ' &8» &7x128 Grass'
  10118. - ' &8» &7x128 Cobblestone'
  10119. - ' &8» &7x16 Diamond Block'
  10120. - ' &8» &7x16 Emerald Block'
  10121. - ' &8» &7x1 Sell-wand (40 uses)'
  10122. left_click_commands:
  10123. - '[player] previewkit vip+++'
  10124. - '[close]'
  10125. '10':
  10126. material: 160
  10127. display_name: '&f'
  10128. data: 15
  10129. slots:
  10130. - 0
  10131. - 1
  10132. - 3
  10133. - 4
  10134. - 5
  10135. - 7
  10136. - 8
  10137. - 9
  10138. infovip++++:
  10139. menu_title: '&8» Rank Information'
  10140. size: 9
  10141. open_command:
  10142. - infovip++++
  10143. items:
  10144. '1':
  10145. material: PAPER
  10146. slot: 2
  10147. priority: 1
  10148. display_name: '&d&lPerks'
  10149. lore:
  10150. - '&fCheck the &e&lVIP++++&f''s list'
  10151. - '&fof perks that you will be'
  10152. - '&fable to have with this rank.'
  10153. - ''
  10154. - '&5&nLeft-click to preview!'
  10155. left_click_commands:
  10156. - '[console] ib open infovip++++ %player_name%'
  10157. - '[refresh]'
  10158. '2':
  10159. material: BOOK
  10160. slot: 6
  10161. priority: 1
  10162. display_name: '&d&lKit Preview'
  10163. lore:
  10164. - ''
  10165. - '&f&lCONTAIN:'
  10166. - '&5&l* &dArmor;'
  10167. - ' &8» &7Protection V'
  10168. - ' &8» &7Unbreaking IV'
  10169. - ''
  10170. - '&5&l* &dWeapon;'
  10171. - ' &8» &7Sharpness V'
  10172. - ' &8» &7Unbreaking III'
  10173. - ' &8» &7Fire Aspect II'
  10174. - ' &8» &7Looting III'
  10175. - ' &8» &7Knockback II'
  10176. - ''
  10177. - '&5&l* &dTools;'
  10178. - ' &8» &7Efficiency VI'
  10179. - ' &8» &7Unbreaking IV'
  10180. - ' &8» &7Fortune II'
  10181. - ''
  10182. - '&5&l* &dItems;'
  10183. - ' &8» &7x2 Legendary Star'
  10184. - ' &8» &7x190 Grass'
  10185. - ' &8» &7x190 Cobblestone'
  10186. - ' &8» &7x32 Diamond Block'
  10187. - ' &8» &7x32 Emerald Block'
  10188. - ' &8» &7x1 Sell-wand (50 uses)'
  10189. left_click_commands:
  10190. - '[player] previewkit vip++++'
  10191. - '[close]'
  10192. '10':
  10193. material: 160
  10194. display_name: '&f'
  10195. data: 15
  10196. slots:
  10197. - 0
  10198. - 1
  10199. - 3
  10200. - 4
  10201. - 5
  10202. - 7
  10203. - 8
  10204. - 9
  10205. isborders:
  10206. open_command:
  10207. - asfwaedwdwef34feee3es
  10208. update_interval: 1
  10209. menu_title: '&8» Island Borders'
  10210. size: 27
  10211. items:
  10212. '929':
  10213. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjMxODUwNDZhMzVhYzg0MDU5ZWZlYjUyMjQxYmUwM2M4YTk0OTlkMjhkYTdlZGNhMmZjZTM3NWM4NTE4NTg3OSJ9fX0=
  10214. data: 3
  10215. slot: 10
  10216. priority: 1
  10217. view_requirement:
  10218. requirements:
  10219. music:
  10220. type: has permission
  10221. permission: isborder.color.green
  10222. display_name: '&a&lGreen'
  10223. lore:
  10224. - ''
  10225. - '&fPaint the current island'
  10226. - '&fborder to green to stand'
  10227. - '&fout the others!'
  10228. - ''
  10229. - '&d&lREQUIREMENTS:'
  10230. - '&5&l* &fRank: &a&lVIP &7or higher'
  10231. - ''
  10232. - '&5&nClick to paint!'
  10233. left_click_commands:
  10234. - '[player] isborder setcolor green'
  10235. - '[close]'
  10236. - '[refresh]'
  10237. right_click_commands:
  10238. - '[player] isborder setcolor green'
  10239. - '[close]'
  10240. - '[refresh]'
  10241. '9299':
  10242. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjMxODUwNDZhMzVhYzg0MDU5ZWZlYjUyMjQxYmUwM2M4YTk0OTlkMjhkYTdlZGNhMmZjZTM3NWM4NTE4NTg3OSJ9fX0=
  10243. data: 3
  10244. slot: 10
  10245. priority: 2
  10246. display_name: '&a&lGreen'
  10247. lore:
  10248. - ''
  10249. - '&fPaint the current island'
  10250. - '&fborder to green to stand'
  10251. - '&fout the others!'
  10252. - ''
  10253. - '&d&lREQUIREMENTS:'
  10254. - '&5&l* &fRank: &a&lVIP &7or higher'
  10255. - ''
  10256. - '&c&oYou do not have enough rank!'
  10257. '939':
  10258. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTM2ZDcxODQzYzY3ZjU0ZTEzYmE2MTg3ZGE0OGQ4ZjI0OThjMmFmOGEyMmY4NTY4NjQxNzg2MmY2MWFlMTYxIn19fQ==
  10259. data: 3
  10260. slot: 16
  10261. priority: 1
  10262. view_requirement:
  10263. requirements:
  10264. music:
  10265. type: has permission
  10266. permission: isborder.color.red
  10267. display_name: '&c&lRed'
  10268. lore:
  10269. - ''
  10270. - '&fPaint the current island'
  10271. - '&fborder to green to stand'
  10272. - '&fout the others!'
  10273. - ''
  10274. - '&d&lREQUIREMENTS:'
  10275. - '&5&l* &fRank: &c&lVIP+++ &7or higher'
  10276. - ''
  10277. - '&5&nClick to select!'
  10278. left_click_commands:
  10279. - '[player] isborder setcolor green'
  10280. - '[close]'
  10281. - '[refresh]'
  10282. right_click_commands:
  10283. - '[player] isborder setcolor green'
  10284. - '[close]'
  10285. - '[refresh]'
  10286. '9399':
  10287. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTM2ZDcxODQzYzY3ZjU0ZTEzYmE2MTg3ZGE0OGQ4ZjI0OThjMmFmOGEyMmY4NTY4NjQxNzg2MmY2MWFlMTYxIn19fQ==
  10288. data: 3
  10289. slot: 16
  10290. priority: 2
  10291. display_name: '&c&lRed'
  10292. lore:
  10293. - ''
  10294. - '&fPaint the current island'
  10295. - '&fborder to green to stand'
  10296. - '&fout the others!'
  10297. - ''
  10298. - '&d&lREQUIREMENTS:'
  10299. - '&5&l* &fRank: &c&lVIP+++ &7or higher'
  10300. - ''
  10301. - '&c&oYou do not have enough rank!'
  10302. '1925923223':
  10303. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2VkMWFiYTczZjYzOWY0YmM0MmJkNDgxOTZjNzE1MTk3YmUyNzEyYzNiOTYyYzk3ZWJmOWU5ZWQ4ZWZhMDI1In19fQ==
  10304. data: 3
  10305. slot: 13
  10306. priority: 1
  10307. display_name: '&c&lReset'
  10308. lore:
  10309. - ''
  10310. - '&fReset the island border'
  10311. - '&fcolor if you do not like'
  10312. - '&fit anymore!'
  10313. - ''
  10314. - '&5&nClick to reset!'
  10315. left_click_commands:
  10316. - '[player] isborder setcolor blue'
  10317. - '[close]'
  10318. - '[refresh]'
  10319. right_click_commands:
  10320. - '[player] isborder setcolor blue'
  10321. - '[close]'
  10322. - '[refresh]'
  10323. '20':
  10324. material: 160
  10325. display_name: '&f'
  10326. data: 15
  10327. slots:
  10328. - 0
  10329. - 1
  10330. - 2
  10331. - 3
  10332. - 4
  10333. - 5
  10334. - 6
  10335. - 7
  10336. - 8
  10337. - 9
  10338. - 11
  10339. - 12
  10340. - 14
  10341. - 15
  10342. - 17
  10343. - 18
  10344. - 19
  10345. - 20
  10346. - 21
  10347. - 22
  10348. - 23
  10349. - 24
  10350. - 25
  10351. - 26
  10352. priority: 1
  10353. isskills:
  10354. open_command:
  10355. - dsfewd2fewfeq
  10356. update_interval: 1
  10357. menu_title: '&8» Island Skills'
  10358. size: 27
  10359. items:
  10360. '99':
  10361. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDM5MWRmZmJlYTJmYzNmMmFkNzhhNjIzZjQ5YmY3ZTExMjE2OTQxMTJjMzc1OWZlZWQ0MTU2ZmMyYmE0NmMwIn19fQ==
  10362. data: 3
  10363. slot: 11
  10364. priority: 1
  10365. display_name: '&d&lFarming'
  10366. lore:
  10367. - ''
  10368. - '&fUnlock new seeds for your'
  10369. - '&fisland and plant them with'
  10370. - '&frecipes!'
  10371. - ''
  10372. - '&d&lINFORMATION:'
  10373. - '&5&l* &fLevel: %javascript_farming1%'
  10374. - ''
  10375. - '&5&nClick to process!'
  10376. left_click_commands:
  10377. - '[openguimenu] ssfarming'
  10378. - '[close]'
  10379. - '[refresh]'
  10380. right_click_commands:
  10381. - '[openguimenu] ssfarming'
  10382. - '[close]'
  10383. - '[refresh]'
  10384. '9923':
  10385. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjQ3ZTJlNWQ1NWI2ZDA0OTQzNTE5YmVkMjU1N2M2MzI5ZTMzYjYwYjkwOWRlZTg5MjNjZDg4YjExNTIxMCJ9fX0=
  10386. data: 3
  10387. slot: 15
  10388. priority: 1
  10389. display_name: '&d&lMob Spawner'
  10390. lore:
  10391. - ''
  10392. - '&fUnlock mob spawners for your'
  10393. - '&fisland and make monsters'
  10394. - '&fspawn!'
  10395. - ''
  10396. - '&c&oComing very soon!'
  10397. '20':
  10398. material: 160
  10399. display_name: '&f'
  10400. data: 15
  10401. slots:
  10402. - 0
  10403. - 1
  10404. - 2
  10405. - 3
  10406. - 4
  10407. - 5
  10408. - 6
  10409. - 7
  10410. - 8
  10411. - 9
  10412. - 10
  10413. - 12
  10414. - 13
  10415. - 14
  10416. - 16
  10417. - 17
  10418. - 18
  10419. - 19
  10420. - 20
  10421. - 21
  10422. - 22
  10423. - 23
  10424. - 24
  10425. - 25
  10426. - 26
  10427. priority: 1
  10428. ssfarming:
  10429. open_command:
  10430. - d342dffe3edewere
  10431. update_interval: 1
  10432. menu_title: '&8» Farming Skill'
  10433. size: 36
  10434. items:
  10435. '9':
  10436. material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODY1MmUyYjkzNmNhODAyNmJkMjg2NTFkN2M5ZjI4MTlkMmU5MjM2OTc3MzRkMThkZmRiMTM1NTBmOGZkYWQ1ZiJ9fX0=
  10437. data: 3
  10438. slot: 10
  10439. priority: 1
  10440. display_name: '&d&lBack'
  10441. lore:
  10442. - ''
  10443. - '&5&nClick to go back!'
  10444. left_click_commands:
  10445. - '[openguimenu] isskills'
  10446. - '[refresh]'
  10447. right_click_commands:
  10448. - '[openguimenu] isskills'
  10449. - '[refresh]'
  10450. '99':
  10451. material: wheat
  10452. slot: 12
  10453. priority: 1
  10454. display_name: '&a&lWheat'
  10455. lore:
  10456. - ''
  10457. - '&fYou are a natural and normal'
  10458. - '&ffarmer, so you can plant wheat!'
  10459. - ''
  10460. - '&d&lINFORMATION:'
  10461. - '&5&l* &fStatus: &a&lUNLOCKED'
  10462. '934':
  10463. material: 392
  10464. slot: 13
  10465. priority: 2
  10466. view_requirement:
  10467. requirements:
  10468. name:
  10469. type: '>='
  10470. input: '%statz_blocks_broken_59:7%'
  10471. output: 100
  10472. display_name: '&d&lPotatoes'
  10473. lore:
  10474. - ''
  10475. - '&d&lINFORMATION:'
  10476. - '&5&l* &fStatus: &c&lLOCKED'
  10477. - ''
  10478. - '&d&lREQUIREMENTS:'
  10479. - '&5&l* &fWheat Collected: &d%statz_blocks_broken_59:7%/100'
  10480. - ''
  10481. - '&5&nClick to unlock!'
  10482. left_click_commands:
  10483. - '[console] pex user %player_name% add ulimits.limit.unlocked1'
  10484. - '[console] pex user %player_name% add farming.potato'
  10485. - '[console] titlemanager:tm message %player_name% &7\n&d&lPotatoes &funlocked
  10486. in island!'
  10487. - '[close]'
  10488. - '[refresh]'
  10489. right_click_commands:
  10490. - '[console] pex user %player_name% add ulimits.limit.unlocked1'
  10491. - '[console] pex user %player_name% add farming.potato'
  10492. - '[console] titlemanager:tm message %player_name% &7\n&d&lPotatoes &funlocked
  10493. in island!'
  10494. - '[close]'
  10495. - '[refresh]'
  10496. '12312':
  10497. material: 392
  10498. slot: 13
  10499. priority: 1
  10500. view_requirement:
  10501. requirements:
  10502. name:
  10503. type: has permission
  10504. permission: farming.potato
  10505. display_name: '&d&lPotatoes'
  10506. lore:
  10507. - ''
  10508. - '&d&lINFORMATION:'
  10509. - '&5&l* &fStatus: &a&lUNLOCKED'
  10510. - ''
  10511. - '&7&oYou can plant potatoes already!'
  10512. '123143511231225':
  10513. material: 392
  10514. slot: 13
  10515. priority: 3
  10516. display_name: '&d&lPotatoes'
  10517. lore:
  10518. - ''
  10519. - '&d&lINFORMATION:'
  10520. - '&5&l* &fStatus: &c&lLOCKED'
  10521. - ''
  10522. - '&d&lREQUIREMENTS:'
  10523. - '&5&l* &fWheat Collected: &d%statz_blocks_broken_59:7%/100'
  10524. - ''
  10525. - '&c&oYou do not have the requirements!'
  10526. '9341132444':
  10527. material: 391
  10528. slot: 14
  10529. priority: 2
  10530. view_requirement:
  10531. requirements:
  10532. name:
  10533. type: '>='
  10534. input: '%statz_blocks_broken_142:7%'
  10535. output: 750
  10536. name2:
  10537. type: has permission
  10538. permission: recipe.carrot
  10539. display_name: '&d&lCarrots'
  10540. lore:
  10541. - ''
  10542. - '&d&lINFORMATION:'
  10543. - '&5&l* &fStatus: &c&lLOCKED'
  10544. - ''
  10545. - '&d&lREQUIREMENTS:'
  10546. - '&5&l* &fPotatoes Collected: &d%statz_blocks_broken_142:7%/750'
  10547. - '&5&l* &fFarming Recipe: &eCarrot'
  10548. - ''
  10549. - '&5&nClick to unlock!'
  10550. left_click_commands:
  10551. - '[console] pex user %player_name% add ulimits.limit.unlocked2'
  10552. - '[console] pex user %player_name% add farming.carrot'
  10553. - '[console] titlemanager:tm message %player_name% &7\n&d&lCarrots &funlocked
  10554. in island!'
  10555. - '[close]'
  10556. - '[refresh]'
  10557. right_click_commands:
  10558. - '[console] pex user %player_name% add ulimits.limit.unlocked2'
  10559. - '[console] pex user %player_name% add farming.carrot'
  10560. - '[console] titlemanager:tm message %player_name% &7\n&d&lCarrots &funlocked
  10561. in island!'
  10562. - '[close]'
  10563. - '[refresh]'
  10564. 1231212se3512:
  10565. material: 391
  10566. slot: 14
  10567. priority: 1
  10568. view_requirement:
  10569. requirements:
  10570. name:
  10571. type: has permission
  10572. permission: farming.carrot
  10573. display_name: '&d&lCarrots'
  10574. lore:
  10575. - ''
  10576. - '&d&lINFORMATION:'
  10577. - '&5&l* &fStatus: &a&lUNLOCKED'
  10578. - ''
  10579. - '&7&oYou can plant carrots already!'
  10580. 1231215fsa1236d24ddf3511231225:
  10581. material: 391
  10582. slot: 14
  10583. priority: 3
  10584. display_name: '&d&lCarrots'
  10585. lore:
  10586. - ''
  10587. - '&d&lINFORMATION:'
  10588. - '&5&l* &fStatus: &c&lLOCKED'
  10589. - ''
  10590. - '&d&lREQUIREMENTS:'
  10591. - '&5&l* &fPotatoes Collected: &d%statz_blocks_broken_142:7%/750'
  10592. - '&5&l* &fFarming Recipe: &eCarrot'
  10593. - ''
  10594. - '&c&oYou do not have the requirements!'
  10595. 9343sd53234f2444:
  10596. material: 338
  10597. slot: 15
  10598. priority: 2
  10599. view_requirement:
  10600. requirements:
  10601. name:
  10602. type: '>='
  10603. input: '%statz_blocks_broken_141:7%'
  10604. output: 4000
  10605. name2:
  10606. type: has permission
  10607. permission: recipe.sugarcane
  10608. display_name: '&d&lSugar Cane'
  10609. lore:
  10610. - ''
  10611. - '&d&lINFORMATION:'
  10612. - '&5&l* &fStatus: &c&lLOCKED'
  10613. - ''
  10614. - '&d&lREQUIREMENTS:'
  10615. - '&5&l* &fCarrots Collected: &d%statz_blocks_broken_141:7%/4,000'
  10616. - '&5&l* &fFarming Recipe: &eSugar Cane'
  10617. - ''
  10618. - '&5&nClick to unlock!'
  10619. left_click_commands:
  10620. - '[console] pex user %player_name% add ulimits.limit.unlocked3'
  10621. - '[console] pex user %player_name% add farming.sugarcane'
  10622. - '[console] titlemanager:tm message %player_name% &7\n&d&lSugar Cane &funlocked
  10623. in island!'
  10624. - '[close]'
  10625. - '[refresh]'
  10626. right_click_commands:
  10627. - '[console] pex user %player_name% add ulimits.limit.unlocked3'
  10628. - '[console] pex user %player_name% add farming.sugarcane'
  10629. - '[console] titlemanager:tm message %player_name% &7\n&d&lSugar Cane &funlocked
  10630. in island!'
  10631. - '[close]'
  10632. - '[refresh]'
  10633. 12312e1fsad21313512:
  10634. material: 338
  10635. slot: 15
  10636. priority: 1
  10637. view_requirement:
  10638. requirements:
  10639. name:
  10640. type: has permission
  10641. permission: farming.sugarcane
  10642. display_name: '&d&lSugar Cane'
  10643. lore:
  10644. - ''
  10645. - '&d&lINFORMATION:'
  10646. - '&5&l* &fStatus: &a&lUNLOCKED'
  10647. - ''
  10648. - '&7&oYou can plant sugar canes already!'
  10649. 1231215fsa123d24dd25:
  10650. material: 338
  10651. slot: 15
  10652. priority: 3
  10653. display_name: '&d&lSugar Cane'
  10654. lore:
  10655. - ''
  10656. - '&d&lINFORMATION:'
  10657. - '&5&l* &fStatus: &c&lLOCKED'
  10658. - ''
  10659. - '&d&lREQUIREMENTS:'
  10660. - '&5&l* &fCarrots Collected: &d%statz_blocks_broken_141:7%/4,000'
  10661. - '&5&l* &fFarming Recipe: &eSugar Cane'
  10662. - ''
  10663. - '&c&oYou do not have the requirements!'
  10664. 9343111sdf2444:
  10665. material: melon
  10666. slot: 16
  10667. priority: 2
  10668. view_requirement:
  10669. requirements:
  10670. name:
  10671. type: '>='
  10672. input: '%statistic_craft_item:sugar%'
  10673. output: 25000
  10674. name2:
  10675. type: has permission
  10676. permission: recipe.melons
  10677. display_name: '&d&lMelons'
  10678. lore:
  10679. - ''
  10680. - '&d&lINFORMATION:'
  10681. - '&5&l* &fStatus: &c&lLOCKED'
  10682. - ''
  10683. - '&d&lREQUIREMENTS:'
  10684. - '&5&l* &fSugar Crafted: &d%statistic_craft_item:sugar%/25,000'
  10685. - '&5&l* &fFarming Recipe: &eMelons'
  10686. - ''
  10687. - '&5&nClick to unlock!'
  10688. left_click_commands:
  10689. - '[console] pex user %player_name% add ulimits.limit.unlocked4'
  10690. - '[console] pex user %player_name% add farming.melons'
  10691. - '[console] titlemanager:tm message %player_name% &7\n&d&lMelons &funlocked
  10692. in island!'
  10693. - '[close]'
  10694. - '[refresh]'
  10695. right_click_commands:
  10696. - '[console] pex user %player_name% add ulimits.limit.unlocked4'
  10697. - '[console] pex user %player_name% add farming.melons'
  10698. - '[console] titlemanager:tm message %player_name% &7\n&d&lMelons &funlocked
  10699. in island!'
  10700. - '[close]'
  10701. - '[refresh]'
  10702. 112312e1fsad3512:
  10703. material: melon
  10704. slot: 16
  10705. priority: 1
  10706. view_requirement:
  10707. requirements:
  10708. name:
  10709. type: has permission
  10710. permission: farming.melons
  10711. display_name: '&d&lMelons'
  10712. lore:
  10713. - ''
  10714. - '&d&lINFORMATION:'
  10715. - '&5&l* &fStatus: &a&lUNLOCKED'
  10716. - ''
  10717. - '&7&oYou can plant melons already!'
  10718. 1231215fsa123d35125:
  10719. material: melon
  10720. slot: 16
  10721. priority: 3
  10722. display_name: '&d&lMelons'
  10723. lore:
  10724. - ''
  10725. - '&d&lINFORMATION:'
  10726. - '&5&l* &fStatus: &c&lLOCKED'
  10727. - ''
  10728. - '&d&lREQUIREMENTS:'
  10729. - '&5&l* &fSugar Crafted: &d%statistic_craft_item:sugar%/25,000'
  10730. - '&5&l* &fFarming Recipe: &eMelons'
  10731. - ''
  10732. - '&c&oYou do not have the requirements!'
  10733. 93413111s1df2434411111544:
  10734. material: pumpkin
  10735. slot: 21
  10736. priority: 2
  10737. view_requirement:
  10738. requirements:
  10739. name:
  10740. type: '>='
  10741. input: '%statz_blocks_broken_105:7%'
  10742. output: 50000
  10743. name2:
  10744. type: has permission
  10745. permission: recipe.pumpkins
  10746. display_name: '&d&lPumpkins'
  10747. lore:
  10748. - ''
  10749. - '&d&lINFORMATION:'
  10750. - '&5&l* &fStatus: &c&lLOCKED'
  10751. - ''
  10752. - '&d&lREQUIREMENTS:'
  10753. - '&5&l* &fMelons Stem Collected: &d%statz_blocks_broken_105:7%/25,000'
  10754. - '&5&l* &fFarming Recipe: &ePumpkins'
  10755. - ''
  10756. - '&5&nClick to unlock!'
  10757. left_click_commands:
  10758. - '[console] pex user %player_name% add ulimits.limit.unlocked5'
  10759. - '[console] pex user %player_name% add farming.melons'
  10760. - '[console] titlemanager:tm message %player_name% &7\n&d&lMelons &funlocked
  10761. in island!'
  10762. - '[close]'
  10763. - '[refresh]'
  10764. right_click_commands:
  10765. - '[console] pex user %player_name% add ulimits.limit.unlocked5'
  10766. - '[console] pex user %player_name% add farming.pumpkins'
  10767. - '[console] titlemanager:tm message %player_name% &7\n&d&lPumpkins &funlocked
  10768. in island!'
  10769. - '[close]'
  10770. - '[refresh]'
  10771. 123121e1fw11111esad35125:
  10772. material: pumpkin
  10773. slot: 21
  10774. priority: 1
  10775. view_requirement:
  10776. requirements:
  10777. name:
  10778. type: has permission
  10779. permission: farming.pumpkins
  10780. display_name: '&d&lPumpkins'
  10781. lore:
  10782. - ''
  10783. - '&d&lINFORMATION:'
  10784. - '&5&l* &fStatus: &a&lUNLOCKED'
  10785. - ''
  10786. - '&7&oYou can plant melons already!'
  10787. 123121111e1fwdaesa123d35125:
  10788. material: pumpkin
  10789. slot: 21
  10790. priority: 3
  10791. display_name: '&d&lPumpkins'
  10792. lore:
  10793. - ''
  10794. - '&d&lINFORMATION:'
  10795. - '&5&l* &fStatus: &c&lLOCKED'
  10796. - ''
  10797. - '&d&lREQUIREMENTS:'
  10798. - '&5&l* &fMelons Stem Collected: &d%statz_blocks_broken_105:7%/25,000'
  10799. - '&5&l* &fFarming Recipe: &ePumpkins'
  10800. - ''
  10801. - '&c&oYou do not have the requirements!'
  10802. 93413111111s1df24344544:
  10803. material: 372
  10804. slot: 22
  10805. priority: 2
  10806. view_requirement:
  10807. requirements:
  10808. name:
  10809. type: '>='
  10810. input: '%vault_eco_balance_fixed%'
  10811. output: 1
  10812. name2:
  10813. type: has permission
  10814. permission: recipe.netherwarts
  10815. display_name: '&d&lNether Warts'
  10816. lore:
  10817. - ''
  10818. - '&d&lINFORMATION:'
  10819. - '&5&l* &fStatus: &c&lLOCKED'
  10820. - ''
  10821. - '&d&lREQUIREMENTS:'
  10822. - '&5&l* &fPumpkins Stem Collected: &d%statz_blocks_broken_104:7%/25,000'
  10823. - '&5&l* &fFarming Recipe: &eNether Warts'
  10824. - ''
  10825. - '&5&nClick to unlock!'
  10826. left_click_commands:
  10827. - '[console] pex user %player_name% add ulimits.limit.unlocked6'
  10828. - '[console] pex user %player_name% add farming.netherwart'
  10829. - '[console] titlemanager:tm message %player_name% &7\n&d&lNether Warts &funlocked
  10830. in island!'
  10831. - '[close]'
  10832. - '[refresh]'
  10833. right_click_commands:
  10834. - '[console] pex user %player_name% add ulimits.limit.unlocked6'
  10835. - '[console] pex user %player_name% add farming.netherwart'
  10836. - '[console] titlemanager:tm message %player_name% &7\n&d&lNether Warts &funlocked
  10837. in island!'
  10838. - '[close]'
  10839. - '[refresh]'
  10840. 123111121e1fwesad35125:
  10841. material: 372
  10842. slot: 22
  10843. priority: 1
  10844. view_requirement:
  10845. requirements:
  10846. name:
  10847. type: has permission
  10848. permission: farming.netherwart
  10849. display_name: '&d&lNether Warts'
  10850. lore:
  10851. - ''
  10852. - '&d&lINFORMATION:'
  10853. - '&5&l* &fStatus: &a&lUNLOCKED'
  10854. - ''
  10855. - '&7&oYou can plant nether warts already!'
  10856. 123121111e1fwesa123d35125:
  10857. material: 372
  10858. slot: 22
  10859. priority: 3
  10860. display_name: '&d&lNether Warts'
  10861. lore:
  10862. - ''
  10863. - '&d&lINFORMATION:'
  10864. - '&5&l* &fStatus: &c&lLOCKED'
  10865. - ''
  10866. - '&d&lREQUIREMENTS:'
  10867. - '&5&l* &fPumpkins Stem Collected: &d%statz_blocks_broken_104:7%/25,000'
  10868. - '&5&l* &fFarming Recipe: &eNether Warts'
  10869. - ''
  10870. - '&c&oYou do not have the requirements!'
  10871. '20':
  10872. material: 160
  10873. display_name: '&f'
  10874. data: 15
  10875. slots:
  10876. - 0
  10877. - 1
  10878. - 2
  10879. - 3
  10880. - 4
  10881. - 5
  10882. - 6
  10883. - 7
  10884. - 8
  10885. - 9
  10886. - 11
  10887. - 17
  10888. - 18
  10889. - 19
  10890. - 20
  10891. - 26
  10892. - 27
  10893. - 28
  10894. - 29
  10895. - 30
  10896. - 31
  10897. - 32
  10898. - 33
  10899. - 34
  10900. - 35
  10901. priority: 1
Add Comment
Please, Sign In to add comment