-
Notifications
You must be signed in to change notification settings - Fork 0
Claim Commands
Jack edited this page May 15, 2026
·
1 revision
GPExpansion extends the /claim command with powerful subcommands for claim management.
| Command | Permission | Description |
|---|---|---|
/claim |
griefprevention.claim |
Open claim menu or show help |
/claim ! |
griefprevention.claim.gui.return |
Return to last GUI |
/claim list |
griefprevention.claim.list |
List your claims |
/claim list <player> |
griefprevention.claim.list.other |
List another player's claims |
/claim adminlist |
griefprevention.admin |
List all claims (admin) |
| Command | Permission | Description |
|---|---|---|
/claim create <radius> |
griefprevention.createclaim |
Create a new claim |
/claim abandon [id] |
griefprevention.abandonclaim |
Abandon a claim |
/claim abandonall |
griefprevention.abandonallclaims |
Abandon all claims |
/claim resize |
griefprevention.resizeclaim |
Open resize GUI or expand |
/claim expand <amount> |
griefprevention.expandclaim |
Expand claim in facing direction |
/claim subdivideclaim |
griefprevention.subdivideclaims |
Enter subdivision mode |
/claim 3dsubdivideclaim |
griefprevention.3dsubdivideclaims |
Enter 3D subdivision mode |
/claim restrictsubclaim |
griefprevention.restrictsubclaim |
Restrict subclaim permissions |
/claim basic |
griefprevention.basicclaims |
Return to basic claim mode |
| Command | Permission | Description |
|---|---|---|
/claim trust <player> [id] |
griefprevention.trust |
Trust a player |
/claim untrust <player> [id] |
griefprevention.untrust |
Untrust a player |
/claim untrust all [id] |
griefprevention.untrust |
Untrust all players |
/claim accesstrust <player> [id] |
griefprevention.accesstrust |
Grant access trust |
/claim containertrust <player> [id] |
griefprevention.containertrust |
Grant container trust |
/claim permissiontrust <player> [id] |
griefprevention.permissiontrust |
Grant permission trust |
Note: The [id] parameter allows trust commands to work on any claim by ID, not just the one you're standing in.
| Command | Permission | Description |
|---|---|---|
/claim name <name> [id] |
griefprevention.claim.name |
Set claim name |
/claim desc <desc> [id] |
griefprevention.claim.desc |
Set description |
/claim icon <material> [id] |
griefprevention.claim.icon |
Set GUI icon |
/claim info [id] |
griefprevention.claim.info |
View claim details |
| Command | Permission | Description |
|---|---|---|
/claim tp [claimId] |
griefprevention.claim.tp |
Teleport to claim spawn |
/claim tp <player> <claim> |
griefprevention.claim.tp.other |
TP to other's claim |
/claim setspawn [claimId] |
griefprevention.claim.setspawn |
Set spawn point |
/claimfly |
griefprevention.claimfly |
Toggle claim flight |
/claimfly add <players> <time> |
griefprevention.claimfly.admin |
Add flight time |
/claimfly check <player> |
griefprevention.claimfly.admin |
Check flight time |
/claimfly reset <players> |
griefprevention.claimfly.admin |
Reset flight time |
| Command | Permission | Description |
|---|---|---|
/claim global <true|false> [id] |
griefprevention.global |
Toggle global status |
/claim globallist |
griefprevention.globallist |
View global claims |
| Command | Permission | Description |
|---|---|---|
/claim ban <player> [id] |
griefprevention.ban |
Ban player from claim |
/claim unban <player> [id] |
griefprevention.unban |
Unban player |
/claim banlist [id] |
griefprevention.ban |
View banned players |
/claim explosions [id] |
griefprevention.claimexplosions |
Toggle explosions |
/claim transfer <player> [id] |
griefprevention.transferclaim |
Transfer ownership |
| Command | Permission | Description |
|---|---|---|
/claim evict <player> [id] |
griefprevention.evict |
Evict a renter |
/claim collectrent [id] |
griefprevention.collectrent |
Collect rent payments |
| Command | Permission | Description |
|---|---|---|
/claim snapshot create [id] |
griefprevention.restoresnapshot |
Create snapshot |
/claim snapshot list [id] |
griefprevention.restoresnapshot |
List snapshots |
/claim snapshot remove <snapshotId> |
griefprevention.restoresnapshot |
Delete snapshot |
| Command | Permission | Description |
|---|---|---|
/claim flags [id] |
griefprevention.claim.flags |
Open GPFlags GUI |
/claim options [id] |
griefprevention.claim.options |
Open options GUI |
/claim map [id] |
griefprevention.claim.map |
Open claim map editor |
These commands work independently:
| Command | Equivalent |
|---|---|
/claimlist |
/claim list |
/claimslist |
/claim list |
/adminclaimlist |
/claim adminlist |
/adminclaimslist |
/claim adminlist |
/claimtp <id> |
/claim tp <id> |
/resizeclaim |
/claim resize |
/expandclaim |
/claim expand |
/extendclaim |
/claim expand |
/setclaimspawn |
/claim setspawn |
/globalclaim <true|false> |
/claim global <true|false> |
/globalclaimlist |
/claim globallist |
/claimmap |
/claim map |
/claim trust Steve 12345
Trusts Steve in claim ID 12345, even if you're not standing in it.
/claim name "Storage" 100
/claim name "Shop" 101
/claim global true 101
/claim abandon 100
Abandons claim ID 100 without needing to stand in it.
GPExpansion intercepts certain GP commands to add ID support:
-
/trust,/untrust- Now support[claimId]parameter -
/abandonclaim- Can use claim ID -
/claimexplosions- Can use claim ID
Original GP commands still work; GPExpansion adds optional enhancements.