Creators
Details
Licensed MIT
Published 6 months ago
All versions
1.2.0
Release
EzLifesteal 1.2.0last week 89
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
Platforms
Folia
Paper
Purpur
Spigot
Changes
Added
- Added adapter resolution support for the MC 26.2 line and Spigot runtime IDs (
spigot.26.2.x) so runtime adapter selection remains deterministic on newer server versions. - Added/updated compatibility tests around adapter ID resolution and scheduler fallback behavior for mixed Paper/Folia/Spigot execution environments.
Changed
- Bumped plugin/module version to
1.2.0. - Updated CI/test workflows to use the valid MockBukkit branch
upgrade/v26.2for local MockBukkit publishing in Java 25 / Paper 26.2 lanes. - Kept local default MockBukkit coordinates aligned with currently publishable local artifacts to avoid local package resolution failures while preserving CI lane overrides.
Fixed
- Fixed runtime version-line normalization for Bukkit strings like
1.26.xso they map to the 26.2 adapter family instead of producing1.26.xadapter IDs. - Fixed scheduler compatibility tests that were relying on typed Folia scheduler stubs and could fail with Mockito return-type mismatches.
Optional dependencies
Any compatible version
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:wPNdCkBA:nbsVIKot"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wPNdCkBA:nbsVIKot"
}

