All versions
4.3.0.0
Release
TChat 4.3.0.02 years ago 9,735
Compatibility
Minecraft: Java Edition
1.21–1.21.3
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
Platforms
Bukkit
Paper
Purpur
Spigot
Changes
- Removed broadcast premade (unnecessary feature)
- Remodeled configuration file structure
- Expanded modular options (all those who disable a lot of TChat options will save a lot of performance with this new version)
- AutoBroadcast code optimized
- Removed only player for list command
- Fixed bypass permission in anti advertising (signs)
- Optimized joins code
- Fixed an error when you use %tchat_tag% withouth tags
- Added %mentioned% placeholder in all mention messages, titles, etc...
- Fixed /seen command (not working correctly)
- Fixed /nick command (the same as seen)
- Removed a depuration message in groups system
- Now the commands are registered by CommandMap and not by plugin.yml, that is to say that now when you deactivate a command, it will not be registered as before.
- Removed rules, print, and other commands (now works in the commands.yml)
- Spigot version updated to 1.21.3
- Updated Spigot page
4.2.3.1 -> 4.3.0.0 Update all files
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:sbuvNZEk:B4QIHPUX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sbuvNZEk:B4QIHPUX"
}

