Add priority and interact flag to config.yml by default

50% of the issues are having more regions at the same place, and therefore requiring a higher priority for the AreaShop region and having chests accessible by anyone instead of only the region owner/member. This should fix these problems.
This commit is contained in:
Thijs Wiefferink 2016-01-12 21:43:04 +01:00
parent f89e0f861b
commit 6edad3faff

View File

@ -251,20 +251,28 @@ schematicProfiles:
flagProfiles:
default:
forrent:
priority: 10 # Set region priority higher than default regions (it must be higher than other regions at the same place)
members: '' # Remove all members.
greeting: '%lang:prefix%%lang:greeting-forrent%'
rented:
priority: 10
members: '%uuid%, %friendsuuid%' # Add the renter and added friends as region members.
greeting: '%lang:prefix%%lang:greeting-rented%'
interact: 'deny g:non_members' # Only allow region members/owners to use things in the region (chests, crafting bench, etc)
forsale:
members: '' # Remove all members.
priority: 10
members: ''
greeting: '%lang:prefix%%lang:greeting-forsale%'
sold:
members: '%uuid%, %friendsuuid%' # Add the buyer and added friends as region members.
priority: 10
members: '%uuid%, %friendsuuid%'
greeting: '%lang:prefix%%lang:greeting-bought%'
interact: 'deny g:non_members'
resale:
members: '%uuid%, %friendsuuid%' # Add the buyer and added friends as region members.
priority: 10
members: '%uuid%, %friendsuuid%'
greeting: '%lang:prefix%%lang:greeting-resale%'
interact: 'deny g:non_members'
## Profiles that specify when players should get messages about their rental region that almost runs out.
## Time identifiers specify how much time before the rent is actually over the player should be notified.
## When warnPlayer is set to true a message will be send that is specified in the language file.