Files
Rankup3/src/main/resources/prestiges.yml
T
2018-10-23 21:22:48 +01:00

24 lines
504 B
YAML

first:
# the rank people must be to use this prestige
from: 'D'
# the rank to change it to
to: 'A'
next: 'P1example'
# see rankups.yml for more information on requirements, operations, commands and messages
requirements:
money: 10000
# optional, defaults to all
operation: all
P1example:
from: 'D'
to: 'A'
# the rank added to indicate this prestige
rank: 'P1'
next: 'P2example'
requirements:
money: 20000
xp-level: 5
P2example:
from: 'D'
to: 'A'
rank: 'P2'