Links
Tags
Creators
Details
Licensed ARR
Published 11 months ago
Updated 7 months ago
All versions
1.3
Release
LivesPlugin 1.37 months ago 1,333
Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
Platforms
Bukkit
Folia
Paper
Purpur
Spigot
Changes
π Changelog β v1.3
β¨ New Additions
- Added full Folia support.
- Plugin is now compatible with Foliaβs region-based threading model.
- All scheduled tasks and player interactions are now thread-safe.
- Maintains compatibility with Paper, Spigot, Bukkit, and Purpur.
- Added bStats integration.
- Plugin now reports anonymous usage statistics via bStats.
- Public statistics page: https://bstats.org/plugin/bukkit/LivesPlugin/
βοΈ Improvements
- Improved cross-platform compatibility between Paper and Folia.
- Optimized internal scheduling to ensure safe execution across all supported server types.
- Minor internal performance refinements.
π§ Bug Fixes
- Fixed threading edge cases to ensure stable behavior under Folia.
- Improved message broadcasting reliability across different server implementations.
π Misc
- Continued stability improvements and internal cleanup.
- Made with β€οΈ by Kai
- Support & community on Discord: https://discord.gg/Ha3FHZBX5Q
- Licensed under All Rights Reserved (ARR)
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:fSPFaZbf:6KgFla0e"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fSPFaZbf:6KgFla0e"
}

