Attention: plugin in beta report any bug or tell me what to add! ;D
BattlePass is a complete plugin for Minecraft servers that adds a seasonal progression system similar to modern battle royale games.
Main Features:
- Level System: 54 levels to unlock by earning XP
- Dual-Track Rewards: Free rewards for all players + exclusive premium rewards
- Daily Missions: 5 random missions that reset every day (kills, mining, PvP, etc.)
- Limited Seasons: Each season lasts 30 days with automatic reset
- Global Leaderboard: Top 10 players with highest levels achieved
- Intuitive GUI: Complete graphical interface with page navigation
- SQLite Database: Secure saving of all progress
- Smart Notifications: Automatic alerts for new available rewards
Permissions:
- battlepass.admin - Access to administrative commands
Code (YAML):
rewards:
free:
level-1:
material
: IRON_INGOT
amount
: 16
level-2:
material
: GOLD_INGOT
amount
: 8
level-3:
material
: COAL
amount
: 32
level-4:
material
: REDSTONE
amount
: 16
level-5
:
# Example of multiple rewards in one level
items:
item1:
material
: LAPIS_LAZULI
amount
: 16
item2:
material
: EXPERIENCE_BOTTLE
amount
: 8
money:
command
:
"eco give <player> 1000"
display
:
"$1000"
Perfect for keeping players active with daily objectives and exclusive rewards!