2014-08-28 11:45:36 +02:00
|
|
|
### All settings below are default settings and can be overridden
|
|
|
|
### by group settings or region settings (copy a section to a region or group and change them there)
|
|
|
|
|
2014-11-13 23:06:00 +01:00
|
|
|
# ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
|
|
|
|
# │ GENERAL: Options for all regions │
|
|
|
|
# └────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
|
2014-07-17 12:30:18 +02:00
|
|
|
general:
|
2014-08-28 11:45:36 +02:00
|
|
|
## Set this to true to enable saving/restoring for regions as specified in the profile below, which is specified in the config
|
|
|
|
enableRestore: false
|
|
|
|
## The schematic profile as specified in the config
|
|
|
|
schematicProfile: 'default'
|
|
|
|
## The event commands profile as specified in the config
|
|
|
|
eventCommandProfile: 'default'
|
|
|
|
## The profile for the format of the sign as specified in the config
|
|
|
|
signProfile: 'default'
|
|
|
|
## The profile for the WorldGuard flags as specified in the config
|
|
|
|
flagProfile: 'default'
|
2014-09-06 22:49:29 +02:00
|
|
|
## The y location within the region to start searching for safe teleport spots (x and z will be in the middle of the region)
|
|
|
|
## Possible values: bottom, middle, top
|
|
|
|
teleportLocationY: bottom
|
|
|
|
## If true the teleportation algorithm only allows telportation to inside the region, otherwise it will expand algorithm
|
|
|
|
## a cube from the starting point to check for safe spots (then it could end outside the region)
|
|
|
|
## If you set a teleport location outside of the region with /as settp then setting this to true breaks that teleport (players cannot use it)
|
|
|
|
teleportIntoRegion: true
|
2014-11-13 23:06:00 +01:00
|
|
|
## Same as above, but then for when you teleport to the sign of a region instead of the region itself
|
|
|
|
teleportToSignIntoRegion: false
|
|
|
|
## Restricts the /as buy and /as rent commands to the world of the region
|
|
|
|
## Usefull if you have diffrent economies for different worlds
|
|
|
|
restrictedToWorld: false
|
|
|
|
## Restricts the /as buy and /as rent commands to the region itself (player needs to be inside)
|
|
|
|
restrictedToRegion: false
|
2014-07-17 12:30:18 +02:00
|
|
|
|
2014-11-13 23:06:00 +01:00
|
|
|
# ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
|
|
|
|
# │ RENT: Options for rent regions │
|
|
|
|
# └────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
|
2014-07-17 12:30:18 +02:00
|
|
|
rent:
|
2014-08-28 11:45:36 +02:00
|
|
|
## The default price of a renting region
|
2014-07-17 12:30:18 +02:00
|
|
|
price: 1000
|
2014-11-15 21:57:26 +01:00
|
|
|
## The default duration of a renting region, you can find all time indicators in config.yml below the RENTING header
|
2014-07-17 12:30:18 +02:00
|
|
|
duration: '1 day'
|
2014-08-28 11:45:36 +02:00
|
|
|
## The percentage of the renting price you get back if you unrent the region (price of time left will be multiplied by this/100)
|
|
|
|
moneyBack: 100
|
|
|
|
## Maximum number of extends a player can do (-1 for infinite, 0 for no extending)
|
|
|
|
maxExtends: -1
|
2014-11-13 23:06:00 +01:00
|
|
|
## The Maximum time they can have the region rented in advance (minutes, -1 for infinite)
|
|
|
|
## If you set this higher then the duration players will not be able to rent the region
|
|
|
|
maxRentTime: -1
|
|
|
|
## Automatically unrent the region after the specified number of minutes between the last login time of the renter and the current time
|
|
|
|
## -1 means never, 1440 is one day, 43200 is one month, 525600 is one year
|
|
|
|
inactiveTimeUntilUnrent: -1
|
2014-11-15 21:57:26 +01:00
|
|
|
## If a region of a player has less then this time left when he joins the server he will get a warning
|
|
|
|
## You can find all time indicators in config.yml below the RENTING header, change to '' to disable
|
|
|
|
warningOnLoginTime: '1 day'
|
2014-07-17 12:30:18 +02:00
|
|
|
|
2014-11-13 23:06:00 +01:00
|
|
|
# ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
|
|
|
|
# │ BUY: Options for buy regions │
|
|
|
|
# └────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
|
2014-07-17 12:30:18 +02:00
|
|
|
buy:
|
2014-08-28 11:45:36 +02:00
|
|
|
## The default price of a buying region
|
2014-07-17 12:30:18 +02:00
|
|
|
price: 1000
|
2014-08-28 11:45:36 +02:00
|
|
|
## The percentage of the buying price you get back if you sell the region
|
|
|
|
moneyBack: 100
|
2014-11-13 23:06:00 +01:00
|
|
|
## Automatically sell the region after the specified number of minutes between the last login time of the buyer and the current time
|
|
|
|
## -1 mean never, 1440 is one day, 43200 is one month, 525600 is one year
|
|
|
|
inactiveTimeUntilSell: -1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|