Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JannesStroehlein authored Jan 7, 2023
1 parent 4b9aeb7 commit 9d08275
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# MinecraftLogAnalyzer
# MinecraftLogAnalyzer

A command line utility that extracts playerdata from log messages. All data will be saved in json files.

## Current Features
- Playtime
- ChatMessages
- Advancements
- Kills/Deaths
- Commands

## Usage
1. Download the latest release and extract the files.
2. Open a terminal window in the directory with the program files
3. Run `MinecraftLogAnalyzer.exe <Server Log Directory>`
4. The data will be saved in `<Server Log Directory>\export`

## Commandline Arguments
- `-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

0 comments on commit 9d08275

Please sign in to comment.