932 B
932 B
ActiveList
A Spigot Plugin to check player activity and list players' last login dates.
Usage
- Download the latest version
.jarin Releases - Load it
- Plugman:
plugman load <jar name> - Yum:
yum load ActiveList - If you aren't using any plugin manager, download one. It's so much more convenient than restarting your server every time you change a plugin.
- Plugman:
- Type command
al <page number> <page size> <-r: Reverse>- Eg. If you want to list all players on a single page:
al 1 100000000000 - Eg. If you want to show a reversed list (the most inactive player would be on the top)
al -r
- Eg. If you want to list all players on a single page:
- Done
Building
Linux ./gradlew shadowJar
Windows gradlew.bat shadowJar
The jar will be placed in build/libs
