Advertisement
Guest User

Untitled

a guest
Nov 30th, 2013
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. # Language. Currently available: en, pl.
  2. language: en
  3.  
  4. # A capacity of the shop inventory (1 is equal to the capacity of a single chest). [1-4]
  5. capacity: 1
  6.  
  7. # A maximum number of shops that a member of a group can create.
  8. shops_limit:
  9. default: 2
  10.  
  11. # A price that a member of a group will have to pay after he creates a new shop.
  12. shop_price:
  13. default: 0
  14.  
  15. # Account server name for collected taxes.
  16. server_account_name:
  17.  
  18. # List of items excluded from the trade.
  19. forbidden_items:
  20. - AIR
  21.  
  22. # Minimal prices for specified items.
  23. minimal_price:
  24. AIR: 0
  25.  
  26. # Value of the income tax (percent).
  27. income_tax:
  28. default: 0
  29.  
  30. # If true shop owners will receive shop transaction notifications.
  31. notifications: true
  32.  
  33. # A number of days that the transaction data should be stored in the database.
  34. transactions_days_limit: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement