Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jamesrwaugh/terrariadeathcounter
- Owner: jamesrwaugh
- Created: 2018-06-23T20:42:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-30T00:43:45.000Z (over 6 years ago)
- Last Synced: 2023-10-22T05:47:21.817Z (about 1 year ago)
- Topics: terraria, terraria-server, tshock, tshock-plugin
- Language: C#
- Size: 239 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.