Player Tracker

Player Tracker

1.1k Downloads

Player Tracker is a serverside mod that will help you track how long people play on your server.

It creates a sqlite database in the root of your server directory, called "playertracker.db".

FEATURES

  • Weekly, monthly, yearly and all statistics
  • Autocompletion on all commands
  • Lookup a specific user's data
  • Encryption of data
  • A config you can find under config/playertracker-common.toml

COMMANDS

YOU NEED TO BE OP TO USE THESE

The commands have three aliases: playertracker, pt, track

For simplicity sake we'll stick to pt.

  • /pt lookup <name> - Gives you details of a specific user.
  • /pt stats <weekly|monthly|yearly|all> [page] - Gives you the stat of your given time period. If you don't provide a page it'll default to 1.
  • /pt me - Gives you details on yourself. If you desire you can allow all players to use this if it's enabled in the config.

SUGGESTIONS

Feel free to suggest anything!
I've already had thoughts on historical data, but am not sure if I want to go to that extreme.