Adding Arena Team exclusion, on by default

This commit is contained in:
Dustin Hendrickson
2025-11-16 10:32:58 -06:00
parent d45213c360
commit d3ab2c899f
2 changed files with 57 additions and 0 deletions

View File

@@ -51,6 +51,15 @@ BotLevelBrackets.FlaggedProcessLimit = 5
# Valid values: 0 (disabled) / 1 (enabled)
BotLevelBrackets.IgnoreGuildBotsWithRealPlayers = 1
#
# BotLevelBrackets.IgnoreArenaTeamBots
# Description: When enabled, bots that are members of arena teams are excluded from bot bracket calculations
# and will not be level changed or flagged. This prevents bots in arena teams from being
# changed, which would break team compositions.
# Default: 1 (enabled)
# Valid values: 0 (disabled) / 1 (enabled)
BotLevelBrackets.IgnoreArenaTeamBots = 1
#
# BotLevelBrackets.GuildTrackerUpdateFrequency
# Description: The frequency (in seconds) at which the persistent guild tracker database is updated.