Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.36 KB | None | 0 0
  1. # ======================================================
  2. #
  3. # CustomGUI Version: 2.2.6
  4. # Created by: JC_Plays_MC
  5. # Link: http://bit.ly/customgui
  6. #
  7. # ======================================================
  8. #
  9. # This is the CustomGUI configuration file where all general settings
  10. # and other plugin toggles will be found. If you have any questions feel free
  11. # to ask me preferably by PM on spigot. Also if you have any feature suggestions
  12. # or anything like that i'm always open to new ideas.
  13. #
  14. # Thank you for supporting this project!
  15. #
  16. # ======================================================
  17. #
  18. # Settings Configuration
  19. #
  20. # This setting toggles wether or not to use individual file based GUI's or to keep
  21. # them all stored in the config. Set as any value other than 'file' to store GUI's
  22. # in this configuration file.
  23. # GUIFormat: file
  24. #
  25. # This sets a global value (in seconds) of how long before a player is allowed to click on
  26. # another item within any of the GUI's. Set to 0 to have no delay
  27. # PlayerClickDelay: 0
  28. #
  29. # Set as true or false this determines whether or not the GUI should be closed if a player
  30. # clicks again before the player click delay has expired.
  31. # CloseWithinDelay: true
  32. #
  33. # If set to true this will allow click items to override any item in the players hotbar if
  34. # an item slot is provided. If set as false it will not override items.
  35. # OverrideClickItems: false
  36. #
  37. # ======================================================
  38. #
  39. # Registered GUI's Format
  40. #
  41. # The registered GUI section is where you toggle most settings for the general framework of each
  42. # GUI. Here you will set click items, commands and other various aspects related to each GUI. Every
  43. # single GUI must be listed below otherwise it will not be accessible by any means in-game. When creating
  44. # any GUI's in-game this section will automatically be created.
  45. #
  46. # RegisteredGUI:
  47. # <GUI Identifier>:
  48. # Enabled: <true/false>
  49. # OpenDelay: <time in seconds>
  50. # Worlds:
  51. # - <world name>
  52. # Commands:
  53. # - <open command without the slash>
  54. # SignLocations:
  55. # - <registered sign location>
  56. # EntityLocations:
  57. # - <registered sign location>
  58. # ClickItems:
  59. # <Click Item Identifier>:
  60. #
  61. # Registered GUI's Index:
  62. #
  63. # <GUI Identifier> | The unique identifier for each GUI, they must all be different
  64. # Enabled: <true/false> | The toggle to enable and disable the GUI in-game. true = enabled | false = disabled
  65. # OpenDelay: <time in seconds> | The time in seconds before a player can open the same GUI again
  66. # Worlds: - <world name> | A list of worlds the GUI can be opened in, if empty any world is allowed
  67. # Commands: - <open command> | A list of the valid commands that can be used to open the GUI
  68. # SignLocations: - <sign location> | All signs created in-game will be set under the defined GUI
  69. # EntityLocations: - <entity location> | All entities created in-game will be set under the defined GUI
  70. # ClickItems: <Click Item Identifier> | Visit the plugin page for more info on click items
  71. #
  72. # ======================================================
  73. #
  74. # GUI Format:
  75. #
  76. # This is a description of how to format the GUI's from within the config if you choose not to do
  77. # so in-game. All file based GUI's are also formatted in the same way. If you want a full detailed
  78. # explanation of how to create a GUI be sure to check out the plugin page.
  79. #
  80. # GUIList:
  81. # <GUI Identifier>:
  82. # Size: <gui size>
  83. # Name: <chest name>
  84. # CloseAfter: <time in seconds>
  85. # OpenActions:
  86. # - <action>
  87. # CloseActions:
  88. # - <action>
  89. # Items:
  90. # <Item Id>:
  91. # ItemSlot: <display slot>
  92. # Permission: <item permission>
  93. # NoPermissionSound: <sound value>
  94. # <Item Type>:
  95. # Priority: <1-5>
  96. # ClickDelay: <time in seconds>
  97. # BalanceType: <economy type>
  98. # AnimationDelay: <time in ticks>
  99. # Item: <material;amount;data>
  100. # Name: <item name>
  101. # Lore:
  102. # - <lore line>
  103. # Enchants:
  104. # - <enchant;level>
  105. # HideEnchants: <true/false>
  106. # HideAttributes: <true/false>
  107. # HidePotionEffects: <true/false>
  108. # ShowDelay: <true/false>
  109. # UpdatePlaceholders: <true/false>
  110. # ClickActions:
  111. # - <click action>
  112. # ClickCost: <value>
  113. # RequiredItem: <material;amount;data>
  114. # RequiredItemName: <item name>
  115. # RequiredItemLore:
  116. # - <lore line>
  117. # TakeRequiredItem: <true/false>
  118. # CloseOnClick: <true/false>
  119. #
  120. # GUI Format Index:
  121. #
  122. # <GUI Identifier> | The unqiue identifier for each GUI, they must all be different
  123. # Size: <gui size> | The amount of slots you would like the GUI to have (9, 18, 27, 36, 45, 54)
  124. # Name: <chest name> | The chest name you would like to display for the GUI. Supports (most) placeholders
  125. # CloseAfter: <time in seconds> | The amount of time the player can view the GUI before it will close
  126. # OpenActions: - <action> | The actions to perform upon a player opening the GUI
  127. # CloseActions: - <action> | The actions to perform upon a player closing the GUI
  128. # Items: | The section that stores all of your item identifiers
  129. # <Item Id>: | The unqiue identifier for each item in the GUI, they must all be different
  130. # ItemSlot: <display slot> | The slot you would like the item to display in (0-53)
  131. # Permission: <item permission> | The permission required to click the item in the GUI
  132. # NoPermissionSound: <sound value> | The sound to be played if the player doesn't have permission
  133. # <Item Type> | The item type specific item to display in the GUI. More info can be found on the plugin page.
  134. # Priority: <1-5> | The priority of the item type that will be determined first. 1 = highest, 5 = lowest
  135. # ClickDelay: <time in seconds> | The time in seconds before the player can click this item again
  136. # BalanceType: <economy type> | The economy type used for the clickcost and balance item
  137. # AnimationDelay: <time in ticks> | The time in ticks before updating between the animated and regular item
  138. # Item: <material;amount;data> | The item material and amount to be displayed in the GUI
  139. # Name: <item name> | The name that the item in the GUI will have displayed
  140. # Lore: - <lore line> | The lore that the item will have displayed in the GUI
  141. # Enchants: - <enchant;level> | The enchantments that the item in the GUI will have
  142. # HideEnchants: <true/false> | This toggle will determine whether or not to hide enchants to give a 'glow' effect
  143. # HideAttributes: <true/false> | This toggle will determining whether or not to hide item attributes
  144. # HidePotionEffects: <true/false> | This toggle will determining whether or not to hide item potion effects
  145. # ShowDelay: <true/false> | If true it will display an extra lore line with the remaining click delay time
  146. # UpdatePlaceholders: <true/false> | If true it will update the lore placeholders with the animation delay timer
  147. # ClickActions: - <click action> | The actions to perform upon a player clicking the item
  148. # ClickCost: - <value> | The required amount of currency to use the item.
  149. # RequiredItem: <material;amount;data> | The item the player must have in their inventory to click item
  150. # RequiredItemName: <item name> | The name of the item the player must have in their inventory to click item
  151. # RequiredItemLore: - <lore line> | The lore of the item the player must have in their inventory to click item
  152. # TakeRequiredItem: <true/false> | Whether or not you want to take the required item on item click
  153. # CloseOnClick: <true/false> | Whether or not you want the GUI to close on item click
  154. #
  155. # ======================================================
  156. #
  157. # Valid Actions:
  158. #
  159. # ** Please note that all actions are case-sensitive **
  160. #
  161. # [Right-Click] [<action>] - Will only execute the action if the item is right clicked
  162. # [Left-Click] [<action>] - Will only execute the action if the item is left clicked
  163. # [Chance=<percent>] [<action>] - Chance out of 100% that this action will be performed
  164. # [Delay=<time>] [<action>] - Delays the action to be performed after the delay period in seconds
  165. # [PlayerCommand] <command> - Executes the command as a player
  166. # [ConsoleCommand] <command> - Executes the command as the console
  167. # [OperatorCommand] <command> - Executes the command as the console
  168. # [Broadcast] <message> - Broadcasts the following message to the server
  169. # [Message] <message> - Sends the following message to the player
  170. # [JSONBroadcast] <message> - Sends the following json message to the server
  171. # [JSONMessage] <message> - Sends the following json to the player
  172. # [Sound] <sound value> - Plays the sound for the player
  173. # [OpenGUI] <gui identifier> - Opens the specified GUI for the player
  174. # [CloseGUI] <value not required> - Closes the GUI the player has open
  175. # [GiveClickItem] <clickitem identifier> - Gives the player the specified click item
  176. # [TakeClickItem] <clickitem identifier> - Removes the click item from the players inventory
  177. # [SetClickDelay] <gui identifier>;<itemtype>;<itemslot>;<newdelay> - Sets the items click delay
  178. # [VaultGive] <amount> - Adds the amount to the players Vault economy balance
  179. # [VaultTake] <amount> - Take the amount from the players Vault economy balance
  180. # [Teleport] <world name;x;y;z> - Teleports the player to the specified coordinates
  181. # [Teleport] <world name;x;y;z;yaw;pitch> - Teleports the player to the specified coordinates
  182. # [Title] <title> - Displays the title for the player
  183. # [Title] <title>;<subtitle> - Displays the title & subtitle for the player
  184. # [ActionBar] <message> - Displays the message in the actionbar for the player
  185. # [Bungee] <server> - Sends the player to the specified bungee server
  186. #
  187. # ======================================================
  188.  
  189. GUIFormat: config
  190. PlayerClickDelay: 1
  191. CloseWithinDelay: false
  192. OverrideClickItems: false
  193. RegisteredGUI:
  194. Example:
  195. Enabled: true
  196. OpenDelay: 3
  197. Worlds: []
  198. Commands:
  199. - pg
  200. SignLocations: []
  201. ClickItems: {}
  202. Kits:
  203. Enabled: true
  204. OpenDelay: 3
  205. Worlds: []
  206. Commands:
  207. - kitgui
  208. SignLocations: []
  209. Warps:
  210. Enabled: true
  211. OpenDelay: 3
  212. Worlds: []
  213. Commands:
  214. - warps
  215. SignLocations: []
  216. Faction_menu:
  217. Enabled: true
  218. OpenDelay: 3
  219. Worlds: []
  220. Commands:
  221. - f menu
  222. SignLocations: []
  223. Stats:
  224. Enabled: true
  225. OpenDelay: 3
  226. Worlds: []
  227. Commands:
  228. - stats
  229. SignLocations: []
  230. Main:
  231. Enabled: false
  232. OpenDelay: 0
  233. Worlds:
  234. - world
  235. Commands:
  236. - Main
  237. SignLocations: []
  238. ClickItems: []
  239. PlayerVaults:
  240. Enabled: true
  241. OpenDelay: 0
  242. Worlds:
  243. - world
  244. Commands:
  245. - playervault
  246. - pvgui
  247. SignLocations: []
  248. ClickItems: []
  249. GUIList:
  250. Example:
  251. Size: 27
  252. Name: '&bMain Menu'
  253. CloseAfter: 120
  254. Items:
  255. Item1:
  256. ItemSlot: 10
  257. Permission: <Item Permission>
  258. NoPermissionSound: ITEM_PICKUP
  259. DefaultItem:
  260. BalanceType: vault
  261. Item: DIAMOND_SWORD;1;0
  262. Name: '&4&lKITS'
  263. Lore:
  264. - '&r&4Click to view the kit gui'
  265. Enchants: []
  266. HideEnchants: true
  267. ClickActions:
  268. - '[PlayerCommand] kit'
  269. ClickCost: 0
  270. CloseOnClick: true
  271. Item2:
  272. ItemSlot: 15
  273. Permission: <Item Permission>
  274. NoPermissionSound: ITEM_PICKUP
  275. DefaultItem:
  276. BalanceType: vault
  277. Item: STAINED_GLASS_PANE;1;15
  278. Name: '&b&lTwitter'
  279. Lore:
  280. - '&r&bFollow us on Twitter to get the latest news and Coupon Codes'
  281. Enchants: []
  282. HideEnchants: true
  283. ClickActions:
  284. - '[Message] &7https://twitter.com/TheGames_MC'
  285. ClickCost: 0
  286. CloseOnClick: true
  287. Item4:
  288. ItemSlot: 5
  289. Permission: <Item Permission>
  290. NoPermissionSound: ITEM_PICKUP
  291. DefaultItem:
  292. BalanceType: vault
  293. Item: MAP;1;0
  294. Name: '&5&lVote Links'
  295. Lore:
  296. - '&r&5Click for the Vote Links'
  297. Enchants: []
  298. HideEnchants: true
  299. ClickActions:
  300. - '[PlayerCommand]vote'
  301. ClickCost: 0
  302. CloseOnClick: true
  303. Item3:
  304. ItemSlot: 21
  305. Permission: <Item Permission>
  306. NoPermissionSound: ITEM_PICKUP
  307. DefaultItem:
  308. BalanceType: vault
  309. Item: ENCHANTMENT_TABLE;1;0
  310. Name: '&d&lEnchanter'
  311. Lore:
  312. - '&r&dClick to access the Custom Enchants menu'
  313. Enchants: []
  314. HideEnchants: true
  315. ClickActions:
  316. - '[PlayerCommand]ce'
  317. ClickCost: 0
  318. CloseOnClick: true
  319. Item5:
  320. ItemSlot: 23
  321. Permission: <Item Permission>
  322. NoPermissionSound: ITEM_PICKUP
  323. DefaultItem:
  324. BalanceType: vault
  325. Item: CHEST;1;0
  326. Name: '&b&lPerks & Upgrades'
  327. Lore:
  328. - '&r&bClick to access the Perks & Upgrades menu'
  329. Enchants: []
  330. HideEnchants: true
  331. ClickActions:
  332. - '[PlayerCommand]perk shop'
  333. ClickCost: 0
  334. CloseOnClick: true
  335. Item6:
  336. ItemSlot: 11
  337. Permission: <Item Permission>
  338. NoPermissionSound: ITEM_PICKUP
  339. DefaultItem:
  340. BalanceType: vault
  341. Item: STAINED_GLASS_PANE;1;15
  342. Name: '&7&lWebsite'
  343. Lore:
  344. - '&7www.TheGamesMC.COM'
  345. Enchants: []
  346. HideEnchants: true
  347. ClickActions:
  348. - '[Message] &7www.TheGamesMC.COM'
  349. ClickCost: 0
  350. CloseOnClick: true
  351. Item7:
  352. ItemSlot: 0
  353. Permission: <Item Permission>
  354. NoPermissionSound: ITEM_PICKUP
  355. DefaultItem:
  356. BalanceType: vault
  357. Item: ENDER_CHEST;1;0
  358. Name: '&a&lPlayerVaults'
  359. Lore:
  360. - '&r&aClick to open your PlayerVaults menu'
  361. Enchants: []
  362. HideEnchants: true
  363. ClickActions:
  364. - '[PlayerCommand]pvgui'
  365. ClickCost: 0
  366. CloseOnClick: true
  367. Item8:
  368. ItemSlot: 26
  369. Permission: <Item Permission>
  370. NoPermissionSound: ITEM_PICKUP
  371. DefaultItem:
  372. BalanceType: vault
  373. Item: COMPASS;1;0
  374. Name: '&6&lRandomTp'
  375. Lore:
  376. - '&r&6Click to open the RandomTp menu'
  377. Enchants: []
  378. HideEnchants: true
  379. ClickActions:
  380. - '[PlayerCommand]randomtp tpgui'
  381. ClickCost: 0
  382. CloseOnClick: true
  383. Item9:
  384. ItemSlot: 18
  385. Permission: <Item Permission>
  386. NoPermissionSound: ITEM_PICKUP
  387. DefaultItem:
  388. BalanceType: vault
  389. Item: NAME_TAG;1;0
  390. Name: '&d&lChatTags'
  391. Lore:
  392. - '&r&dClick to open the Chat Tags menu'
  393. Enchants: []
  394. HideEnchants: true
  395. ClickActions:
  396. - '[PlayerCommand]Tags'
  397. ClickCost: 0
  398. CloseOnClick: true
  399. Item10:
  400. ItemSlot: 16
  401. Permission: <Item Permission>
  402. NoPermissionSound: ITEM_PICKUP
  403. DefaultItem:
  404. BalanceType: vault
  405. Item: BLAZE_POWDER;1;0
  406. Name: '&4&lFactions Menu'
  407. Lore:
  408. - '&r&4Click to open the Factions menu'
  409. Enchants: []
  410. HideEnchants: true
  411. ClickActions:
  412. - '[PlayerCommand]Tags'
  413. ClickCost: 0
  414. CloseOnClick: true
  415. Item11:
  416. ItemSlot: 8
  417. Permission: <Item Permission>
  418. NoPermissionSound: ITEM_PICKUP
  419. DefaultItem:
  420. BalanceType: vault
  421. Item: BOOK;1;0
  422. Name: '&7&lAchievments'
  423. Lore:
  424. - '&r&7Comming Soon'
  425. Enchants: []
  426. HideEnchants: true
  427. ClickActions:
  428. - '[PlayerCommand]'
  429. ClickCost: 0
  430. CloseOnClick: true
  431. item12:
  432. ItemSlot: 3
  433. Permission: <Item Permission>
  434. NoPermissionSound: ITEM_PICKUP
  435. DefaultItem:
  436. BalanceType: vault
  437. Item: ENDER_PEARL;1;0
  438. Name: '&9&lWarps'
  439. Lore:
  440. - '&r&9Click to access Warp menu'
  441. Enchants: []
  442. HideEnchants: true
  443. ClickActions:
  444. - '[Message] &7https://twitter.com/TheGames_MC'
  445. ClickCost: 0
  446. CloseOnClick: true
  447. item13:
  448. ItemSlot: 12
  449. Permission: <Item Permission>
  450. NoPermissionSound: ITEM_PICKUP
  451. DefaultItem:
  452. BalanceType: vault
  453. Item: DOUBLE_PLANT;1;0
  454. Name: '&e&lMCMMO'
  455. Lore:
  456. - '&r&eClick to access MCMMO menu'
  457. Enchants: []
  458. HideEnchants: true
  459. ClickActions:
  460. - '[PlayerCommand] redeem'
  461. ClickCost: 0
  462. CloseOnClick: true
  463. item14:
  464. ItemSlot: 14
  465. Permission: <Item Permission>
  466. NoPermissionSound: ITEM_PICKUP
  467. DefaultItem:
  468. BalanceType: vault
  469. Item: PRISMARINE_CRYSTALS;1;0
  470. Name: '&7&lCOMING SOON'
  471. Lore:
  472. - '&r&7Coming soon'
  473. Enchants: []
  474. HideEnchants: true
  475. ClickActions:
  476. - '[Message] &7https://twitter.com/TheGames_MC'
  477. ClickCost: 0
  478. CloseOnClick: true
  479. AuthorItem:
  480. ItemSlot: 13
  481. DefaultItem:
  482. Priority: 5
  483. BalanceType: vault
  484. Item: SKULL_ITEM;1;3;%player%
  485. Name: '&5&lSTATS!'
  486. Lore:
  487. - '&8&m----------------------------'
  488. - '&7Created by: JC_Plays_MC'
  489. - '&a[Click] for the plugin page link'
  490. - '&8&m----------------------------'
  491. Enchants: []
  492. ClickActions:
  493. - '[Message] &8&m----------------------------'
  494. - '[Message] &bCustomGUI Plugin Page:'
  495. - '[Message] &7http://bit.ly/customgui'
  496. - '[Message] &8&m----------------------------'
  497. ClickCost: 0
  498. CloseOnClick: true
  499. Help:
  500. Size: 27
  501. Name: Main GUI
  502. Commands:
  503. - yelp
  504. OpenActions: []
  505. CloseActions: []
  506. Items:
  507. Item1:
  508. ItemSlot: 10
  509. Permission: <Item Permission>
  510. NoPermissionSound: ITEM_PICKUP
  511. DefaultItem:
  512. BalanceType: vault
  513. Item: DIAMOND_SWORD;1;0
  514. Name: '&4&lKITS'
  515. Lore:
  516. - Click to view the kit gui
  517. Enchants: []
  518. HideEnchants: true
  519. ClickActions:
  520. - '[PlayerCommand] kits'
  521. ClickCost: 0
  522. CloseOnClick: true
  523. Item2:
  524. ItemSlot: 15
  525. Permission: <Item Permission>
  526. NoPermissionSound: ITEM_PICKUP
  527. DefaultItem:
  528. BalanceType: vault
  529. Item: STAINED_GLASS_PANE;1;15
  530. Name: '&b&lTwitter'
  531. Lore:
  532. - '&bFollow us on Twitter to get the latest news and Coupon Codes'
  533. Enchants: []
  534. HideEnchants: true
  535. ClickActions:
  536. - '[Message] &7https://twitter.com/TheGames_MC'
  537. ClickCost: 0
  538. CloseOnClick: true
  539. Kits:
  540. Size: 9
  541. Name: '&4Kits'
  542. CloseAfter: 120
  543. Items:
  544. starter:
  545. ItemSlot: 1
  546. Permission: <Item Permission>
  547. NoPermissionSound: ITEM_PICKUP
  548. DefaultItem:
  549. BalanceType: vault
  550. Item: WOOD_SWORD;1;0
  551. Name: '&4&lStarter'
  552. Lore:
  553. - '&r&4Click to get kit starter'
  554. Enchants: []
  555. ClickDelay: 86400
  556. ShowDelay: true
  557. HideEnchants: true
  558. ClickActions:
  559. - '[PlayerCommand] kit use Starter'
  560. ClickCost: 0
  561. CloseOnClick: true
  562. crazy:
  563. ItemSlot: 2
  564. Permission: <Item Permission>
  565. NoPermissionSound: ITEM_PICKUP
  566. DefaultItem:
  567. BalanceType: vault
  568. Item: STONE_SWORD;1;0
  569. Name: '&a&lCrazy'
  570. Lore:
  571. - '&r&aClick to get kit Crazy'
  572. Enchants: []
  573. ClickDelay: 86400
  574. ShowDelay: true
  575. HideEnchants: true
  576. ClickActions:
  577. - '[PlayerCommand] kit use Crazy'
  578. ClickCost: 0
  579. CloseOnClick: true
  580. mental:
  581. ItemSlot: 3
  582. Permission: <Item Permission>
  583. NoPermissionSound: ITEM_PICKUP
  584. DefaultItem:
  585. BalanceType: vault
  586. Item: GOLD_SWORD;1;0
  587. Name: '&6&lMental'
  588. Lore:
  589. - '&r&6Click to get kit Mental'
  590. Enchants: []
  591. ClickDelay: 86400
  592. ShowDelay: true
  593. HideEnchants: true
  594. ClickActions:
  595. - '[PlayerCommand] kit use Mental'
  596. ClickCost: 0
  597. CloseOnClick: true
  598. pyscho:
  599. ItemSlot: 4
  600. Permission: <Item Permission>
  601. NoPermissionSound: ITEM_PICKUP
  602. DefaultItem:
  603. BalanceType: vault
  604. Item: IRON_SWORD;1;0
  605. Name: '&1&lPsychopath'
  606. Lore:
  607. - '&r&1Click to get kit Psychopath'
  608. Enchants: []
  609. ClickDelay: 86400
  610. ShowDelay: true
  611. HideEnchants: true
  612. ClickActions:
  613. - '[PlayerCommand] kit use Psychopath'
  614. ClickCost: 0
  615. CloseOnClick: true
  616. lunatic:
  617. ItemSlot: 5
  618. Permission: <Item Permission>
  619. NoPermissionSound: ITEM_PICKUP
  620. DefaultItem:
  621. BalanceType: vault
  622. Item: DIAMOND_SWORD;1;0
  623. Name: '&d&lLunatic'
  624. Lore:
  625. - '&r&dClick to get kit Lunatic'
  626. Enchants: []
  627. ClickDelay: 86400
  628. ShowDelay: true
  629. HideEnchants: true
  630. ClickActions:
  631. - '[PlayerCommand] kit use Lunatic'
  632. ClickCost: 0
  633. CloseOnClick: true
  634. insane:
  635. ItemSlot: 6
  636. Permission: <Item Permission>
  637. NoPermissionSound: ITEM_PICKUP
  638. DefaultItem:
  639. BalanceType: vault
  640. Item: DIAMOND_SWORD;1;0
  641. Name: '&4&lINSANE'
  642. Lore:
  643. - '&r&4Click to get kit INSANE'
  644. Enchants:
  645. - DURABILITY;1
  646. ClickDelay: 172800
  647. ShowDelay: true
  648. HideEnchants: true
  649. ClickActions:
  650. - '[PlayerCommand] kit use Insane'
  651. ClickCost: 0
  652. CloseOnClick: true
  653. enderdragon:
  654. ItemSlot: 7
  655. Permission: <Item Permission>
  656. NoPermissionSound: ITEM_PICKUP
  657. DefaultItem:
  658. BalanceType: vault
  659. Item: DRAGON_EGG;1;0
  660. Name: '&5&lENDER DRAGON'
  661. Lore:
  662. - '&r&5Comming Soon'
  663. Enchants: []
  664. ClickDelay: 86400
  665. ShowDelay: true
  666. HideEnchants: true
  667. ClickActions:
  668. - '[PlayerCommand] pg'
  669. ClickCost: 0
  670. CloseOnClick: false
  671. PlayerVaults:
  672. Size: 9
  673. Name: '&4Player Vaults'
  674. CloseAfter: 120
  675. Items:
  676. pv1:
  677. ItemSlot: 0
  678. Permission: <Item Permission>
  679. NoPermissionSound: ITEM_PICKUP
  680. DefaultItem:
  681. BalanceType: vault
  682. Item: ENDER_CHEST;1;0
  683. Name: '&4&lPlayer Vault #1'
  684. Lore:
  685. - '&r&8Click to open pv 1'
  686. Enchants: []
  687. ClickDelay: 0
  688. ShowDelay: true
  689. HideEnchants: true
  690. ClickActions:
  691. - '[PlayerCommand] pv 1'
  692. ClickCost: 0
  693. CloseOnClick: true
  694. pv2:
  695. ItemSlot: 1
  696. Permission: <Item Permission>
  697. NoPermissionSound: ITEM_PICKUP
  698. DefaultItem:
  699. BalanceType: vault
  700. Item: ENDER_CHEST;1;0
  701. Name: '&4&lPlayer Vault #2'
  702. Lore:
  703. - '&r&8Click to open pv 2'
  704. Enchants: []
  705. ClickDelay: 0
  706. ShowDelay: true
  707. HideEnchants: true
  708. ClickActions:
  709. - '[PlayerCommand] pv 2'
  710. ClickCost: 0
  711. CloseOnClick: true
  712. pv3:
  713. ItemSlot: 2
  714. Permission: <Item Permission>
  715. NoPermissionSound: ITEM_PICKUP
  716. DefaultItem:
  717. BalanceType: vault
  718. Item: ENDER_CHEST;1;0
  719. Name: '&4&lPlayer Vault #3'
  720. Lore:
  721. - '&r&8Click to open pv 3'
  722. Enchants: []
  723. ClickDelay: 0
  724. ShowDelay: true
  725. HideEnchants: true
  726. ClickActions:
  727. - '[PlayerCommand] pv 3'
  728. ClickCost: 0
  729. CloseOnClick: true
  730. pv4:
  731. ItemSlot: 3
  732. Permission: <Item Permission>
  733. NoPermissionSound: ITEM_PICKUP
  734. DefaultItem:
  735. BalanceType: vault
  736. Item: ENDER_CHEST;1;0
  737. Name: '&4&lPlayer Vault #4'
  738. Lore:
  739. - '&r&8Click to open pv 4'
  740. Enchants: []
  741. ClickDelay: 0
  742. ShowDelay: true
  743. HideEnchants: true
  744. ClickActions:
  745. - '[PlayerCommand] pv 4'
  746. ClickCost: 0
  747. CloseOnClick: true
  748. pv5:
  749. ItemSlot: 4
  750. Permission: <Item Permission>
  751. NoPermissionSound: ITEM_PICKUP
  752. DefaultItem:
  753. BalanceType: vault
  754. Item: ENDER_CHEST;1;0
  755. Name: '&4&lPlayer Vault #5'
  756. Lore:
  757. - '&r&8Click to open pv 5'
  758. Enchants: []
  759. ClickDelay: 0
  760. ShowDelay: true
  761. HideEnchants: true
  762. ClickActions:
  763. - '[PlayerCommand] pv 5'
  764. ClickCost: 0
  765. CloseOnClick: true
  766. pv6:
  767. ItemSlot: 5
  768. Permission: <Item Permission>
  769. NoPermissionSound: ITEM_PICKUP
  770. DefaultItem:
  771. BalanceType: vault
  772. Item: ENDER_CHEST;1;0
  773. Name: '&4&lPlayer Vault #1'
  774. Lore:
  775. - '&r&8Click to open pv 6'
  776. Enchants: []
  777. ClickDelay: 0
  778. ShowDelay: true
  779. HideEnchants: true
  780. ClickActions:
  781. - '[PlayerCommand] pv 6'
  782. ClickCost: 0
  783. CloseOnClick: true
  784. pv7:
  785. ItemSlot: 6
  786. Permission: <Item Permission>
  787. NoPermissionSound: ITEM_PICKUP
  788. DefaultItem:
  789. BalanceType: vault
  790. Item: ENDER_CHEST;1;0
  791. Name: '&4&lPlayer Vault #7'
  792. Lore:
  793. - '&r&8Click to open pv 7'
  794. Enchants: []
  795. ClickDelay: 0
  796. ShowDelay: true
  797. HideEnchants: true
  798. ClickActions:
  799. - '[PlayerCommand] pv 7'
  800. ClickCost: 0
  801. CloseOnClick: true
  802. pv8:
  803. ItemSlot: 7
  804. Permission: <Item Permission>
  805. NoPermissionSound: ITEM_PICKUP
  806. DefaultItem:
  807. BalanceType: vault
  808. Item: ENDER_CHEST;1;0
  809. Name: '&4&lPlayer Vault #8'
  810. Lore:
  811. - '&r&8Click to open pv 8'
  812. Enchants: []
  813. ClickDelay: 0
  814. ShowDelay: true
  815. HideEnchants: true
  816. ClickActions:
  817. - '[PlayerCommand] pv 8'
  818. ClickCost: 0
  819. CloseOnClick: true
  820. pv9:
  821. ItemSlot: 8
  822. Permission: <Item Permission>
  823. NoPermissionSound: ITEM_PICKUP
  824. DefaultItem:
  825. BalanceType: vault
  826. Item: ENDER_CHEST;1;0
  827. Name: '&4&lPlayer Vault #9'
  828. Lore:
  829. - '&r&8Click to open pv 9'
  830. Enchants: []
  831. ClickDelay: 0
  832. ShowDelay: true
  833. HideEnchants: true
  834. ClickActions:
  835. - '[PlayerCommand] pv 9'
  836. ClickCost: 0
  837. CloseOnClick: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement