Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.62 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. ##This will disable the usage to the command to everyone, unless purchased from shop or player is OP.
  148. protected-commands:
  149. - '/fly'
  150. - '/suicide'
  151.  
  152.  
  153.  
  154. DisabledWorlds:
  155. -'Test'
  156.  
  157. ##Menu Items
  158. Rows: 1
  159.  
  160. menu-items:
  161. 0:
  162. Enabled: true
  163. Item: 'TNT'
  164. Shop: 'Raiding'
  165. Desc: '&8(&cBlow them up!&8)'
  166. Name: '&4Raiding'
  167. 1:
  168. Enabled: true
  169. Item: 'EMERALD'
  170. Shop: 'Ores'
  171. Desc: '&8(&fOres&8)'
  172. Name: '&aOres'
  173. 2:
  174. Enabled: true
  175. Item: 'WHEAT_SEEDS'
  176. Shop: 'Farming'
  177. Desc: '&8(&fFarming&8)'
  178. Name: '&eFarming'
  179. 3:
  180. Enabled: true
  181. Item: 'BONE_MEAL'
  182. Shop: 'Drops'
  183. Desc: '&8(&fDrops&8)'
  184. Name: '&cDrops'
  185. 4:
  186. Enabled: true
  187. Item: 'EXPERIENCE_BOTTLE'
  188. Shop: 'Brewing'
  189. Desc: '&8(&fBrewing&8)'
  190. Name: '&2Brewing'
  191. 5:
  192. Enabled: true
  193. Item: 'DIAMOND_HELMET'
  194. Shop: 'Gear'
  195. Desc: '&8(&fGear&8)'
  196. Name: '&bGear'
  197. 6:
  198. Enabled: true
  199. Item: 'SPAWNER'
  200. Shop: 'Spawners'
  201. Desc: '&8(&fSpawners&8)'
  202. Name: '&6Spawners'
  203. 7:
  204. Enabled: true
  205. Item: 'STONE'
  206. Shop: 'Blocks'
  207. Desc: '&8(&fBlocks&8)'
  208. Name: '&6Blocks'
  209.  
  210. ## DO NOT TOUCH BELOW THIS LINE!
  211. ver: 1.7
  212.  
  213. ################################
  214. ## Developed by pablo67340 ##
  215. ## If you need any support ##
  216. ## https://discord.gg/v7D6pCm ##
  217. ################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement