🧙Custom Position

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

#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

Last updated