Go to file
Augusto Dwenger J. 5ebae98109 Init 2022-08-01 22:46:21 +02:00
.gitignore Init 2022-08-01 22:46:21 +02:00
LICENSE Init 2022-08-01 22:46:21 +02:00
README.md Init 2022-08-01 22:46:21 +02:00

README.md

PlayTimeNG

It's a plugin for a Spigot Minecraft server to log the time players spend on the server and returns it to them.

Features

  • Simple usage
  • No external DB needed
  • No config
  • Plug and Play
  • Scheduled saving to prevent data loses by a crash

Commands

uptime shows the current uptime of the server. It's inspired by the linux tool returning the system uptime in DD:HH:MM format.

playtime <?player> shows the total play time on the server (Format DD:HH:MM)

toptime shows the top 5 player with the highest total playtime

Development

If you want to contribute make sure to include the test for your code.

Feel free to create a merge request!