New Protection Support
ArcaneBuilder now includes stronger protection checks to help stop schematics being used to grief protected land or player claims.
Added Compatibility For:
- WorldGuard
- GriefPrevention
- Residence
Before a schematic preview starts, ArcaneBuilder now scans the queued build blocks and checks whether the player is allowed to build in those locations.
This helps prevent players from placing a Builder Chest near protected land and using a schematic to build into another player’s claim, region, or residence.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Improved Build Safety
Improved:
- Schematics are checked before the preview starts
- Builds can be checked again while blocks are being placed
- Builds stop if protected land is reached mid-build
- Builder Chests are returned if a schematic is blocked
- Protection plugins can be toggled individually in config
- Admin bypass permission added for trusted staff
Bypass Permission:
Code (Text):
arcanebuilder.bypassprotection
Only give this permission to trusted staff, as it allows building through protected areas.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
New Config Options
New protection settings have been added:
Code (Text):
Builder:
Protection:
Enabled: true
Check-Step: 1
Check-During-Build: true
Plugins:
WorldGuard: true
GriefPrevention: true
Residence: true
Recommended: Keep
Check-Step set to
1 for the safest protection, as this checks every schematic block before allowing the build preview.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Update Notes
- Back up your config before updating
- Regenerate or manually add the new protection config section
- Make sure any protection plugins are updated for your server version
- WorldGuard, GriefPrevention, and Residence should be added as soft-dependencies
Code (Text):
softdepend:
- WorldGuard
- GriefPrevention
- Residence
Thank you for using ArcaneBuilder!