-
Notifications
You must be signed in to change notification settings - Fork 12
FAQ
TODO: add more possible issues / questions
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.
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.
For instructions on how to use HTTPS with WebStats, see the HTTPS page.
