Commands

Player Commands

CommandDescription
/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 mapShow the chat map of nearby claims.
/claim automapToggle auto-map on chunk change.
/claim autoclaimToggle automatic chunk claiming.
/claim autounclaimToggle automatic chunk unclaiming.
/claim flyEnable / disable claim fly.
/claim autoflyToggle automatic claim fly.
/claim listOpen the GUI listing your claims.
/claim chatToggle claim chat mode.
/claim setspawnChange 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 buyBuy 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.
/claimsOpen the GUI listing all server claims.
/unclaim [<claim-name|*>]Delete a claim, or all of them with *.

Admin Commands

Plugin management

CommandDescription
/scs reloadReload the plugin.
/scs config-reloadReload only the config file.
/scs adminOpen the admin menu to manage claims.
/scs transferTransfer the local database to a distant database.
/scs setexpulsionlocationSet the expulsion location.
/scs import-griefpreventionImport claims from GriefPrevention.
/scs reset-all-player-claims-settingReset every player claim's settings to the defaults.
/scs reset-all-admin-claims-settingReset every protected area's settings to the defaults.

Player management

CommandDescription
/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 forceunclaimForce-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>