GriefPreventionQuickShopBridge/src/main/resources/config.yml

15 lines
592 B
YAML
Raw Normal View History

2019-12-25 10:20:15 +01:00
# Only allow shops to be created in claims that player is owner of.
# --> If false anyone can create a shop in any claim.
2019-12-25 10:20:15 +01:00
only-claim-owner-can-create-shops: true
# Ignore claim checks if player is op, allows op to create shop anywhere.
op-bypass-claim-checks: true
# Delete shops inside a claim if that claim is deleted/removed
delete-shops-when-claims-deleted: false
2019-12-25 10:20:15 +01:00
# Delete shops inside a claim if that claim expires
delete-shops-when-claims-expires: false
# Allows players to make shops anywhere EXCEPT other player's claims, so even in unclaimed land
allow-unclaimed-land-shops: true