How to make a BattlePass
The battlepass configs are the star of the show. This is where you define how much XP is needed per-tier, how many tiers are in the battlepass, and what rewards the player receives.
xBattlepass gives you the freedom to create multiple battlepasses, each with its own Quests, Tasks, Tiers, Rewards and commands. This allows you to create a different battlepass for an event, whilst running simultaneously with your main, seasonal pass.
Default configs
The default configs can be found here
How to add battlepasses
Each battlepass is its own config file, placed in the /battlepasses/
folder, and you can add or remove them as you please. There's an example config called _example.yml
to help you out!
The ID of the Battlepass is the file name. This is what you would use in your category configs and effects. ID's must be lowercase letters, numbers, and underscores only.
Example BattlePass Config
Understanding the Sections
The BattlePass Configuration
The Reward Tiers
Internal Placeholders
%level%
The battlepass tier/level. Useful for XP scaling.
Last updated