Tags
Creators
Details
Licensed MIT
Published 7 months ago
Updated 3 weeks ago
All versions
3.1.2
Release
EzAfk 3.1.23 weeks ago 125
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
Platforms
Bukkit
Folia
Paper
Purpur
Spigot
Changes
Fixed
- Chat messages (AFK broadcast, return, zone enter/exit, etc.) now support
MiniMessage tags (e.g.
<red>,<gradient>) in PlaceholderAPI placeholder values in addition to legacy&-color codes, matching the formatting already available for item lore. - Resolved a Paper/Folia smoke-test CI issue where version group keys
(e.g.
26.1) were passed directly to fill.papermc.io's build-lookup endpoint, which requires a concrete version (e.g.26.1.2); resolution now looks up the newest concrete version for a given group automatically. - Fixed the Spigot smoke-test BuildTools step copying the wrong jar
filename when
--revresolved to a different concrete version than the literal matrix value (e.g.26.1buildingspigot-26.1.2.jar).
Changed
- Restructured the project into a multi-module Maven build
(
ezafk-api,ezafk-core,ezafk-folia,ezafk-paper-26.1,ezafk) to better isolate platform-specific (Paper/Folia) code paths. The published plugin remains a single shaded jar with no change to installation or configuration.
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:lFROrcEl:7XejeeML"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lFROrcEl:7XejeeML"
}

