Tags
Creators
Details
3.0.1
Compatibility
Required content
Changes
What's new in 3.0.0 /talkcraft server command (op-only) — verified end-to-end on a real 1.21.1 server: /talkcraft reload — reload config /talkcraft.json from disk /talkcraft show — print all odds + enabled flags /talkcraft enable — toggle break / step / place / damage / death /talkcraft set — live edit any odds value (auto-saves to disk) Datapack-driven messages with per-language support Drop JSON arrays of strings into data//talkcraft/messages//.json Locale variants live at data//talkcraft/lang/< code>/messages//.json (server picks based on each player's client language) Categories: break, step, place, death, damage, workstation — IDs are block paths / damage source ids / entity ids Reloads automatically with vanilla /reload; falls back to in-code defaults when no datapack entry exists In-game tuning GUI Press J (rebindable in Controls → TalkCraft) to open the "TalkCraft Tuning" screen Sliders for every odds value, toggles for each enabled flag "Save & Apply" sends a custom payload to the server; server validates (op level 2), persists to disk, and re-broadcasts the new config to all connected clients Screen always reflects the server's authoritative config (synced on join + after every change)
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:gFKGoZN5:ZhlPVxaW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gFKGoZN5:ZhlPVxaW"
}

