Links
Tags
Creators
Details
0.8.0-paper
Compatibility
Changes
Emotify 0.8.0
This release extends the shared Emotify server plugin to Minecraft 26.2 and adds native Folia multi-threading support.
Highlights
- Added official support for Minecraft 26.2 servers alongside 1.21.1, 1.21.8, and 1.21.11.
- Added native Folia support with regionized schedulers, thread-safe packet dispatch, and safe world lifecycle handling.
- Added Java 25 runtime compatibility for Minecraft 26.2 servers while keeping Java 21 for 1.21.x.
- Hardened thread-safe permission caching, dynamic world loading/unloading, and configuration reload safety.
- Added cross-loader support for matching Emotify Fabric and NeoForge clients across all supported versions.
- No additional server dependencies are required.
Requirements
- Minecraft 1.21.1, 1.21.8, 1.21.11, or 26.2
- Paper, Purpur, or Folia
- Java 21 for Minecraft 1.21.1 through 1.21.11
- Java 25 for Minecraft 26.2
Players who want to send and see emotions must install the Emotify client matching their loader and Minecraft version. Other players can join normally.
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:2ZS962dj:jzlhstKV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2ZS962dj:jzlhstKV"
}

