mirror of
https://github.com/NLthijs48/AreaShop.git
synced 2025-02-23 07:11:38 +01:00
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:
parent
f89e0f861b
commit
6edad3faff
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user