Links
Tags
Creators
Details
0.8.1-paper
Compatibility
Changes
Emotify 0.8.1
This release brings full protocol alignment with Emotify 0.8.1 clients, preserving smooth lifecycle synchronization across Paper, Purpur, and Folia servers.
Highlights
- Maintained seamless multiplayer emotion synchronization for 0.8.1 clients with hotbar feedback indicator support.
- Preserved native Folia multi-threading support with regionized scheduling and thread-safe packet dispatch.
- Retained zero CPU and memory overhead during idle state and bounded token-bucket ingress rate limiting.
- Supported live configuration reloading via
/emotify reloadwithout session disruption. - Single shared plugin artifact for Minecraft 1.21.1, 1.21.8, 1.21.11, and 26.2 servers.
- 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:GgWNMKXP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2ZS962dj:GgWNMKXP"
}

