This repository was archived by the owner on Apr 15, 2026. It is now read-only.
MultiAdmin 3.2.2
Config Changes
- Added double and decimal configs
- Made memory checking use longs for byte data and use decimals for megabyte data to have lossless megabyte to byte conversion
- All memory related configs now use a
decimalvalue
- All memory related configs now use a
- Added safe shutdown check delay and timeout configs
safe_shutdown_check_delay, the time in milliseconds between checks for if a server is still runningsafe_shutdown_timeout, the time in milliseconds before MultiAdmin gives up safely shutting down a server and just closes
- Added
StringMatchesto default debug blacklist - Added config
restart_every_num_rounds_counting - Added config for max read attempt count
output_read_attempts
Misc Changes
- Optimized the new input system
- Added unit testing
- Changed
StringMatchesto use proper debug logging - Changed attempt delay, increasing it slightly to hopefully account for slower read/write speeds
- Added new version number for tester builds (ex. why it's
3.2.2.2rather than3.2.2), this should help make testing easier
Bug Fixes
- Fixed
InheritableConfigRegisterbeing used instead ofConfigRegister - Fixed the Mono version checker incorrectly reporting versions as out of date
- Fixed file name matching not matching the first part of a pattern correctly, or not matching if the pattern is too short
- Fixed potential integer overflow with round end counting