Configuration

Here's the default RegionSelfService/config.yml file.

You can configure what should be written on the first line of a wooden sign.

sign_first_line:
  for_rent:
  - For Rent
  for_sale:
  - For Sale

Here is the default RegionSelfService/worlds/world-config.yml file.

You can copy this file to a world's folder. For example, to RegionSelfService/worlds/world_nether. Then you can change settings for that world. You can remove settings that you don't change. They will be inherited from the main settings in RegionSelfService/worlds/world-config.yml.

reserve_free_regions: true
block_worth: 0.22
sell_min_block_cost: 0.2
sell_max_block_cost: 0.5
rent_min_block_cost: 0.002
rent_max_block_cost: 0.005
allow_rent_extend_after_percent_time: 90
max_regions_per_player: 5
allow_overlap_unowned_regions: false
enable_create_cost: false
percent_delete_refund: 50.0
tax_percent: 19.0
tax_from_price: 100.0
tax_to_account: Mtihc
region_defaults:
  owners: []
  bottom_y: 0
  top_y: 127
  parent_automatic: false
region_size:
  minimum_width_length: 8
  maximum_width_length: 100
  minimum_height: 8
  maximum_height: 127
  minimum_y: 0
  maximum_y: 127

The region_defaults.owners is an empty list.
If you want to define owner names, you can do it like this: [Mtihc, Steve]