Starting simplification
This commit is contained in:
@@ -3,21 +3,19 @@ first:
|
||||
from: 'D'
|
||||
# the rank to change it to
|
||||
to: 'A'
|
||||
next: 'P1example'
|
||||
next: 'P1'
|
||||
# see rankups.yml for more information on requirements, operations, commands and messages
|
||||
requirements:
|
||||
money: 10000
|
||||
# optional, defaults to all
|
||||
operation: all
|
||||
- 'money 10000'
|
||||
P1example:
|
||||
from: 'D'
|
||||
to: 'A'
|
||||
# the rank added to indicate this prestige
|
||||
rank: 'P1'
|
||||
next: 'P2example'
|
||||
next: 'P2'
|
||||
requirements:
|
||||
money: 20000
|
||||
xp-level: 5
|
||||
- 'money 20000'
|
||||
- 'xp-level 5'
|
||||
P2example:
|
||||
from: 'D'
|
||||
to: 'A'
|
||||
|
||||
Reference in New Issue
Block a user