Tags
Creators
Details
1.10.0
Compatibility
Changes
This version includes support for Minecraft 1.21.2-1.21.4, adds GUIs and chat channels, contains improvements for the antispam and ranks module and fixes a lot of important bugs.
It is recommended to delete chat.yml and the messages' files and let ChatPlugin generate new ones with the new additions.
Additions
- 1.21.2-1.21.4 support (
65bd9f6,994f8f1) - GUIs on the free version (
7028f29,8ee68e1,4c45de4,7b57b74,f48762c) /preferencesGUI to customize language, emojis' tone, chat color and more (8ee68e1)- chat channels +
/chatchannel(89409dd,b6591dd) - LuckPerms mode for ranks +
/rankto manage ranks in-game (3ac74b7)
Improvements
- improved antispam with clickable notifications, more leet recognized (
32d80da) - every command can now be turned off (
5497fbc,d6225ed) - all placeholders can now be used in private messages (
68f550e)
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:xaNsKY8e"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Vxx0xTH6:xaNsKY8e"
}

