ConsoleMod
Extensible in-game command console with history, autocomplete, safe input blocking, built-in diagnostics, and a public API for future mods.
CHANGELOG
Changelog
1.0.0
- Initial release.
- Added BackQuote console toggle and Escape close behavior.
- Added command history, quoted arguments, and Tab completion.
- Added safe player-input blocking and restoration.
- Added built-in
help,clear,plugins,scene,echo, andconsolecommands. - Added a thread-safe public API for future mods.