All versions
1.0.3
Release
Tuanzi's Server Mod 1.0.3last month 2
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
v1.0.3 更新日志
修复与优化
- CDK 模块重构:
- 重新设计了 CDK 分类逻辑。
- 新增
GLOBAL_LIMIT类型:全服限量领取,且每个玩家仅限领取一次。 - 新增
PLAYER_LIMIT类型:个人限量领取,全服总领用人数不限,但每个玩家有领用次数上限。 - 数据追踪优化:现在可以精确记录每个玩家对每个 CDK 的领用次数。
- 兼容性处理:自动将旧版本的 CDK 数据映射到新系统中,确保无缝升级。
- 本地化增强:
- 更新了 CDK 相关的中文翻译,提示信息更加准确。
- 在管理列表中增加了限制类型的详细悬浮提示。
v1.0.3 Change Log
Fixes and Improvements
- CDK Module Refactoring:
- Redesigned CDK classification logic.
- New
GLOBAL_LIMITtype: Server-wide total usage limit, with each player restricted to a single redemption. - New
PLAYER_LIMITtype: Personal usage limit per player, with no restriction on the total number of players who can redeem. - Data Tracking Optimization: Now accurately tracks redemption counts per player for each CDK.
- Compatibility Handling: Automatically maps legacy CDK data to the new system for seamless upgrades.
- Localization Enhancements:
- Updated CDK-related English translations for better clarity.
- Added detailed hover tooltips for limit types in the admin list.
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:RDMGNOTc:P41zOnqv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RDMGNOTc:P41zOnqv"
}

