Prerequisites
This feature currently works with World Guard, Residence, Grief Prevention, and Grief Defender. Please make sure the plugin you are saving regions in is enabled and full functional.
WorldEdit or FastAsyncWorldEdit is REQUIRED to use this feature. I highly suggest using FAWE and kicking players if you are trying to copy claims. FAWE prevents crashing when coping massive regions. Lag may occur as this feature is in BETA, so kicking players during this time is highly recommended.
How to set up region copying
In worlds.yml
Start by adding the section to under worlds.<world>.settings in your worlds.yml file. Then you can enable which plugin you would like to copy regions from. You may decide not to copy some of the region setups if you don't need them.
Available options:
- world-guard - WorldGuard regions
- residence - Residence claims
- grief-prevention - GriefPrevention claims
- grief-defender - GriefDefender claims
worlds:
world_name:
settings:
<...>
save-regions:
# --- Configuration for WorldGuard regions ---
world-guard:
enabled: false
# Should the list of items below be a whitelist or blacklist?
whitelist: false
list:
- 'MyBlacklistedRegion'
# --- Configuration for Residence regions ---
residence:
enabled: false
# Should the list of items below be a whitelist or blacklist?
whitelist: false
list:
- 'MyBlacklistedRegion'
# --- Configuration for Grief Prevention regions ---
grief-prevention:
enabled: false
# Should the list of items below be a whitelist or blacklist?
whitelist: false
list:
- 'MyBlacklistedRegion'
# --- Configuration for Grief Defender regions ---
grief-defender:
enabled: false
# Should the list of items below be a whitelist or blacklist?
whitelist: false
list:
- 'MyBlacklistedRegion'