28 lines
706 B
Markdown
28 lines
706 B
Markdown
|
# PlayTimeNG
|
||
|
|
||
|
It's a plugin for a [Spigot](https://www.spigotmc.org) 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!**
|