> For the complete documentation index, see [llms.txt](https://khramcovs-organization.gitbook.io/jclans/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://khramcovs-organization.gitbook.io/jclans/basics/editor.md).

# Creation of clans

Using the /clan create command, you create a clan with certain settings that depend on the clan level. Below are the features that will be determined depending on the level of your clan:

*There are 10 of these levels in total; in the example only 1 level is presented.*

{% code title="config.yml" %}

```
levelSettings:
  1:
    maxSize: 5
    cofferSize: 10000
    homeSize: 1
    chestSize: 9
    shop: false
```

{% endcode %}

To create a clan, the player must have a sufficient amount of money on his balance

{% hint style="info" %}
After this, he is automatically given the right to create a clan
{% endhint %}
