Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 3 days ago
All versions
5.2.1
Release
KOKOTO WebChat 5.2.1last week 19
Compatibility
Minecraft: Java Edition
26.2
26.1.2
1.21.10–1.21.11
1.21.8
1.21.3–1.21.5
1.21.1
1.20.6
1.20.4
1.20.1–1.20.2
1.19.4
1.19.2
1.18.2
Platform
Forge
Supported environments
Dedicated servers only
Changes
5.2.1
5.2.1 is a focused web-frontend hotfix release over 5.2.0. It does not change the configuration schema or Relay protocol revision.
Fixed
- Fixed an intermittent BlueMap refresh race where
chat.jscould initialize before the generatedconfig.js, freeze the fallback site-root/apiURL, and keep retrying incorrect endpoints instead of recovering. The BlueMap wrapper now defers startup until its generated API base is available and can reload the addon config before re-bootstrapping the chat. - Kept the notification preference label explicitly formatted as
@Mention/@멘션/@メンション/@提及, including upgrades with older or customized language files whose mention label omitted the leading@. - Matched the custom-emoji horizontal category scrollbar to the themed vertical scrollbar colors and thumb treatment while retaining a 12px horizontal scrollbar height.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| KOKOTO-WebChat-5.2.1-Forge-1.18.2.jar | Unknown | 15.07 MiB | |
| KOKOTO-WebChat-5.2.1-Forge-1.19.2.jar | Unknown | 15.07 MiB | |
| KOKOTO-WebChat-5.2.1-Forge-1.19.4.jar | Unknown | 15.07 MiB | |
| KOKOTO-WebChat-5.2.1-Forge-1.20.1.jar | Unknown | 15 MiB | |
| KOKOTO-WebChat-5.2.1-Forge-1.20.2.jar | Unknown | 15 MiB | |
| KOKOTO-WebChat-5.2.1-Forge-1.20.4.jar | Unknown | 15 MiB | |
| KOKOTO-WebChat-5.2.1-Forge-1.20.6.jar | Unknown | 14.99 MiB | |
| KOKOTO-WebChat-5.2.1-Forge-1.21.1.jar | Unknown | 14.99 MiB | |
| KOKOTO-WebChat-5.2.1-Forge-1.21.10.jar | Unknown | 14.99 MiB | |
| KOKOTO-WebChat-5.2.1-Forge-1.21.11.jar | Unknown | 14.99 MiB | |
| KOKOTO-WebChat-5.2.1-Forge-1.21.3.jar | Unknown | 14.99 MiB | |
| KOKOTO-WebChat-5.2.1-Forge-1.21.4.jar | Unknown | 14.99 MiB | |
| KOKOTO-WebChat-5.2.1-Forge-1.21.5.jar | Unknown | 14.99 MiB | |
| KOKOTO-WebChat-5.2.1-Forge-1.21.8.jar | Unknown | 14.99 MiB | |
| KOKOTO-WebChat-5.2.1-Forge-26.1.2.jar | Unknown | 15 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:aihWl0Yb:zS5VJGKg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aihWl0Yb:zS5VJGKg"
}

