# ══════════════════════════════════════════════════════════════════════════════
# SeasonManager - Main Configuration
# ══════════════════════════════════════════════════════════════════════════════
# ─────────────────────────────────────────────────────────────────────────────
# Season Settings
# ─────────────────────────────────────────────────────────────────────────────
season:
# Current season number available for flexible increments (e.g. 1.0, 1.1)
current-number: 1.0
# Amount to increment season by when advancing (e.g. 1.0, 0.1)
increment: 1.0
# Current state: PRE_SEASON, ACTIVE, or POST_SEASON
state: PRE_SEASON
# Default season duration (e.g., 7d = 7 days, 12h = 12 hours)
duration: 30d
# Automatically end season when timer reaches zero
auto-end: true
# ─────────────────────────────────────────────────────────────────────────────
# BossBar Settings
# ─────────────────────────────────────────────────────────────────────────────
bossbar:
timer:
enabled: true
text: "<gradient:#00FFFF:#00AAAA><bold>⌛ SEASON TIMER</bold></gradient> <gray>»</gray> <gold>%time%</gold> <gray>remaining</gray>"
color: YELLOW
style: PROGRESS
# ─────────────────────────────────────────────────────────────────────────────
# World Settings
# ─────────────────────────────────────────────────────────────────────────────
world:
# Worlds to manage (empty = all worlds)
managed-worlds: []
# Archive folder for world backups (relative to server root)
archive-folder: "season-archives"
# ─────────────────────────────────────────────────────────────────────────────
# Notifications
# ─────────────────────────────────────────────────────────────────────────────
notifications:
warning-times:
- 60 # 1 hour
- 30 # 30 minutes
- 10 # 10 minutes
- 5 # 5 minutes
- 1 # 1 minute
# ─────────────────────────────────────────────────────────────────────────────
# Player Join Settings
# ─────────────────────────────────────────────────────────────────────────────
on-join:
show-title: true
show-bossbars: true
delay-ticks: 20