Advanced-AutoTeamBalance - 2.2.0
New Features & Enhancements
Feat: Scramble Mode:
Introduced a configurable scramble_mode setting that allows to automatically scramble teams based on the following conditions:
- "none": No scrambling will occur.
- "round": Scrambles teams after a specified number of rounds (configured by round_scramble_interval).
- "winstreak": Scrambles teams if one team wins a consecutive number of rounds (configured by winstreak_scramble_threshold).
- "halftime": Scrambles teams at halftime if enabled by halftime_scramble_enabled
Added new configuration options:
# Enable or disable debug messages.
# If set to true, the plugin will print debug messages to the console.
# Default: true
enable_debug_messages = true
# Enable or disable chat messages.
# If set to true, the plugin will print messages to the chat.
# Default: true
enable_chat_messages = true
Ensure that your configuration file is updated with the new settings if you’re upgrading from an older version.
Full Changelog: v.2.1.1-stable...v.2.2.0-stable