-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
# WoW-Death_Counter | ||
WoW Addon to track how many times your character has died, and how long since you last died. Mainly a starter project so I can learn Addon Development. | ||
# Death Counter | ||
|
||
A WoW Addon to track how many times your character has died, and tell you how long it's been since your last death. | ||
|
||
|
||
## Commands | ||
|
||
For any of the commands you can use ''/dcr'' as a shortcut for ''/deathcounter'' | ||
|
||
''/deathcounter'' -- Tell you how many times you have died, and how long you've been alive for. | ||
''/deathcounter help'' -- Show a help message with this list of commands. | ||
''/deathcounter reset confirm'' -- Erase the stats and start fresh. (For debug testing only) | ||
|
||
|
||
## Authors | ||
|
||
- [@JonZenor](https://www.github.com/JonZenor) | ||
|