- 1.21.7
- 1.21.6
- Refactoring
- Major Refactoring
- Configurations file rename + restructure
- Version Expansion
Config File
There is now a item_logger.config
that generates and is read for default values.
At the moment, the only config value is "DefaultMode", which can be set to "off" or "log" (upon start-up).
Mode-commands remain unaffected.
Also, /itemlogger reload
has been introduced to allow for changing configurations without restarting the game.
Logging Modes
On startup, logging is disabled.
Type /itemlogger mode log
to log to latest.log
;
use /itemlogger mode off
to disable all logging.
Markdown Update
- Refactored Code to be Cleaner
- Reformatted Output to be easily readable in Modrinth LiveLog
- Corrected Markdown Output
- [BUG_FIX] Fixed logger including inventory slots
- [FEATURE] Stream-lined output format
First release version. May have some bugs.