11# Advanced Team Balance Plugin Configuration
2+ # Version v5.2.0 - Beta Release
23
34# ======================================
45# General Plugin Settings
@@ -53,7 +54,7 @@ BalanceMode = "KDA"
5354
5455# How large a skill difference must be to trigger balancing (0.0 to 1.0, where 0.2 = 20%)
5556# Lower values = more frequent balancing
56- SkillDifferenceThreshold = 0.2
57+ SkillDifferenceThreshold = 0.3
5758
5859# Whether to reset player statistics after a scramble
5960ResetStatsAfterScramble = true
@@ -70,10 +71,26 @@ BoostAfterLoseStreak = 5
7071# Higher values give the losing team higher skilled players when balancing
7172BoostPercentage = 30
7273
74+ # Enable progressive boost system where boost increases with longer losing streaks
75+ ProgressiveBoost = false
76+
77+ # Progressive boost tiers: rounds lost = boost percentage
78+ # Example below: 3 rounds = 10% boost, 5 rounds = 20% boost, 7 rounds = 30% boost
79+ [Balancing .BoostTiers ]
80+ 3 = 10
81+ 5 = 20
82+ 7 = 30
83+
7384# If true, balancing logic will only consider team sizes and skip all other algorithms (KD, KDA, Score, etc.).
7485# MaxTeamSizeDifference will still be respected.
7586OnlyBalanceByTeamSize = false
7687
88+ # Enable balance history logging to file (logs/balance_history_YYYY-MM-DD.log)
89+ EnableBalanceHistory = false
90+
91+ # Show boost notification when actually applied (not just when triggered)
92+ ShowBoostOnApplication = true
93+
7794# ======================================
7895# Chat Message Settings
7996# ======================================
0 commit comments