diff options
author | Keuin <[email protected]> | 2021-01-01 21:37:16 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2021-01-01 21:37:16 +0800 |
commit | 6d869d86077f4c8371fb52bb833333f1ca9a6f95 (patch) | |
tree | 289ad21ebc3cb3bcae11b92d1482a0c77b16e883 | |
parent | 6c483b454805c17581cdb6105d0885daf4661795 (diff) |
Update README
-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 |