Skip to content
RedPolygon edited this page Jan 3, 2024 · 10 revisions

Welcome to the WebStats wiki! You can find everything in the sidebar.

Note: WebStats does not gather any stats by itself, you need to install some datapack that adds scoreboard objectives or a plugin that adds PlaceholderAPI placeholders. Without any of these statistic sources set up, the webpage will be empty.

Demo

I have made a simple demo page with dummy data for you to try out: demo

Features

  • Multiple sources: WebStats can combine statistics from these sources:

    • Scoreboard objectives
    • Placeholders (requires PlaceholderAPI)
    • MySQL database: with a customisable configuration, you can gather statistics from any plugin
  • Discord integration: You can add WebStats as a webhook to your Discord server

  • SkinsRestorer integration: When present, WebStats will display player heads from SkinsRestorer (also for offline-mode and bedrock players)

  • Player head display: The plugin uses the service provided by mc-heads.net to automatically display player heads next to the names.

  • Objective sorting: Click on the column headers to sort on that objective. Clicking again reverses the sort.

  • Automatic data updates: By default, WebStats refreshes the data every 10 seconds, though this is configurable and can also be disabled.

  • Online / AFK status: When EssentialsX is present, WebStats uses it to mark AFK players. Otherwise, you will still be able to see who is online.

  • Objective filtering: In the config file, you can filter which scoreboard objectives should be visible on the webpage. By default, the filter only contains '*', which means all objectives.

  • Custom column order: By default, columns are displayed in alphabetical order. You can set your own order and select which columns should be shown.

  • Online player filter: You can filter to only display online players for if you have many players

  • Statistics export: Save the statistics in a .csv file so you can make nice graphs.

  • Column units: Enter the unit in which the values of a column are stored and they will automatically be converted to the most convenient units.

Clone this wiki locally