G
Granatapfel
Guest
Hi,
ich bin leider etwas zu blöd für diese LWC Config:
Ich möchte erreichen dass man keine LWC Sicherungen erstellen kann, wenn man keine WG Baurechte in der Region der Sicherung hat.
ich bin leider etwas zu blöd für diese LWC Config:
worldguard:
enabled: true
# If true, allow protections to use region-level permissions (i.e., reuse WG region member lists as the block-level ACL)
allowRegionPermissions: true
# If true, protections will be allowed in non-regioned areas
allowProtectionsOutsideRegions: false
# If the player needs to have build rights in a region to be able to protect blocks using LWC
requireBuildRights: true
# Regions that LWC protections SHOULD be allowed in
regions:
- '*'
# Regions that LWC protections should NOT be allowed in
blacklistedRegions:
- 'Region1'
enabled: true
# If true, allow protections to use region-level permissions (i.e., reuse WG region member lists as the block-level ACL)
allowRegionPermissions: true
# If true, protections will be allowed in non-regioned areas
allowProtectionsOutsideRegions: false
# If the player needs to have build rights in a region to be able to protect blocks using LWC
requireBuildRights: true
# Regions that LWC protections SHOULD be allowed in
regions:
- '*'
# Regions that LWC protections should NOT be allowed in
blacklistedRegions:
- 'Region1'
Ich möchte erreichen dass man keine LWC Sicherungen erstellen kann, wenn man keine WG Baurechte in der Region der Sicherung hat.