-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b9aeb7
commit 9d08275
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |