Code (YAML):
# Battle Pass Configuration
# Season duration in days
season:
duration
: 30
# Whether to reset battle coins when season ends
reset-coins-on-season-end
: true
# Experience configuration
# xp-per-level: Fixed XP required to advance to next level
# Total XP needed for level 54 = xp-per-level × 53
# Examples:
# - 100 XP per level = 5,300 total XP (very easy)
# - 400 XP per level = 21,200 total XP (easy)
# - 1000 XP per level = 53,000 total XP (balanced for 30 days)
# - 2000 XP per level = 106,000 total XP (hard)
experience:
xp-per-level
: 200
# Daily reward configuration
daily-reward:
xp
: 200
# Battle Coins distribution configuration
# Coins distributed to top 10 players every 24 hours
# Format: position = coins amount
battle-coins:
distribution:
1
: 10
2
: 9
3
: 8
4
: 7
5
: 6
6
: 5
7
: 4
8
: 3
9
: 2
10
: 1
# Shop configuration
shop:
enabled
: true