# Commands

Available permissions :

* `scs.command.claim`  :  Allow to use the claim command.
* `scs.command.unclaim`  :  Allow to use the unclaim command.
* `scs.command.claim.sell`  :  Allow to sell claim.
* `scs.command.claim.buy`  :  Allow to buy claim.
* `scs.command.claims`  :  Allow to use the claims command.
* `scs.command.claim.radius`  :  Allow to claim with a radius (/claim \[\<radius>]).
* `scs.command.unclaim.all`  :  Allow to unclaim all of our claims.
* `scs.command.claim.tp`  :  Allow to teleport to one of your claims (/claim tp \<claim-name>).
* `scs.command.claim.see`  :  Allow to see the borders of claim you're standing at with particles (/claim see).
* `scs.command.claim.see.others`  :  Allow to see the borders of claims of a player (/claim see ).
* `scs.command.claim.map`  :  Allow to check the claims map (/claim map).
* `scs.command.claim.automap`  :  Allow to check the claims map automatically when you change chunk (/claim automap).
* `scs.command.claim.autoclaim`  :  Allow to claim a chunk automatically when you change chunk (/claim autoclaim).
* `scs.command.claim.autounclaim` : Allow to unclaim a chunk automatically when you change chunk (/claim autounclaim).
* `scs.command.claim.fly`  :  Allow to use claim fly
* `scs.command.claim.autofly`  :  Allow to enable/disable fly automatically when you change chunk (/claim autofly).
* `scs.command.claim.settings`  :  Allow to modify claim settings.
* `scs.command.claim.add`  :  Allow to add a player to your claim.
* `scs.command.claim.remove`  :  Allow to remove a player from your claim.
* `scs.command.claim.ban`  :  Allow to ban a player from your claim.
* `scs.command.claim.unban`  :  Allow to unban a player from your claim.
* `scs.command.claim.bans`  :  Allow to see the banned players of a claim.
* `scs.command.claim.kick`  :  Allow to kick a player from a claim.
* `scs.command.claim.list`  :  Allow to see your claims list.
* `scs.command.claim.setspawn`  :  Allow to set the spawn of your claim.
* `scs.command.claim.setname`  :  Allow to set the name of your claim.
* `scs.command.claim.members`  :  Allow to see the members of your claims.
* `scs.command.claim.chunks`  :  Allow to see chunks of your claim.
* `scs.command.claim.addchunk`  :  Allow to add chunk to your claim.
* `scs.command.claim.delchunk`  :  Allow to remove a chunk from your claim.
* `scs.command.claim.autoaddchunk` : Allow to add a chunk automatically when you change chunk (/claim autoaddchunk).
* `scs.command.claim.autodelchunk` : Allow to remove a chunk automatically when you change chunk (/claim autodelchunk).
* `scs.command.claim.merge`  :  Allow to merge two claims into one.
* `scs.command.claim.setdesc`  :  Allow to set the description of your claim.
* `scs.command.claim.chat`  :  Allow to change your chat mode.
* `scs.command.claim.owner`  :  Allow to transfer ownership of your claims.
* `scs.command.claim.accept` : Allow to accept invitations.
* `scs.command.claim.deny` : Allow to deny invitations.
* `scs.command.claim.cancelinv` : Allow to cancel invitations.
* `scs.bypass`  :  Bypass protections.
* `scs.bypass.ban`  :  Bypass bans.
* `scs.bypass.enter`  :  Bypass enter setting.
* `scs.bypass.guiteleport`  :  Bypass guiteleport setting.
* `scs.admin`  :  Bypass every commands, permissions and settings.


---

# Agent Instructions: 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/permissions/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.
