A simple addon to list all the available stats not displayed in the character info pane by default
Download on CurseForge
Download on GitHub
Issues / Bug reports
Please file any reports of issues and/or bugs to the GitHub Repository!
Development
Installing lua
- Install Lua (5.1, since the WoW client uses Lua 5.1)
- For macOS that is
brew install lua@5.1
- For macOS that is
- Install luarocks
- For macOS that is
brew install luarocks
- For macOS that is
- Configure
luarocksto use the correct Lua version (by default luarocks uses the latest installed Lua version)luarocks config lua_version 5.1
- Install busted
luarocks install busted
- Install luacheck
luarocks install luacheck
luacheck
This project uses luacheck for linting. To run the linter, execute the following command:
Unit Tests
This project uses busted for unit testing. To run the tests, execute the following command:
Donation
If you like this addon and want to support the development of it, you can do so here:

