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.

config.yml
levelSettings:
  1:
    maxSize: 5
    cofferSize: 10000
    homeSize: 1
    chestSize: 9
    shop: false

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

After this, he is automatically given the right to create a clan

Last updated