/WebStats

Spigot plugin to display the scoreboard, PlaceholderAPI and other plugin statistics on the web

Primary LanguageJavaMIT LicenseMIT

WebStats

WebStats is a spigot plugin that can gather player statistics from multiple sources and display it on a webpage. It can get data from the scoreboard, from any plugin that stores its data in a database, from PlaceholderAPI and player online/AFK status. It can also be used as a Discord webhook.

View demo page here

a screenshot of our server a while ago

Getting started

To use WebStats, you need:

  • A Spigot Minecraft server
  • (optional) A web server (note: the plugin will not work over https, so make sure the webpage isn't served over https either)

See the wiki for installation instructions.

Plugin config file

For information about the config file, head over to the wiki page.

Contributing

If you want to help make WebStats more awesome, you can do so by reporting a bug, suggesting a feature or helping with documentation. Anything is welcome!

If you like to write something yourself, pull requests are also open. Starting from version 1.8, WebStats uses maven and npm to build, so it should be very easy to work on the code yourself.

Note: you need to manually generate the dist for one of the npm dependencies:

cd ./web/src
npm i
cd ./node_modules/@itsjavi/jsx-runtime
npm i
npm run build:tsc
npm run build:micro
npm run build:tsc

Contributors

Thank you to these people for helping out with the plugin by suggesting features and reporting bugs!