-
Notifications
You must be signed in to change notification settings - Fork 0
Claim Maps
Jack edited this page May 15, 2026
·
2 revisions
Claim maps provide a visual interface for editing claim boundaries without using golden shovel commands.
The claim map editor opens an interactive GUI showing:
- Your claim boundaries
- Surrounding terrain (optional)
- Resize controls
- Boundary information
| Command | Description |
|---|---|
/claim map |
Open map for claim you're standing in |
/claim map <claimId> |
Open map for specific claim |
/claimmap |
Standalone alias |
Simple directional resizing:
Features:
- Expand buttons - North, South, East, West
- Contract buttons - Shrink from each direction
- Amount selector - Choose expansion size (1, 5, 10, 25, 50 blocks)
- Current size - Display claim dimensions
- Block cost - Show claim blocks required
Usage:
- Select amount (e.g., 10 blocks)
- Click direction to expand/contract
- See live preview of changes
- Confirm or cancel
Precise boundary editing:
Features:
- Visual grid - See claim as top-down view
- Corner markers - Click and drag corners
- Edge dragging - Resize entire sides
- Snap to grid - Align to chunk boundaries
- Overlap warnings - Alerts for other claims
Usage:
- View the visual claim representation
- Click on boundary points
- Drag to new position
- Changes apply on release
| Symbol | Meaning |
|---|---|
| 🟩 Green | Your claim |
| 🟨 Yellow | Your subclaims |
| 🟥 Red | Other players' claims |
| 🟦 Blue | Public/admin claims |
| ⬜ White | Unclaimed area |
| ⬛ Black | World border/void |
Shows real-time data:
- Current claim size (blocks)
- Minimum/maximum dimensions
- Claim blocks available
- Claim blocks cost for resize
- Owner name
claim-map:
enabled: true
display:
show-terrain: true
show-biomes: false
show-depth: false
view-distance: 5 # chunks
editing:
require-confirm: true
max-resize-per-session: 10
snap-to-chunk: false
limits:
min-size: 10
max-size: 100000| Permission | Description |
|---|---|
griefprevention.claim.map |
Open claim map editor |
griefprevention.claim.map.anywhere |
Edit any claim by ID |
griefprevention.resizeclaim |
Resize claims |
When using GriefPrevention3D:
- 3D claim visualization
- Height/depth editing
- Multi-level subclaim support
- Volume calculations
- Plan before resizing - Know your target size
- Check surroundings - Avoid overlapping other claims
- Use shaped mode - For precise adjustments
- Save often - Confirm changes before closing
- Consider neighbors - Don't encroach on nearby claims
Map won't open?
- Must be standing in a claim (or use claimId)
- Check
griefprevention.claim.mappermission - Verify GUI mode is enabled
Can't resize?
- Insufficient claim blocks
- Would overlap another claim
- Below minimum size limit
- At world border
Display looks wrong?
- Try
/gpx reloadto refresh - Check for conflicting plugins
- Verify world generation is complete
| Feature | Shovel | Map GUI |
|---|---|---|
| Speed | Fast for large areas | Precise for details |
| Visual | None | Full visualization |
| 3D support | Limited | Full (with GP3D) |
| Learning curve | Steep | Gentle |
| Mobile friendly | Yes | Better |
- Use basic mode for quick expansions
- Use shaped mode for complex boundaries
- Check the legend to understand the view
- Enable terrain view for context
- Resize in small increments to avoid mistakes

