Advertisement
TheBlueLightning

GUIShop Config

Feb 8th, 2016
3,035
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 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 CraftedPlugins #
  18. # To post a Job! A Developer will make it! #
  19. # http://craftedplugins.com/ ##
  20. ##################################################
  21.  
  22.  
  23.  
  24. ##Title of the inventory in /shop
  25. menuname: '&1D&3R&bo&ad&2Z &3Shop'
  26. ## Sell inventory title
  27. sell-title: 'Sell'
  28.  
  29. ##Tag in chat before text in chat from shop. e.g [GUIShop] Purchase Successful.
  30. tag: '[&1D&3R&bo&ad&2Z &3Shop]'
  31.  
  32. ##Print EVERY Action in console (Use only when needed!!!)
  33. Verbose: false
  34. ## Command used to open shop, DONT PUT A /
  35. Command: 'shop'
  36. ## Command to open sell inventory
  37. sell-command: 'sells'
  38.  
  39. ############ Language settings ###############
  40.  
  41. #No permission message
  42. no-permission: '&cNon hai i permessi!'
  43.  
  44. #Disabled world message
  45. disabled-world: '&cNon puoi usare lo shop in questo mondo!'
  46.  
  47. #The message for the amount you lose, E.G Cost, Or Price
  48. cost: '&7Prezzo'
  49.  
  50. #The message for the amount you get back AKA. Sell or Returned
  51. return: '&7Vendi'
  52.  
  53. #The 1st line of the message on shop items
  54. line1: '&8Per vendere, clicca la cosa da vendere nel tuo inventario'
  55.  
  56. #The 2nd line of the message on shop items
  57. line2: '&6Deve essere la stessa quantita!'
  58.  
  59. #The 3rd line of the message on shop items
  60. line3: 'Clicca per comprare'
  61.  
  62. #The 4th line of the message on shop items
  63. line4: 'Shift+Click per comprare 1 oggetto'
  64.  
  65. #The text back button in the shops
  66. back: '&4Indietro'
  67.  
  68. #The item the back button will be!
  69. back-button-item: '160:14'
  70.  
  71. #The messaged displayed before the item amount.
  72.  
  73. ## E.G "You Purchased 54"
  74. purchased: '&fHai comprato &c'
  75.  
  76. ## The second message displayed when you purchase an item.
  77.  
  78. ## E.G 54$ Taken from your account.
  79. taken: '&fsono stati presi dai tuoi soldi.'
  80.  
  81. ## The words displayed before the amount needed.
  82. not-enough-pre: '&fHai bisogno di &c$'
  83.  
  84. ## The words displayed AFTER the amount needed.
  85. not-enough-post: '&f soldi in piu.'
  86.  
  87. ## Text displayed before item name.
  88. sold: '&fOggetti da vendere e'
  89.  
  90. ##Second message when buying, Words AFTER the amount
  91. ## E.G 54$ "Added to your account"
  92. added: '&f sono stati aggiunti al tuo account.'
  93.  
  94. #When something magical goes wrong?
  95. something-wrong: '&fQualcosa non funziona, contatta un admin.'
  96.  
  97. #Message displayed when a player tries to sell blocks not matching the quantity.
  98. in-stacks: '&fVendi in stack da &c'
  99.  
  100. #Message when a player cannot sell a certain item.
  101. cant-sell: '&fNon puoi vendere questo oggetto.'
  102.  
  103. #The title of a sign that players can click to open shop
  104. sign-title: '[&1D&3R&bo&ad&2Z &3Shop]'
  105.  
  106. #Do want players to be able to access the shop ONLY using the sign?
  107. sign-only: false
  108.  
  109. sign-only-message: '&cPuoi accedere allo shop cliccando su un cartello DRoDz Shop!'
  110.  
  111.  
  112.  
  113. DisabledWorlds:
  114. -'Test'
  115.  
  116. ##Menu Items
  117. Rows: 1
  118. 1:
  119. Enabled: true
  120. Item: DIAMOND_SWORD
  121. Name: '&4Spade'
  122. Desc: 'KILL ALL'
  123. Shop: 'Spade'
  124. 2:
  125. Enabled: true
  126. Item: TNT
  127. Name: '&9Armi &dVarie'
  128. Desc: 'TNT e ARCO'
  129. Shop: 'Armi'
  130. 3:
  131. Enabled: true
  132. Item: PLANKS
  133. Name: '&6Blocchi'
  134. Desc: 'Per un pillar di emergenza'
  135. Shop: 'Blocchi'
  136. 4:
  137. Enabled: true
  138. Item: GOLDEN_APPLE
  139. Name: '&eDifesa'
  140. Desc: 'PROTEGGITI DALLA MORTE'
  141. Shop: 'Difesa'
  142.  
  143. #############################
  144. ## Developed by pablo67340 ##
  145. ## If you need any support ##
  146. ## add 'pablo673400' on ##
  147. ## Skype! ##
  148. #############################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement