diff options
author | Keuin <[email protected]> | 2021-01-01 21:35:29 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2021-01-01 21:35:29 +0800 |
commit | b3cfee2690885ac34a40ead72ba37fd5f9e0f64c (patch) | |
tree | 3ef378abab7f40c62fbc6b6630806c6f6ef7cc2e /README.md | |
parent | a1e7b4054aefb1c96389057fde69dce898234b18 (diff) |
Update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,9 +1,12 @@ -# Fabric Example Mod +# Blame -## Setup +When you find something has been messed up in the Minecraft server you're managing, then who to blame? -For setup instructions please see the [fabric wiki page](https://fabricmc.net/wiki/tutorial:setup) that relates to the IDE that you are using. +*Blame* records players' interactions with blocks and entities, thus enabling you to find out the unruly player. -## License +## Usage -This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects. +- Install MongoDB +- Configure your database in `blame.json` sitting with the server `.jar` file +- Start your server +- Use command `/blame` to look up the history
\ No newline at end of file |