Skip to main content

🎯 Adventure Pass

We take pride in having the best Battle Pass implementation out there. This guide aims to make the usage of this solution as easy as possible.

Where is the config?

You can find the Adventure Pass config file in: 📁unlimited_adventures/AdventurePass

How to start/reset the season?

If you'd like to reset the current season (all players' progress, levels, XP and rewards), you have to execute this command:
/adventurepass newseason

How to level up Adventure Pass?

You can level up your Adventure Pass by leveling up your Guilds reputation. Each guild level = 1 Adventure Pass level.

📦 How to change Adventure Pass rewards?

You can easily add, change or remove rewards from our Adventure Pass system.
In order to do so, you need to find the unlimited_adventures/AdventurePass/rewards.yml config file.

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.

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

4 Placeholders available:

PlaceholderDescription
%adventurepass_rewardavailable%This placeholder returns "true", if the player has available, unclaimed rewards.
%adventurepass_premium%This placeholder returns "true", if the player has the Premium Pass.
%adventurepass_page%This placeholder returns the Adventure Pass Menu page that the player is on (the page that contains his current Adventure Pass level)
%adventurepass_rewardavailable_LEVEL%This placeholder returns "true", if player has an available, unclaimed reward for the specified Adventure Pass level.