mirror of
https://github.com/kadeshar/mod-player-bot-level-brackets.git
synced 2026-01-13 09:17:19 +00:00
Adding Arena Team exclusion, on by default
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user