Commands
Player Commands
| Command | Description |
|---|---|
/claim [<radius>] | Claim a chunk, optionally with a radius. |
/claim main <claim-name> | Open the main GUI of a claim. |
/claim settings [<claim-name>] | Open the settings GUI of a claim. |
/claim members [<claim-name>] | Open the members GUI of a claim. |
/claim chunks [<claim-name>] | Open the chunks GUI of a claim. |
/claim add [<*|claim-name>] <player> | Add players to claims. |
/claim remove [<*|claim-name>] <player> | Remove players from claims. |
/claim ban [<*|claim-name>] <player> | Ban a player from claims. |
/claim unban [<*|claim-name>] <player> | Unban a player. |
/claim bans [<claim-name>] | Open the bans GUI of a claim. |
/claim kick [<*|claim-name>] <player> | Kick a player from a claim. |
/claim owner [<*|claim-name>] <player> | Transfer the ownership of a claim. |
/claim tp <claim-name> | Teleport to one of your claims. |
/claim see [<player>] | Display chunk borders with particles. |
/claim map | Show the chat map of nearby claims. |
/claim automap | Toggle auto-map on chunk change. |
/claim autoclaim | Toggle automatic chunk claiming. |
/claim autounclaim | Toggle automatic chunk unclaiming. |
/claim fly | Enable / disable claim fly. |
/claim autofly | Toggle automatic claim fly. |
/claim list | Open the GUI listing your claims. |
/claim chat | Toggle claim chat mode. |
/claim setspawn | Change the spawn location of the current claim. |
/claim setname <old-claim-name> <new-claim-name> | Rename a claim. |
/claim setdesc <claim-name> <new-description> | Set a claim's description. |
/claim merge <claim-name> <claim-name> | Merge two claims. |
/claim addchunk <claim-name> | Add the current chunk to a claim. |
/claim delchunk <claim-name> <chunk> | Remove a chunk (format world;x;z). |
/claim autoaddchunk <claim-name> | Toggle automatic chunk addition to a claim. |
/claim autodelchunk <claim-name> | Toggle automatic chunk removal. |
/claim sell <claim-name> <price> | List a claim for sale. |
/claim cancel <claim-name> <price> | Cancel an active sale. |
/claim buy | Buy the claim at your current location, if for sale. |
/claim accept <player> | Accept an invitation. |
/claim deny <player> | Reject an invitation. |
/claim cancelinv <player> | Cancel an invitation you sent. |
/claims | Open the GUI listing all server claims. |
/unclaim [<claim-name|*>] | Delete a claim, or all of them with *. |
Admin Commands
Plugin management
| Command | Description |
|---|---|
/scs reload | Reload the plugin. |
/scs config-reload | Reload only the config file. |
/scs admin | Open the admin menu to manage claims. |
/scs transfer | Transfer the local database to a distant database. |
/scs setexpulsionlocation | Set the expulsion location. |
/scs import-griefprevention | Import claims from GriefPrevention. |
/scs reset-all-player-claims-setting | Reset every player claim's settings to the defaults. |
/scs reset-all-admin-claims-setting | Reset every protected area's settings to the defaults. |
Player management
| Command | Description |
|---|---|
/scs player main <player> <claim-name> | Open the main GUI of a player's claim. |
/scs player list <player> | Open a player's claims list GUI. |
/scs player tp <player> <claim-name> | Teleport to a player's claim. |
/scs player unclaim <player> <claim-name> | Unclaim a player's claim. |
/scs forceunclaim | Force-unclaim the claim you're standing in. |
/scs setowner <player> | Change the owner of the claim you're standing in. |
/scs setowner <player> <*|claim-name> <player> | Change the owner of a player's claims. |
Limit commands
The /scs cplayer and /scs group trees expose every group/player limit at runtime:
/scs <cplayer|group> set-limit <target> <max-claims>
/scs <cplayer|group> set-radius <target> <max-radius>
/scs <cplayer|group> set-delay <target> <delay-seconds>
/scs <cplayer|group> set-members <target> <max-members>
/scs <cplayer|group> set-claim-cost <target> <cost>
/scs <cplayer|group> set-claim-cost-multiplier <target> <multiplier>
/scs <cplayer|group> set-chunk-cost <target> <cost>
/scs <cplayer|group> set-chunk-cost-multiplier <target> <multiplier>
/scs <cplayer|group> set-max-chunks-per-claim <target> <max>
/scs <cplayer|group> set-claim-distance <target> <distance>
/scs <cplayer|group> set-max-chunks-total <target> <max-total>
Player-only incremental variants:
/scs cplayer add-limit <player> <amount>
/scs cplayer add-radius <player> <amount>
/scs cplayer add-members <player> <amount>
/scs cplayer add-chunks-per-claim <player> <amount>
/scs cplayer add-chunks-total <player> <amount>