Links
Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated yesterday
All versions
0.2.2
Release
Chat Remastered Bukkut 0.2.2yesterday 7
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
Platforms
Bukkit
Spigot
Changes
Chat Remastered Plugin ā Changelog v0.2.2
This is the official release build. The plugin now officially supports the full range of Minecraft versions 1.20 ā 26.2 on both Paper and Spigot/Bukkit server software.
What's new in 0.2.2
- Broadened version support:
api-versionwas lowered from1.21to1.20, so the plugin now runs on servers from Minecraft 1.20 all the way up to 26.2. - Release build: v0.2.2 is the first release-ready build, tested across the entire supported version range.
- Renamed artifacts: JARs now clearly indicate the supported range instead of a single compile target:
chat-remastered-paper-0.2.2-mc1.20-26.2.jar(Paper)chat-remastered-bukkit-0.2.2-mc1.20-26.2.jar(Spigot/Bukkit)
Fixes & improvements
- Removed the misleading single-version suffix (
+1.21.11) from JAR names ā both builds now describe the same supported range (1.20 ā 26.2). - Verified the TCP image service (
chatmediahandshake, ping, image fetch/upload/delete) works across all tested versions.
Requirements
- Java 21+ JVM (plugin is compiled as Java-21 bytecode).
- A Paper or Spigot/Bukkit server on Minecraft 1.20 ā 26.2.
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:9J1Dj16r:5zwsfDfa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9J1Dj16r:5zwsfDfa"
}

