🎖️ Player Badges
We have designed Badges to reward the most ambitious players with a satisfying award.
Progress and unlocked badges can be viewed in the Badges menu.
The total amount of badge levels is displayed below player's name, along with a star icon, for example: 17 ⭐
➕ How to add new badges?
You can easily add new badges by editing the Badges config file:
unlimited_adventures/Badges/badges.yml
:
your_badge:
'1':
requirement: statistic_mine_block:STONE
value: 100
'2':
requirement: statistic_mine_block:STONE
value: 500
'3':
requirement: statistic_mine_block:GRAVEL
value: 100
'4':
requirement: statistic_mine_block:SAND
value: 150
Add rewards in the rewards config - unlimited_adventures/Badges/rewards.yml
:
your_badge:
'1':
'1': command eco give PLAYER_NAME 100
'2':
'1': command eco give PLAYER_NAME 150
'3':
'1': command eco give PLAYER_NAME 200
'4':
'1': command eco give PLAYER_NAME 250
Set the badge messages in unlimited_adventures/Badges/messages.yml
:
your_badge_level_up: "§x&f&f&e&8&1&7&lBadges ▶ §x&3&1&e&d&9&6Your Badge is now: LEVEL Badge!"
your_badge_badge_level: "§x&f&f&e&8&1&7&lBadges ▶ LEVEL Your Badge"