Advertisement
Guest User

Untitled

a guest
Feb 14th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. #==================================#
  2. #-------------GUI SHOPS------------#
  3. #---------BY: AMBAMORE2000---------#
  4. #==================================#
  5.  
  6. enabled: true
  7.  
  8. example:
  9. enabled: true
  10. file: example.yml
  11.  
  12. # This is if you want a new economy system.
  13. # Recommended for tokens stuff.
  14. custom-economy: false
  15.  
  16. default: example.yml
  17.  
  18. # Variable List:
  19. # %balance - Current balance.
  20. # %amount - Amount bought/sold.
  21. # %item - Name of item bought.
  22. # NoPermission: %shop - File of the shop with no permission.
  23. # Sell: %used - Amount of currency used to buy.
  24. # Buy: %recieved - Recieved currency from selling.
  25.  
  26. messages:
  27. prefix: "&b[&cInventoryShops&b] &f» &a"
  28. nopermission: "&cYou don't have permission to open the %shop shop."
  29. buy: "&aYou bought &f%amount &9%items &afor &2%used&a. You now have &2%balance&a."
  30. sell: "&aYou sold &f%amount &9%items &afor &2%recieved&a. You now have &2%balance&a."
  31. # Balance is for if you are using custom economy.
  32. balance: "&eYour current balance is &2%balance&e."
  33. notenough:
  34. buy: "&cYou don't have enough money to buy this item!"
  35. sell: "&cYou don't have enough items to sell this!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement