PlayTimeCounter
Sponge plugin that counts players’ playtime. At the moment, it works only with MySQL!
Setup
- First of all you should set SQL alias in config/sponge/global.conf. Open it and find section “aliases” in section “sql”.
Set the alias in the following format:
alias_name"="jdbc:mysql://username:password@host/database_name
. - Drop .jar file into the mods folder.
- Restart the server.
- Configure plugin configuration file and reload it by the command “/sponge plugins reload”.
Commands and perms
-
/playtimecounter [playerName]
- Displays playerName’s playing time. If argument isn’t specified, displays playing time of command sender.- Aliases:
/playtime
,/ptc
- Permissions:
playtimecounter.cmd.playtime.base
- Giving access to the commandplaytimecounter.cmd.playtime.others
- Giving possibility to see playing time of other player
- Aliases:
-
/playtimetop
- Displays top by playing time.- Aliases:
/topplaytime
,/ptctop
- Permission:
playtimecounter.cmd.playtimetop.base
- Aliases:
-
/ptcreload
- Reloads configuration file.- Permission:
playtimecounter.cmd.reload.base
- Permission:
Feedback
If you face any problems, feel free to create an issue at the GitHub repository: click. Thank you.