# Admin commands

## Commands for protected areas

* `/parea [<radius>]`  :  Claim a protected area (admin claim), with an option to set the radius.
* `/parea setdesc <claim-name> <new-description>`  :  Change the description of a protected area.
* `/parea setname <old-claim-name> <new-claim-name>`  :  Change the name of a protected area.
* `/parea settings [<claim-name>]`  :  Open the settings gui of a protected area.
* `/parea members [<claim-name>]` :  Open the members gui of a protected area.
* `/parea ban <*|claim-name> <player>`  :  Ban a player from a protected area, use '\*' for all protected areas, else the name of a protected area.
* `/parea unban <*|claim-name> <player>`  :  Unban a player from a protected area, use '\*' for all protected areas, else the name of a protected area.
* `/parea kick <*|claim-name> <player>`  :  Kick physically a player from a protected area, use '\*' for all protected areas, else the name of a protected area.
* `/parea bans [<*|claim-name>]`  :  Check the bans of a protected area. Use the claim name, if not it takes the claim you're standing at.
* `/parea add <*|claim-name> <player>`  :  Add a player to a protected area, use '\*' for all protected areas, else the name of a protected area.
* `/parea remove <*|claim-name> <player>`  :  Remove a player from a protected area, use '\*' for all protected areas, else the name of a protected area.
* `/parea tp <claim-name>`  :  Teleport to a protected area.
* `/parea list`  :  Open the gui with all the protected areas
* `/parea chunks [<claim-name>]`  :  Open the chunks gui of a protected area.
* `/parea main <claim-name>`  :  Open the main gui of a protected area.
* `/parea merge <claim-name> <claim-name>`  :  Merge protected areas into one.
* `/parea addchunk <claim-name>`  :  Add the chunk you're standing at to a protected area.
* `/parea delchunk <claim-name> <chunk>`  :  Remove a chunk from a protected area. Use this format: 'world;x;z'.
* `/parea unclaim <claim-name|*>`  :  Unclaim a protected area or all with '\*'.

## Commands for players

* `/scs player main <player> <claim-name>`  :  Open the main gui of a player's claim.
* `/scs player list <player>`  :  Open the claims list gui of a player.
* `/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 at.
* `/scs setowner <player>`  :  Change the owner of the claim you're standing at.
* `/scs setowner <player> <*|claim-name> <player>`  :  Change the owner of all the claims / a claim of a player.

## Commands for settings

* `/scs reload`  :  Reload the plugin.
* `/scs config-reload`  :  Reload only the config file.
* `/scs admin`  :  Open the admin menu to manage claims, protected areas, plugin settings..
* `/scs transfer`  :  Transfer local database to a distant database.
* `/scs setexpulsionlocation` : Set the expulsion location.
* `/scs import-griefprevention`  :  Import your claims from GriefPrevention.
* `/scs reset-all-player-claims-setting`  :  Reset all the player's claims settings to default values.
* `/scs reset-all-admin-claims-setting`  :  Reset all the protected areas settings to default values.
* `/scs <cplayer|group> set-limit <target-player|target-group> <max-claims-number>`  :  Set the maximum count of claims for a player/group.
* `/scs <cplayer|group> set-radius <target-player|target-group> <max-claim-radius-number>`  :  Set the maximum radius for claim for a player/group.
* `/scs <cplayer|group> set-delay <target-player|target-group> <delay-in-seconds>`  :  Set the teleportation delay for a player/group.
* `/scs <cplayer|group> set-members <target-player|target-group> <max-members>`  :  Set the max members per claim for a player/group.
* `/scs <cplayer|group> set-claim-cost <target-player|target-group> <cost>`  :  Set the claim cost per claim for a player/group.
* `/scs <cplayer|group> set-claim-cost-multiplier <target-player|target-group> <multiplier>`  :  Set the multiplier for the claim cost for a player/group.
* `/scs <cplayer|group> set-chunk-cost <target-player|target-group> <cost>`  :  Set the chunk cost per claim for a player/group.
* `/scs <cplayer|group> set-chunk-cost-multiplier <target-player|target-group> <multiplier>`  :  Set the multiplier for the chunk cost for a player/group.
* `/scs <cplayer|group> set-max-chunks-per-claim <target-player|target-group> <max-chunks>`  :  Set the maximum chunks count per claim for a player/group.
* `/scs <cplayer|group> set-claim-distance <target-player|target-group> <claim-distance>`  :  Set the claim distance for a player/group.
* `/scs <cplayer|group> set-max-chunks-total <target-player|target-group> <max-chunks-total>`  :  Set the maximum total chunks count for a player/group.
* `/scs cplayer add-limit <player> <amount>`  :  Increase the claims limit for a player.
* `/scs cplayer add-radius <player> <amount>`  :  Increase the claims radius limit for a player.
* `/scs cplayer add-members <player> <amount>`  :  Increase the max members per claim for a player.
* `/scs cplayer add-chunks-per-claim <player> <amount>`  :  Increase the max chunks per claim for a player.
* `/scs cplayer add-chunks-total <player> <amount>`  :  Increase the max chunks total for a player.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://xyness.gitbook.io/simpleclaimsystem/commands/admin-commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
