Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last month
All versions
2.0
Release
EmotesChat 2.0last month 95
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
Platforms
BungeeCord
Paper
Purpur
Waterfall
Changes
After two years, EmotesChat has been updated!
NEW
- This new version supports Bungeecord and Paper. More platforms coming soon.
- Emotes can be used on commands now. You can define a list of commands in config.yml or use the
emoteschat.emotesoncommand.<command>permission. - Minimessage support on paper (Plugin is now available for Paper 1.18.2+ because of this. You can try implementing Minimessage in your platform, but support will not be available).
FIXED
- Emotes with blank permission were not usable.
REMOVED
- Legacy colors support on Paper.
- Bukkit/Spigot support.
The codebase has been remade, so the API is now different, you can take a look at the javadocs that are included.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| emoteschat-2.0-javadocs.zip | Javadoc jar | 15.91 MiB |
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:CswonVxl:AaqIEz3l"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CswonVxl:AaqIEz3l"
}

