Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 years ago
All versions
1.2.0-mc1.20.4
Release
Scoreboard Helper 1.2.0-mc1.20.43 years ago 2,202
Compatibility
Minecraft: Java Edition
1.20.3–1.20.4
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
English
New Features
- Add more score sorting methods: by score (ascending), by name (ascending/descending).
- Add a GUI to edit server score in the objective displayed on the sidebar(OP only).
Bug Fixed
- Fixed a bug where "The scoreboard sidebar doesn't display any scoreboard objective now" is displayed when exporting the scoreboard under certain circumstances, even if one objective is displayed in the sidebar.
简体中文
新特性
- 添加更多分数排序方式:按分数(升序)、按名称(升序/降序)。
- 添加用于编辑侧边栏上显示的记分项中的服务器分数的GUI(仅限管理员可用)。
Bug 修复
- 修复了在某些情况下导出记分板时显示“记分板侧边栏当前未显示任何记分项”的bug,即使侧边栏中显示了一个记分项。
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:CcboMJ3A:yu30WQJg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CcboMJ3A:yu30WQJg"
}

