AFK plugin for Luminol/Folia 26.1.2 — TAB-aware, ekaii fork of KaiijuMC/Kaiiafk
- Java 100%
| .forgejo/workflows | ||
| .github/workflows | ||
| gradle/wrapper | ||
| src/main | ||
| .gitignore | ||
| .plugbench-trigger | ||
| .plugbench.toml | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| README.md | ||
| settings.gradle | ||
EkaiiAFK
AFK plugin for Luminol / Folia / Paper 26.1.2. Marks players AFK after 60 s of stillness, integrates with TAB to show the AFK suffix.
Fork of KaiijuMC/Kaiiafk, ported to MC 26.1.2 (paper-api 26.1.2.build.53-stable) and JDK 25 / Gradle 9.4.1.
Build
export JAVA_HOME=/opt/homebrew/opt/openjdk/libexec/openjdk.jdk/Contents/Home # JDK 25
./gradlew build
# Output: build/libs/EkaiiAFK-1.1.0-ekaii26.jar
Releasing
Push a v* tag → CI builds and creates a Forgejo release with the jar attached:
git tag -a v1.1.0-ekaii26 -m "..." && git push origin v1.1.0-ekaii26
Repos
- Canonical: https://forgejo.ekaii.fr/exo/EkaiiAFK
- Mirror (private): https://github.com/uncaney/EkaiiAFK
- Companion: exo/luminol-ekaii (Luminol fork + sibling EkaiiAPI plugin + local test rig)