Command Reference (Claim)
All commands of CoreEngineClaim. Player commands run via /claim ..., team commands via /claim team ..., admin commands via /claim admin .... Top-level commands run directly at the root level.
The Default column shows the actual value a player has without any special permission grant (true = every player can use it, false = the right must be granted first). Where "operators only" is noted, server operators get the right automatically without needing a permissions plugin.
Player Commands #
Collective permission: coreengineclaim. (default: true for all players).
| Command | Syntax | Permission | Default | Description |
|---|---|---|---|---|
| Open GUI | /claim or /claim gui | coreengineclaim. | true | Opens the claim management GUI. |
| Abandon claim | /claim abandon | coreengineclaim. | true | Abandons the current claim and refunds blocks. |
| Abandon all claims | /claim abandonall | coreengineclaim. | true | Abandons all your own claims (requires confirmation). |
| List claims | /claim list | coreengineclaim. | true | Shows all your own claims in a paginated GUI. |
| Grant build trust | /claim trust <player> | coreengineclaim. | true | Grants a player build access to the claim. |
| Revoke trust | /claim untrust <player| | coreengineclaim. | true | Revokes access for a player or all trusted players. |
| Grant access trust | /claim accesstrust <player> | coreengineclaim. | true | Grants access to doors and buttons. |
| Grant container trust | /claim containertrust <player> | coreengineclaim. | true | Grants access to chests and furnaces. |
| Grant permission trust | /claim permissiontrust <player> | coreengineclaim. | true | Grants full management rights in the claim. |
| Show trust list | /claim trustlist | coreengineclaim. | true | Shows all trusted players in the current claim. |
| Restrict subdivision | /claim restrictsubclaim | coreengineclaim. | true | Subdivision no longer inherits rights from the main claim. |
| Mode: Basic | /claim basic | coreengineclaim. | true | Switches the golden shovel into normal claim mode. |
| Mode: Subdivide | /claim subdivide | coreengineclaim. | true | Switches the golden shovel into subdivision mode. |
| Escape claim | /claim trapped | coreengineclaim. | true | Teleports you out of a foreign claim. |
| Unlock drops | /claim unlockdrops | coreengineclaim. | true | Allows others to pick up your death drops. |
| Start siege | /claim siege <player> | coreengineclaim. | true | Starts a siege against a player (if enabled). |
| Claim manual | /claim book | coreengineclaim. | true | Receives a manual for claim management. |
| Show claims (persistent) | /claim alwaysshowclaims | coreengineclaim. | false | Toggles the permanent display of claim borders. |
| Show subdivisions (persistent) | /claim alwaysshowsubdivides | coreengineclaim. | false | Toggles the permanent display of subdivision borders. |
| Buy blocks | /claim blocks buy <amount> | coreengineclaim. | true | Buys bonus claim blocks (price via economy configuration). |
| Sell blocks | /claim blocks sell <amount> | coreengineclaim. | true | Sells bonus claim blocks. |
| Convert claim to team | /claim convert | coreengineclaim. | true | Converts your own claim to the team. Needs the team rank right "Convert claims" and enough free team claim blocks. |
Note: Unlike all other player commands, alwaysshowclaims and alwaysshowsubdivides do not hang off the collective permission coreengineclaim. and therefore default to false. A server that wants to enable the permanent border display for all players must grant these two rights separately.
Team Commands #
Collective permission: coreengineclaim. (default: false, operators have it automatically). The commands buy, blocks, info and convert are additionally unlocked for all players independently of this.
| Command | Syntax | Permission | Default | Description |
|---|---|---|---|---|
| Buy/rent team plot | /claim team buy | coreengineclaim. | true | Buys an unassigned subdivision for the player's CoreEngine team; on rental plots this starts the rent. Price: individual override or Economy.. |
| Show/buy team blocks | /claim team blocks [buy <amount>] | coreengineclaim. | true | Shows the team block pool or buys blocks from the team treasury. The pool funds converted team claims. |
| Show plot info | /claim team info | coreengineclaim. | true | Shows the team assignment, effective price and buy/rent mode of a subdivision. |
| Return claim to player | /claim team convert <player> [force] | coreengineclaim. | true | Team owner: returns a team claim to a member. Requires acceptance by the player. |
| Accept assignment | /claim team accept | - | true | Accepts the return of a claim from the team. |
| Deny assignment | /claim team deny | - | true | Denies the return of a claim from the team. |
| Assign plot to team | /claim team assign <team> | coreengineclaim. | false (operators only) | Admin: assigns the current subdivision to a CoreEngine team. |
| Set assignment (alias) | /claim team set <team> | coreengineclaim. | false (operators only) | Alias for /claim team assign. |
| Remove assignment | /claim team clear | coreengineclaim. | false (operators only) | Admin: removes the team assignment of a subdivision; a running rent ends. |
| Remove assignment (alias) | /claim team remove / /claim team abandon | coreengineclaim. or . | false (operators only) | Aliases for /claim team clear. |
| Show/set price | /claim team price [<amount>| | coreengineclaim. | false (operators only) | Admin: sets the price and mode (buy or rent) for this subdivision or clears both. |
| Set price (alias) | /claim team setprice <amount| | coreengineclaim. | false (operators only) | Alias for /claim team price. |
Admin Commands #
Collective permission: coreengineclaim. (default: false, operators have it automatically). Contains all player and team commands plus the following admin-specific commands.
| Command | Syntax | Permission | Default | Description |
|---|---|---|---|---|
| Open admin GUI | /claim admin or /claim admin gui | coreengineclaim. | false (operators only) | Opens the admin management GUI. |
| Perform migration | /claim admin migrate | coreengineclaim. | false (operators only) | Migrates flatfile data to SQLite. Can also be run from the console. |
| Manage world | /claim admin world <add| | coreengineclaim. | false (operators only) | Adds worlds to GlobalWorldClaims, removes them or lists them. |
| Mode: Admin | /claim admin mode | coreengineclaim. | false (operators only) | Switches the golden shovel into admin claim mode. |
| Restore nature | /claim admin restore | coreengineclaim. | false (operators only) | Activates restore nature mode (returns terrain to its natural state). |
| Restore nature (aggressive) | /claim admin restoreaggressive | coreengineclaim. | false (operators only) | Aggressive restore nature mode with extended options. |
| Restore nature (fill) | /claim admin restorefill | coreengineclaim. | false (operators only) | Fills holes using restore nature logic. |
| Delete claim | /claim admin delete | coreengineclaim. | false (operators only) | Deletes the claim the admin is standing in. |
| Delete all claims of a player | /claim admin deleteall <player> | coreengineclaim. | false (operators only) | Deletes all claims of a specific player. |
| Delete all admin claims | /claim admin deleteadmin | coreengineclaim. | false (operators only) | Deletes all admin claims. |
| Delete all claims in a world | /claim admin deleteworld <world> | coreengineclaim. | false (operators only) | Deletes all claims in a world. Console only. |
| Delete all player claims in a world | /claim admin deleteuserworld <world> | coreengineclaim. | false (operators only) | Deletes all player claims (not admin claims) in a world. Console only. |
| List claims | /claim admin list [page] | coreengineclaim. | false (operators only) | Lists all admin claims in paginated GUIs. |
| Toggle claim bypass | /claim admin ignore | coreengineclaim. | false (operators only) | Toggles the claim protection bypass for the admin personally. |
| Transfer claim | /claim admin transfer [player] | coreengineclaim. | false (operators only) | Transfers the current claim to a player or converts it to an admin claim. Claim blocks follow ownership. |
| Reload config | /claim admin reload | coreengineclaim. | false (operators only) | Reloads config. and messages. (without a restart). |
| Give manual | /claim admin book <player> | coreengineclaim. | false (operators only) | Converts a player's held book into a claim manual. |
| Unlock foreign drops | /claim admin unlockdrops <player> | coreengineclaim. | false (operators only) | Unlocks a player's death drops. |
| Adjust blocks | /claim admin blocks adjust <player> <delta> | coreengineclaim. | false (operators only) | Adjusts a player's bonus claim blocks (e.g. +100 or -50). |
| Adjust blocks for all online players | /claim admin blocks adjustall <delta> | coreengineclaim. | false (operators only) | Adjusts the bonus blocks of all currently online players. |
| Set accrued blocks | /claim admin blocks setaccrued <player> <amount> | coreengineclaim. | false (operators only) | Sets a player's accrued claim blocks to an exact number. |
Top-Level Commands #
These commands do not run under /claim, but at the root level.
| Command | Syntax | Permission | Default | Description |
|---|---|---|---|---|
| Give pet | /givepet <player> | - (controlled via Pets.) | true | Gives a pet to another player. |
| Ignore player | /ignoreplayer (alias: /ignore) | - | true | Ignores a player's chat. |
| Unignore player | /unignoreplayer (alias: /unignore) | - | true | Stops ignoring a player. |
| Show ignore list | /ignoredplayerlist (alias: /ignorelist) | - | true | Shows all ignored players. |
| Soft mute | /softmute <player> | coreengineclaim. or coreengineclaim. | false (operators only) | Soft-mutes a player (reduces chat spam for others). |
| Separate two players | /separate <player1> <player2> | coreengineclaim. | false (operators only) | Forces two players to permanently ignore each other. |
Important Base Permissions (Functional, Not Command-Specific) #
| Permission | Default | Description |
|---|---|---|
coreengineclaim. | true | Allows creating claims. |
coreengineclaim. | true | Allows creating subdivisions. |
coreengineclaim. | true | Allows buying/selling claim blocks. |
coreengineclaim. | true | Allows sneak+stick to display all nearby claims. |
coreengineclaim. | true | Allows sneak+bone to display nearby subdivisions. |
coreengineclaim. | false | Player gets no post-spawn immunity (and forgoes their own PvP claim protection). |
coreengineclaim. | false | Player cannot be sieged. |
coreengineclaim. | false | Internal marker for soft mute. |
coreengineclaim. | false (operators only) | Manages admin claims and related functions. |
coreengineclaim. | false (operators only) | Deletes foreign claims. |
coreengineclaim. | false (operators only) | Bypasses all claim protections (/claim admin ignore). |
coreengineclaim. | false (operators only) | Adjusts players' claim blocks. |
coreengineclaim. | false (operators only) | Transfers claims between players. |
coreengineclaim. | false (operators only) | Manages GlobalWorldClaims (/claim admin world). |
coreengineclaim. | false (operators only) | Bypasses the claim limit per player. |
coreengineclaim. | false (operators only) | Uses restore nature tools. |
coreengineclaim. | false (operators only) | Uses the aggressive restore nature mode. |
coreengineclaim. | false (operators only) | Unlocks foreign death drops. |
coreengineclaim. | false (operators only) | Monitors private messages. |
coreengineclaim. | false (operators only) | Monitors sign text. |
coreengineclaim. | false (operators only) | Shows exact claim dimensions in the stick text. |
coreengineclaim. | false (operators only) | Shows the owner's inactivity in the stick text. |
coreengineclaim. | false (operators only) | Shows CoreProtect block history (investigation tool). |
coreengineclaim. | false (operators only) | Players cannot ignore or soft-mute this admin. |
coreengineclaim. | false (operators only) | Collective right for extended bypasses. |
coreengineclaim. | false | Assigns a player a named tier from InitialBlocksByGroup/AccrualPerHourByGroup (e.g. coreengineclaim. via LuckPerms). |
coreengineclaim. | false | Sets the starting claim blocks directly via permission (highest number wins, takes precedence over the named tiers). Example: coreengineclaim.. |
coreengineclaim. | false | Sets the claim block accrual per hour directly via permission (highest number wins, takes precedence over the named tiers). Example: coreengineclaim.. |