From 3bd604bc1d760c334a9caeacab6e2d6b3411af39 Mon Sep 17 00:00:00 2001 From: glisco Date: Thu, 18 Nov 2021 22:31:31 +0100 Subject: [PATCH] there was no readme before crong (cherry picked from commit 873e616e21b0a2bdf00b2484b8024bfaceeed600) --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2195c0e --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# DeathLog + +[![curseforge](https://img.shields.io/badge/-CurseForge-gray?style=for-the-badge&logo=curseforge&labelColor=orange)](https://www.curseforge.com/minecraft/mc-mods/deathlog) +[![modrinth](https://img.shields.io/badge/-modrinth-gray?style=for-the-badge&labelColor=green&labelWidth=15&logo=appveyor&logoColor=white)](https://modrinth.com/mod/deathlog) +[![release](https://img.shields.io/github/v/release/glisco03/deathlog?logo=github&style=for-the-badge)](https://github.com/glisco03/deathlog/releases) +[![discord](https://img.shields.io/discord/825828008644313089?label=wisp%20forest&logo=discord&logoColor=white&style=for-the-badge)](https://discord.gg/xrwHKktV2d) + +## Overview + +DeathLog tracks your deaths in all worlds and servers. It does this completely client-side and records important metadata like coordinates, dimension and even your entire inventory. Since version 0.2.0 onward however, DeathLog can also operate server-side and track all deaths of all players on that server, with native functionality for restoring a death snapshot. DeathLog can be used on both sides without being required on the other, however managing the server's database is significantly easier with a DeathLog-enabled client. + +![log screen](https://i.imgur.com/cWzoapt.png)