https://github.com/breakbb/extendedcharacterstats
Extended Character Stats: A WoW Classic addon
https://github.com/breakbb/extendedcharacterstats
character-stats world-of-warcraft wow wow-addon wow-classic
Last synced: 4 months ago
JSON representation
Extended Character Stats: A WoW Classic addon
- Host: GitHub
- URL: https://github.com/breakbb/extendedcharacterstats
- Owner: BreakBB
- License: mit
- Created: 2020-01-10T00:22:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-23T15:07:20.000Z (5 months ago)
- Last Synced: 2026-01-24T06:29:47.338Z (5 months ago)
- Topics: character-stats, world-of-warcraft, wow, wow-addon, wow-classic
- Language: Lua
- Homepage:
- Size: 797 KB
- Stars: 9
- Watchers: 1
- Forks: 20
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.py
Awesome Lists containing this project
README
# Extended Character Stats
 [](http://makeapullrequest.com)
[](https://github.com/BreakBB/ExtendedCharacterStats/releases/)
[](https://github.com/BreakBB/ExtendedCharacterStats/releases/latest)
[](https://github.com/BreakBB/ExtendedCharacterStats/releases/latest)
[](https://github.com/BreakBB/ExtendedCharacterStats/commits/master)
#### A simple addon to list all the available stats not displayed in the character info pane by default
### [Download on CurseForge](https://www.curseforge.com/wow/addons/extended-character-stats/files)
### [Download on GitHub](https://github.com/BreakBB/ExtendedCharacterStats/releases/latest)

## Issues / Bug reports
**Please file any reports of issues and/or bugs to the [GitHub Repository](https://github.com/BreakBB/ExtendedCharacterStats/issues/new/choose)!**
## Development
### Installing lua
1. Install [Lua](https://www.lua.org/download.html) (5.1, since the WoW client uses Lua 5.1)
- For macOS that is `brew install lua@5.1`
2. Install [luarocks](https://luarocks.org/)
- For macOS that is `brew install luarocks`
3. Configure `luarocks` to use the correct Lua version (by default luarocks uses the latest installed Lua version)
- `luarocks config lua_version 5.1`
4. Install [busted](https://github.com/lunarmodules/busted)
- `luarocks install busted`
5. Install [luacheck](https://github.com/lunarmodules/luacheck/)
- `luarocks install luacheck`
### luacheck
This project uses `luacheck` for linting. To run the linter, execute the following command:
```sh
luacheck -q .
```
### Unit Tests
This project uses `busted` for unit testing. To run the tests, execute the following command:
```sh
busted -p ".test.lua" .
```
## Donation
If you like this addon and want to support the development of it, you can do so here:
