Skip to main content

๐ŸŽ–๏ธ 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"

โœ๏ธ Editing badgesโ€‹

โš™๏ธ How to change Badge requirements?โ€‹

To change the badge requirements, go to: unlimited_adventures/Badges/badges.yml In there, you can modify various badge categories and their levels. Please notice that badges use placeholders to reliably track player's progress.
You can find a rich list with a lot of placeholders here.
(Please note that some of them require you to install them with /papi ecloud download name)

๐Ÿ“ฆ How to change Badge rewards?โ€‹

You can easily change the badge rewards. To do it, head to: unlimited_adventures/Badges/rewards.yml In there, you can modify the rewards for different badge categories and tiers.

4 Types of rewards available:โ€‹

๐Ÿ’ฐ Gold Rewards:โ€‹

In order to add a gold reward, you have to type in: gold [amount], for example: gold 500

๐Ÿ’Ž Gems Rewards:โ€‹

In order to add a gems reward, you have to type in: gems [amount], for example: gems 500

๐Ÿ”จ Item Rewards: In order to add a gold reward, you have to type in:โ€‹

[amount] of [item], for example: 5 of iron sword.

tip

Enchantments are also supported:
iron sword of sharpness 5 and unbreaking 3

You can even use names!
iron sword named "&6&lPowerful Sword" of sharpness 5 and fire aspect 2 and unbreaking 3

You can make the item unbreakable:
unbreakable iron sword named "&6&lPowerful Sword" of sharpness 5 and fire aspect 2 and unbreaking 3

๐Ÿ’ป Command Rewards:โ€‹

You can use commands as rewards, by doing as following:
command premiumcurrency PLAYER_NAME add 100