diff options
author | Keuin <[email protected]> | 2021-09-07 17:09:47 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2021-09-07 17:09:47 +0800 |
commit | 6d62d680e0cff107cfdf2b47d2ae225f1171b2c4 (patch) | |
tree | 9b928ed2ceb97985e1c15b172dd80865a3efa478 /README.md | |
parent | 310df3b3244eb64af8270d10bcca8e67872a8ccf (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -1,10 +1,17 @@ # Blame -When you find something has been messed up in the Minecraft server you're managing, then who to blame? +The name is inspired by `git blame`. -*Blame* records players' interactions with blocks and entities, thus enabling you to find out the unruly player. +Show logs of player interactions with blocks and entities. -## Usage +# Logged player actions + +- Place/Break/Right Click blocks +- Attack/Right Click entities +- Frost Walker modifications on blocks +- End Portal usages + +# Usage - Install MongoDB - Configure your database in `blame.json` sitting with the server `.jar` file |