A command line utility that extracts playerdata from log messages. All data will be saved in json files.
- Playtime
- ChatMessages
- Advancements
- Kills/Deaths
- Commands
- Download the latest release and extract the files.
- Open a terminal window in the directory with the program files
- Run
MinecraftLogAnalyzer.exe <Server Log Directory> - The data will be saved in
<Server Log Directory>\export
-n: NoExport the data will not be saved but you can still view it in console window--exportDir <ExportDir>: Lets you specify a directory where the data will be saved--help: Shows helpfull information about the program