Tags
Creators
Details
1.9.8
Compatibility
Changes
This version adds the /emojistone command and its GUI, allows 1.20.3+ servers to customize the scoreboard numbers, adds a new format for hex color codes and, as always, fixes various issues.

Additions
- per-player emojis' tone +
/emojistone(2706d56) - new Emojis' tone GUI for the premium version (emojis-tone.yml) (
2706d56) - added customizable 1.20.3+ scoreboard numbers for the premium version (
c8cb82b) - added support for
&#xxxxxxhex color codes (13c50d6) - added the option to block muted players' private messages (
688c347) - new
{client_edition}placeholder (Java/Bedrock) (295b720)
Improvements
- the antispam blocks more words and recognizes more leet letters (
0a54b42) - better tab completion and output of
/chatcolor(6e8bb10,76278f5,92e5bf3)
Fixes
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:Vxx0xTH6:v5JuPEZF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Vxx0xTH6:v5JuPEZF"
}

