v1.0.3.1 of the Godfinger script extension system has released:
This is the release v1.0.3.1 of the godfinger script extension system. 7z_portable.zip included internally for windows users, for portable git install. What's Changed [Fix] bug kicking players e...
github.com
Changelogs:
- Anti-Padawan plugin, offering a range of 4 actions in how to handle padawans, encouraging them to change their names, without being too punishing to new players, which can also be used to monitor player names from being changed to prohibited names, like slurs, by 2cwldys,
- Watchdog support is now fully implemented, allowing the mbiided.x86.exe & mbiided.i386 process to automatically restart if it crashes, by 2cwldys & ViceDice,
- Support for GODFINGER_EVENT_TYPE_ONNAMECHANGE for purposes of name changes in client info, not normally obtained with the default MBII .log file, using ptyinterface wrapping of the MBII dedicated server process, by 2cwldys & ViceDice,
- RCON Clientmute definitions are now fixed by allowing a specified duration to be entered from script configs, by 2cwldys,
- RCON Tempban definitions added to remoteinterface.py and rcon.py, by 2cwldys,
- !maplist "all" chat command improvements to RTV 3.12+ by ACHUTA,
- VPN Monitor fixes by ACHUTA.
Configs:
Below restartOnCrash entry-
Python:
"watchdog": {
"enabled": true,
"restartServer": true,
"serverStartCommand": ""
},
In antipadawanCfg.json-
Python:
"nameChangeAbuse": {
"enabled": true,
"maxChanges": 3,
"timeWindow": 60,
"tempbanRounds": 5
}