Tags
Creators
Details
Licensed MIT
Published 5 months ago
Updated 2 months ago
All versions
mc1.20.1-1.4.0
Release
BRNTalk 1.4.02 months ago 31
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
中文
新增
- 新增服务端 API
BrntalkAPI.openTalkScreen与 2 级权限命令/brntalk open_ui <targets>,可由管理员、命令方块或其他模组控制玩家打开对话界面。 - 新增默认关闭的客户端选项
autoOpenOnNewMessage,允许在收到新对话线程或新增消息时立即打开对话界面。
English
Added
- Added the server-side
BrntalkAPI.openTalkScreenAPI and permission-level-2/brntalk open_ui <targets>command, allowing operators, command blocks, and other mods to open the dialogue UI for players. - Added the disabled-by-default
autoOpenOnNewMessageclient option to immediately open the dialogue UI when a new thread or appended message arrives.
Optional dependencies
Any compatible version
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:Pc62JolS:3HezlJYD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Pc62JolS:3HezlJYD"
}

