Adding new conf to limit if Guild Bots with real players should be balanced or not, Readme cleanup

This commit is contained in:
Dustin Hendrickson
2025-03-01 11:15:17 -08:00
parent ad13013ea1
commit 958d848d55
3 changed files with 92 additions and 47 deletions

View File

@@ -32,6 +32,12 @@ BotLevelBrackets.CheckFrequency = 300
# Default: 15
BotLevelBrackets.CheckFlaggedFrequency = 15
# BotLevelBrackets.IgnoreGuildBotsWithRealPlayers
# Description: When enabled, bots that are in a guild with at least one real (non-bot) player online are excluded from bot bracket calculations and will not be level changed or flagged.
# Default: 1 (enabled)
# Valid values: 0 (disabled) / 1 (enabled)
BotLevelBrackets.IgnoreGuildBotsWithRealPlayers = 1
# BotLevelBrackets.UseDynamicDistribution
# Description: Enables dynamic recalculation of bot distribution percentages based on the number of non-bot players present in each level bracket.
# Default: 0 (disabled)