Links
Tags
Creators
Details
v1.1.1
Compatibility
Required content
Changes
v1.1.1 更新日志 / Changelog
🚀 核心改进 / Core Improvements
-
视觉显示重构 / Visual Overhaul 倒计时显示由 BossBar 切换为 ActionBar。解决了大型整合包中的 UI 冲突问题。 UI migrated to ActionBar to resolve HUD overlaps in massive modpacks.
-
权限解耦 / Permission Decoupling 移除了对 OP 权限等级的硬性限制。支持通过脚本或权限插件进行精细化控制。 Removed mandatory OP requirements; supports control via scripts or permission mods.
🛠️ 功能增强 / Feature Enhancements
-
[New] 新增指令
/clearitems list以实时查看受保护物品清单。 Added/clearitems listto view the whitelist in-game. -
稳定性加固 / Stability 针对 200+ 模组环境进行了深度优化,提升了重度混淆环境下的启动成功率。 Deeply optimized for 200+ mod environments and heavily obfuscated setups.
📋 维护与修复 / Fixes
-
配置自愈 / Self-healing Config 修复了配置损坏导致的加载异常,现在可以自动检测并修复 JSON 结构。 Fixed potential loading issues on config corruption.
-
统计优化 / Analytics 优化了清理战报中物品堆叠数量的计算准确性。 Improved cleanup reporting accuracy.
⚠️ Security Notice / 安全提示 请确保在公网环境配合权限插件管理指令。 Please use permission plugins to control command access on public servers.
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:c37YRGkI:uw4KUq4n"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:c37YRGkI:uw4KUq4n"
}

