Advertisement
KyadCK

Untitled

May 11th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. #
  2. # This is the main config file for all worlds/regions.
  3. # All values in here can be changed individually for every world, parent- and normal region by re-defining them
  4. # in the specific file or ingame.
  5. #
  6. # A detailed description of all settings can be found at
  7. # http://forward.phoenix-iv.de/rfs-help/config.yml
  8. #
  9.  
  10. economic-settings:
  11. #unit-type: Which unit should be used to calculate the costs | "region" - do not include region size
  12. # "m2" - square meter - only include surface | "m3" - cubic meter - include full amount of blocks
  13. unit-type: m2
  14. costs-per-unit:
  15. buying-price: 100
  16. selling-price: 80
  17. taxes: 3
  18. rent: 15
  19. buyable: true
  20. rentable: true
  21.  
  22.  
  23. permissions:
  24. permission-required-buy: true
  25. permission-required-rent: true
  26. max-regions-per-player: 0
  27. # max-rent-time in minutes. Zero -> infinite
  28. max-rent-time: 0
  29.  
  30. # Some settings can be specialized for groups as done below. If the player is in more than one group the highest
  31. # figure counts. To add a player to a group give him the permission "regionforsale.group.<GROUP-NAME>"
  32. group-settings:
  33. group-name-here:
  34. max-regions-per-player: 5
  35. max-rent-time: 10080
  36. example-group-vip:
  37. max-regions-per-player: 8
  38. max-rent-time: 0
  39.  
  40.  
  41. region-rebuilding:
  42. # Auto-rebuilding will 'bulldoze' a region after it was sold or the player wasn't able to pay anymore.
  43. auto-rebuild: false
  44. block-id: -1
  45. block-data: 0
  46. rebuildPlus-operations: []
  47. ground-level: -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement