mirror of
https://github.com/kadeshar/mod-player-bot-level-brackets.git
synced 2026-02-07 21:01:55 +00:00
Merge branch 'DustinHendrickson:main' into IgnoreFriends
This commit is contained in:
@@ -4,11 +4,23 @@
|
||||
# mod-player-bot-level-brackets configuration
|
||||
##############################################
|
||||
#
|
||||
# BotLevelBrackets.DebugMode
|
||||
# Description: Enables debug logging for the Bot Level Brackets module.
|
||||
# BotLevelBrackets.Enabled
|
||||
# Description: Enables the module.
|
||||
# Default: 1 (enabled)
|
||||
# Valid values: 0 (off) / 1 (on)
|
||||
BotLevelBrackets.Enabled = 1
|
||||
|
||||
# BotLevelBrackets.FullDebugMode
|
||||
# Description: Enables full debug logging for the Bot Level Brackets module.
|
||||
# Default: 0 (disabled)
|
||||
# Valid values: 0 (off) / 1 (on)
|
||||
BotLevelBrackets.DebugMode = 0
|
||||
BotLevelBrackets.FullDebugMode = 0
|
||||
|
||||
# BotLevelBrackets.LiteDebugMode
|
||||
# Description: Enables lite debug logging for the Bot Level Brackets module.
|
||||
# Default: 0 (disabled)
|
||||
# Valid values: 0 (off) / 1 (on)
|
||||
BotLevelBrackets.LiteDebugMode = 0
|
||||
|
||||
# BotLevelBrackets.CheckFrequency
|
||||
# Description: The frequency (in seconds) at which the bot level distribution check is performed.
|
||||
@@ -20,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)
|
||||
|
||||
Reference in New Issue
Block a user