2.0.0
Compatibility
Changes
更新日志 | Changelog
版本 2.0.0 | Version 2.0.0
新增功能 | New Features
-
新增指令 /nick 与 /scnick
允许玩家匿名显示,可使用原本想要却无法设置的 ID。
支持 中文 与 英文。Added new commands /nick and /scnick
Allows players to play anonymously and display IDs that were previously unavailable.
Supports Chinese and English. -
前后缀颜色预设 "rainbow"
在彩虹色中随机抽取与内容字数相同长度的颜色进行上色。
每次设置都会有不同的颜色组合。Added "rainbow" preset for prefix and suffix colors.
Randomly selects a color sequence matching the text length from the rainbow palette.
Each setting will generate different color patterns.
优化 | Improvements
- 修复与调整了一些小问题,提升稳定性。
- Fixed minor issues and improved stability.
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:SwwZkRHZ:hz3PzM2E"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SwwZkRHZ:hz3PzM2E"
}

