> For the complete documentation index, see [llms.txt](https://xyness.gitbook.io/simpleclaimsystem/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xyness.gitbook.io/simpleclaimsystem/permissions/how-to-set-up.md).

# How to set up

You can find all the permissions here :&#x20;

* [Commands](/simpleclaimsystem/permissions/commands.md)
* [Claims](/simpleclaimsystem/permissions/claims.md)
* [Settings](/simpleclaimsystem/permissions/settings.md)

## With LuckPerms plugin ([download here](https://luckperms.net/))

1. Make sure you are operator on your server (/op \<yourname>).
2. Use `/lp editor` to open the web editor of LuckPerms.

<figure><img src="/files/uKfDDPrQIMpxzzCoKELX" alt=""><figcaption></figcaption></figure>

3. Click on the link the plugin sent you.

<figure><img src="/files/QcQf9ux5j2MnfGIGCPbr" alt=""><figcaption></figcaption></figure>

4. Click on `Yes` to open the web editor.

<figure><img src="/files/AwWJvLNo6gq6xtogj2sD" alt=""><figcaption></figcaption></figure>

5. Click on `Groups` on the left menu to open groups settings.

<figure><img src="/files/UIV5RH5Rm3ducPn0zIFk" alt=""><figcaption></figcaption></figure>

6. Click on the group you want to add the permissions (if you don't use a permission plugin for other things, select default group).

<figure><img src="/files/pGfkaIlT07XaYWvhvlTD" alt=""><figcaption></figcaption></figure>

7. Click on the search bar at the bottom of the page.

<figure><img src="/files/W8LDHWBKLXMLeMp5kUa6" alt=""><figcaption></figcaption></figure>

8. Add the permissions you want to add, for example `scs.command.claim`.

<figure><img src="/files/puQhuwBqrZCqEfnYAtTH" alt=""><figcaption></figcaption></figure>

9. Press enter to select the permission, and click on `Add`. And magic! The permission has been added.

<figure><img src="/files/ih0SQhIevka9UrVLyIxf" alt=""><figcaption></figcaption></figure>

10. Last step : apply changes, just click on `Save` on the green top right button. If you have a message that tells you to run a command, do it.

<figure><img src="/files/aUT6Jz7GF1NU6AzZIVfJ" alt=""><figcaption></figcaption></figure>

11. You had the permission.

<figure><img src="/files/umWSx4kuij3xyPxfRKGk" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://xyness.gitbook.io/simpleclaimsystem/permissions/how-to-set-up.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
