Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 KB | None | 0 0
  1. ################################
  2. # NEVERENDINGPVP SHOP CONFIG #
  3. # By xCodiq #
  4. ################################
  5. gui:
  6. title: "&5&lShard Shop..."
  7. size: 9
  8. glass-slots: '0,8' #The glass slots with NeverEndingPvP as title
  9. deny-item: #Item shown when someone can't buy an item from the ShardShop
  10. material: BARRIER
  11. item:
  12. displayname: "&8+ &4&lIm sorry... &8+"
  13. lore:
  14. - "&cBut you can't purchase this item!"
  15. inventory:
  16. item1: #Each item must have a unique name, I suggest using item# -> # = a number counting up
  17. slot: 2 #The slot the item will be on
  18. material: PAPER #Material used
  19. amount: 1 #The amount of the item
  20. data: 0 #Data for the item, for example to get coloured wool
  21. enchanted: false #Enchanted item?
  22. item: #Item shown in the GUI
  23. displayname: "&5&lPerk: &d/Fly"
  24. lore:
  25. - "&7Right-Click to redeem this Perk!"
  26. - " "
  27. - "&c&lWarning: &7This can only be used once"
  28. - "&7and is not refundable if lost!"
  29. - " "
  30. - "&5&lPrice: &7&n100&7 Shards"
  31. requirements: #All requirements a player must have to buy it
  32. shards: 100 #Shards they need
  33. vault-economy: 0 #Normal Vault money they need
  34. permission: #Does the player need a permission to buy this item. This can be used to let certain ranks buy it. Just give the group the given permission!
  35. enabled: false #Set to true to enable
  36. permission-needed: "custompermission.to.buy" #The permission they need
  37. commands-on-purchase-console: #All commands executed by console on purchase -> without slash!!!!!!
  38. - "coupon give %player% flynote 1"
  39. commands-on-purchase-player: #All commands executed by the player on purchase -> without slash!!!!!!
  40. - ""
  41.  
  42. #Example without all comments
  43. item2:
  44. slot: 1
  45. material: CHEST
  46. amount: 1
  47. data: 0
  48. enchanted: true
  49. item:
  50. displayname: "&5&lNormal &7VoidChest"
  51. lore:
  52. - " "
  53. - "&5&lInformation"
  54. - "&7&oVoidChests can be used to sell items"
  55. - "&7&oalmost instantly with a slight timer"
  56. - "&7&oadded to it."
  57. - " "
  58. - "&5&lSellable Items"
  59. - "&5&lā—† &7Ores"
  60. - "&5&lā—† &7Crops"
  61. - "&5&lā—† &7Random Items"
  62. - " "
  63. - "&7&o(( Right-Click chest onto the Floor ))"
  64. - " "
  65. - "&5&lPrice: &7&n130&7 Shards"
  66. requirements:
  67. shards: 130
  68. vault-economy: 0
  69. permission:
  70. enabled: false
  71. permission-needed: "custompermission.to.buy"
  72. commands-on-purchase-console:
  73. - "vc normal %player% 1"
  74. commands-on-purchase-player:
  75. - ""
  76.  
  77. item3:
  78. slot: 3
  79. material: BOOK
  80. amount: 1
  81. data: 0
  82. enchanted: true
  83. item:
  84. displayname: "&5&lRank: &8[&5&lGolem&8]"
  85. lore:
  86. - "&7Right-Click to redeem &8[&5&lGolem&8] &7Rank"
  87. - " "
  88. - "&c&lWarning: &7This can only be used once"
  89. - "&7and is not refundable if lost!"
  90. - " "
  91. - "&5&lPrice: &7&n500&7 Shards"
  92. requirements:
  93. shards: 500
  94. vault-economy: 0
  95. permission:
  96. enabled: false
  97. permission-needed: "custompermission.to.buy"
  98. commands-on-purchase-console:
  99. - "manuadd %player% Golem all"
  100. commands-on-purchase-player:
  101. - ""
  102.  
  103. item4:
  104. slot: 4
  105. material: DIAMOND_HOE
  106. amount: 1
  107. data: 0
  108. enchanted: true
  109. item:
  110. displayname: "&5&lSELL-WAND"
  111. lore:
  112. - "&7&oQuickly sell mob drops to gain &a&lCash&7!"
  113. - " "
  114. - "&7(( Right-Click a chest to &a&lSELL &7contents Inside )) "
  115. - " "
  116. - "&5&lPrice: &7&n40&7 Shards"
  117. requirements:
  118. shards: 40
  119. vault-economy: 0
  120. permission:
  121. enabled: false
  122. permission-needed: "custompermission.to.buy"
  123. commands-on-purchase-console:
  124. - "sellwands give %player%"
  125. commands-on-purchase-player:
  126. - ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement