Skip to content
RedPolygon edited this page Sep 4, 2023 · 9 revisions

Questions and things that can go wrong

TODO: add more possible issues / questions

Default config file, webpage only shows Player?

Make sure that the scoreboard objectives are actually being populated. WebStats itself does not gather statistics, it merely collects and displays them.
The default config file will gather all scoreboard objectives, but if you do not have any plugins or datapacks (like VanillaTweaks track (raw) statistics) that fill the scoreboard, the statistics page will also be empty.

Why does my permission placeholder does not appear?

If you use placeholders like %luckperms_check_permission_webstats.*% (any placeholder that contains a .), you need to replace all dots in the placeholder with [dot]. So, this example becomes %luckperms_check_permission_webstats[dot]*%.

The reason for this is that the YAML parser does not handle these keys well. Internally, WebStats will convert these placeholders to dots again so it shows the correct placeholder.

HTTPS?

For instructions on how to use HTTPS with WebStats, see the HTTPS page.

Clone this wiki locally