Hykilpikonna 85e365e5f0 [PR] Update to Spigot API 1.17.1
[+] Update to Spigot API 1.17.1
2021-07-10 07:57:57 -04:00
2021-06-03 16:08:45 +08:00
2021-07-10 14:49:25 +03:00
2021-03-07 16:45:34 -05:00
2021-07-09 23:08:32 +03:00
2021-03-07 16:51:54 -05:00
2021-03-07 16:45:34 -05:00
2021-03-07 16:45:34 -05:00

ActiveList

A Spigot Plugin to check player activity and list players' last login dates.

Usage

  1. Download the latest version .jar in Releases
  2. 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.
  3. 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
  4. Done

Building

Linux ./gradlew shadowJar

Windows gradlew.bat shadowJar

The jar will be placed in build/libs

Screenshots

image

S
Description
A Spigot Plugin to check player activity and list players' last login dates.
Readme 123 KiB
Languages
Kotlin 100%