Advertisement
Guest User

config guishop

a guest
Nov 16th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.15 KB | None | 0 0
  1. ##################################################
  2. ## ##
  3. ## _____ _ _ _____ _____ _ ##
  4. ## / ____| | | |_ _|/ ____| | ##
  5. ##| | __| | | | | | | (___ | |__ ___ _ __ ##
  6. ##| | |_ | | | | | | \___ \| '_ \ / _ \| '_ \ ##
  7. ##| |__| | |__| |_| |_ ____) | | | | (_) | |_) |##
  8. ## \_____|\____/|_____|_____/|_| |_|\___/| .__/ ##
  9. ## | | ##
  10. ## |_| ##
  11. ##################################################
  12.  
  13.  
  14.  
  15. ##################################################
  16. # Looking for a Custom Plugin? #
  17. # Look no further! Visit ShulkerBox #
  18. # To hire a Dev! A Developer will make it! #
  19. # http://mcmart.org/ #
  20. ##################################################
  21.  
  22.  
  23.  
  24. ## Tag in chat before text in chat from shop. e.g [GUIShop] Purchase Successful.
  25. prefix: '[&cGUIShop&f]'
  26.  
  27. ## Command used to open shop, DON'T PUT A /
  28. buy-commands:
  29. - 'buy'
  30. - 'shop'
  31.  
  32. ## Command to open sell inventory, DON'T PUT A /
  33. sell-commands:
  34. - 'sell'
  35.  
  36. ############ Language settings ###############
  37.  
  38. #No permission message
  39. no-permission: '&cNo Permission!'
  40.  
  41. #Disabled world message
  42. disabled-world: '&cYou cannot use the shop from this world!'
  43.  
  44. #Use the escape key to close the shop instead of the back button.
  45. escape-only: true
  46.  
  47. #The message for the amount you lose, E.G Cost, Or Price
  48. cost: '&7Price'
  49.  
  50. #The message for the amount you get back AKA. Sell or Returned
  51. return: '&7Sell'
  52.  
  53. #The 1st line of the message on shop items
  54. line1: '&8To sell, click the item in your inv.'
  55.  
  56. #The 2nd line of the message on shop items
  57. line2: '&6Must be the same quantity!'
  58.  
  59. #The 3rd line of the message on shop items
  60. line3: 'Click to buy item of quantity'
  61.  
  62. #The 4th line of the message on shop items
  63. line4: 'Shift+Click to buy 1 item'
  64.  
  65. #The text back button in the shops
  66. back: '&cBack'
  67.  
  68. #The item the back button will be!
  69. back-button-item: 'RED_STAINED_GLASS_PANE'
  70.  
  71. #The messaged displayed before the item amount.
  72.  
  73. purchased: '&fA purchase was made, and &c$'
  74.  
  75. ## The second message displayed when you purchase an item.
  76.  
  77. ## E.G 54$ Taken from your account.
  78. taken: '&f was taken from your account.'
  79.  
  80. ## The words displayed before the amount needed.
  81. not-enough-pre: '&fYou need &c$'
  82.  
  83. ## The words displayed AFTER the amount needed.
  84. not-enough-post: '&f to purchase this!'
  85.  
  86. ## Text displayed before item name.
  87. sold: '&fYour items were sold, and &a$'
  88.  
  89. ##Second message when buying, Words AFTER the amount
  90. ## E.G 54$ "Added to your account"
  91. added: '&f was added to your account.'
  92.  
  93. #When something magical goes wrong?
  94. something-wrong: '&fSomething went wrong, contact an admin.'
  95.  
  96. #Message displayed when a player tries to sell blocks not matching the quantity.
  97. in-stacks: '&fPlease sell in stacks of &c'
  98.  
  99. #Message when a player cannot sell a certain item.
  100. cant-sell: '&fSorry, you are not able to sell that item.'
  101.  
  102. #Message when a player cannot buy a certain item.
  103. cant-buy: '&fSorry, you are not able to buy that item.'
  104.  
  105. #When a player has a full inventory
  106. full-inventory: '&cPlease empty your inventory!'
  107.  
  108. #The currency symbol
  109. currency: '$'
  110.  
  111. #The suffix after the currency. E.G Dollars. Yen, etc.
  112. currency-suffix: ''
  113.  
  114. #The title of a sign that players can click to open shop
  115. sign-title: '[&cGUIShop&f]'
  116.  
  117. #Do want players to be able to access the shop ONLY using the sign?
  118. signs-only: false
  119.  
  120. signs-only-message: '&cYou can only access the shop by clicking a [&cGUIShop&f] sign!'
  121.  
  122. #Menu row count
  123. menu-rows: 1
  124.  
  125. #Enable sound on purchase
  126. enable-sound: true
  127.  
  128. #Purchase sound effect (You can find them here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html)
  129. purchase-sound: 'ENTITY_PLAYER_LEVELUP'
  130.  
  131. #Enable in-game creator.
  132. ingame-config: true
  133.  
  134. #The title of the quantity inventory.
  135. qty-title: "&4Select Amount"
  136.  
  137. command-already: "&4You already own one or more of the specified commands!"
  138.  
  139. command-time-remaining: "&4Command Expires in: &e{TIME}"
  140.  
  141. command-expired: "&4Command has expired! Please purchase from shop!"
  142.  
  143. command-purchase: "&4This command can only be purchased from our shop!"
  144.  
  145. access-to: "&aAccess to Commands:"
  146.  
  147. buy-lore: "&fBuy: &c{amount}"
  148.  
  149. sell-lore: "&fSell: &c{amount}"
  150.  
  151. free-lore: "&fBuy: &aFREE"
  152.  
  153. cannot-buy: "&cCannot Purchase"
  154.  
  155. cannot-sell: "&cCannot Sell"
  156.  
  157. ##This will disable the usage to the command to everyone, unless purchased from shop or player is OP.
  158. protected-commands:
  159. - '/fly'
  160. - '/suicide'
  161.  
  162.  
  163. DisabledWorlds:
  164. -'Test'
  165.  
  166. ## Items to disable quantity stacking.
  167. ## This will force these items to only have
  168. ## a quantity of 1. Good for swords, armor, etc.
  169. ##
  170. ## This is an item SEARCH. Meaning it is not the full item name.
  171. ## E.G CHESTPLATE blocks ALL chestplates because all items contain
  172. ## the word CHESTPLATE.
  173. disabled-qty-items:
  174. - "CHESTPLATE"
  175. - "LEGGINGS"
  176. - "BOOTS"
  177. - "HELMET"
  178. - "BOW"
  179. - "FISHING_ROD"
  180. - "SHEARS"
  181. - "NAME_TAG"
  182. - "SWORD"
  183. - "AXE"
  184. - "PICKAXE"
  185. - "SHOVEL"
  186. - "SPADE"
  187. - "HOE"
  188. - "LEAD"
  189. - "LEASH"
  190. - "HORSE_ARMOR"
  191. - "SADDLE"
  192. - "BARDING"
  193.  
  194. ##Menu Items
  195. Rows: 1
  196.  
  197. menu-items:
  198. 0:
  199. Enabled: true
  200. Item: 'EMERALD'
  201. Shop: 'Ores'
  202. Desc: '&8(&fOres&8)'
  203. Name: '&aOres'
  204. 1:
  205. Enabled: true
  206. Item: 'WHEAT_SEEDS'
  207. Shop: 'Crops'
  208. Desc: '&8(&fFarming&8)'
  209. Name: '&eFarming'
  210. 2:
  211. Enabled: true
  212. Item: 'BONE_MEAL'
  213. Shop: 'Drops'
  214. Desc: '&8(&fDrops&8)'
  215. Name: '&cDrops'
  216. 3:
  217. Enabled: true
  218. Item: 'EXPERIENCE_BOTTLE'
  219. Shop: 'Brew'
  220. Desc: '&8(&fBrewing&8)'
  221. Name: '&2Brewing'
  222. 4:
  223. Enabled: true
  224. Item: 'SPAWNER'
  225. Shop: 'Spawners'
  226. Desc: '&8(&fSpawners&8)'
  227. Name: '&6Spawners'
  228. 5:
  229. Enabled: true
  230. Item: 'STONE'
  231. Shop: 'Block'
  232. Desc: '&8(&fBlocks&8)'
  233. Name: '&6Blocks'
  234.  
  235. ## DO NOT TOUCH BELOW THIS LINE!
  236. ver: 1.7
  237.  
  238. ################################
  239. ## Developed by pablo67340 ##
  240. ## If you need any support ##
  241. ## https://discord.gg/v7D6pCm ##
  242. ################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement