Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jamesrwaugh/terrariadeathcounter

TearraiaServer-API plugin that records and prints information about player deaths
https://github.com/jamesrwaugh/terrariadeathcounter

terraria terraria-server tshock tshock-plugin

Last synced: about 1 month ago
JSON representation

TearraiaServer-API plugin that records and prints information about player deaths

Awesome Lists containing this project

README

        

## Terraria Failure Counting
Records counts of death from each source for each player, and reports a tally upon failing again.

Inspired by a certain player on our server that dies way too often.

## Usage
Build the solution and copy the assembly to your TShock ServerPlugins folder.
The default storage method is via a Json file in the ServerPlugins folder. If needed, `IDeathRepository` can be further implemented to provide any storage method.