> For the complete documentation index, see [llms.txt](https://gyzer.gitbook.io/legendaryguild-english/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gyzer.gitbook.io/legendaryguild-english/configuration/custom-position.md).

# Custom Position

Custom positions, maximum number of employees for each position, display names for positions

{% hint style="info" %}

```
#When a player joins a guild's default positionID
default: 普通成员
#The position of guild president ID （Suggest not to make changes）
owner: 会长
#Position List（Add Down by Format）
positions:
  会长:
    #Position weights are used for sorting guild positions in the member list interface
    weight: 0
    display: '&6会长'
  普通成员:
    weight: 3
    display: '&f普通成员'
  精英成员:
    weight: 2
    display: '&a精英成员'
    #How many people can be appointed to this position at most
    max: 5
  长老:
    weight: 1
    display: '&e长老'
    max: 2
```

{% endhint %}
