FabledSkyBlock/src/main/resources/rewards.yml

21 lines
457 B
YAML
Raw Permalink Normal View History

2020-03-29 15:10:30 +02:00
# FabledSkyblock Island Level Rewards
# Rewards that should run only once.
Once:
2020-03-29 15:10:30 +02:00
# Level
1:
2020-03-29 15:10:30 +02:00
# Vault balance added directly to the owners account
money: 100
# Commands ran by console
commands:
2020-03-29 15:10:30 +02:00
- 'say %player% reached level 1 on his island!'
2:
2020-03-29 15:10:30 +02:00
# Balance added to island bank
island-balance: 1000
# Rewards that repeat every x levels
Repeat:
5:
money: 1000
commands:
- 'say %player% reached level %level%'