Create a new guild create group
The guild creation group allows players with different permissions
to create guilds at different costs
based on their permissions
Example
Create a group ๅฐไธ
Creating a guild in this group requires
10000 game coins
and there is an 80% chance of creationfailure
This group is the first to detect
settings
create:
max-length: 6
cooldown: 240
default:
requirements:
- 'vault;5000'
- 'playerpoints;100'
groups:
ๆฎ้ไผๅ็ป:
#Weight. The smaller the value, the first to be detected and cannot be repeated
weight: 3
permission: 'legendaryguild.vip'
requirements:
- 'vault;4000'
- 'playerpoints;80'
้ซ็บงไผๅ็ป:
weight: 2
permission: 'legendaryguild.svip'
requirements:
- 'vault;3000'
- 'playerpoints;50'
่ถ
็บงไผๅ็ป:
weight: 1
permission: 'legendaryguild.mvp'
requirements:
- 'vault;2000'
- 'playerpoints;20'
ๅฐไธ:
weight: 0
permission: 'legendaryguild.joker'
requirements:
# Spending 10000 Vault game coins
- 'vault;10000'
# A probability of 20% passing
- 'chance;0.2'
Last updated