pdinklag / MinecraftStats

A Minecraft player statistics browser for the web - supports 1.13 and later!
https://discord.gg/brH5PGG8By
Other
228 stars 53 forks source link

Output Directory #135

Closed pdinklag closed 3 years ago

pdinklag commented 3 years ago

The output of MinecraftStats (the data directory) is created in the current working directory, not where update.py or the config file is located. This regularly seems to confuse users when working with cronjobs (e.g., #134, #122, #104).

This kind of behaviour is completely standard and can be very useful (e.g., when working with multiple servers on the same machine), so I have no intentions to change it. The only idea that I have is giving a proper example in the documentation paragraph mentioning cron jobs.