Links
Tags
Creators
Details
1.2.0
Compatibility
Changes
Changelog
English version
1.2.0 - Modrinth Initial Release
This is the first Manhunt Wildcard version published on Modrinth. It is not an update from an older Modrinth release; it is the initial public release with the core gameplay experience included.
Initial Features
- Adds the hunter vs runner Manhunt game framework.
- Supports
/hwcommands for operators to start and stop games, manage teams, and test wildcards. - Adds a preparation phase to reduce chaotic starts and give players time to join teams and position themselves.
- Provides hunters with a tracking compass, with targets refreshed according to server configuration.
- Periodically triggers random wildcard events, shown through the HUD, BossBar, and chat messages.
- Supports multiple runner and hunter win conditions.
- Supports configurable respawn modes, lives, death drops, preparation boundary, wildcard interval, and wildcard duration.
- Provides an in-game config screen where OP players can adjust major rules while the game is waiting.
- Includes English and Simplified Chinese language files using Minecraft's native language system.
Wildcards
This version includes 16 wildcards:
- Speed Rush
- Featherweight
- Glowing
- Night Hunt
- Explosive Death
- Supply Drop
- Hunter Radar
- Compass Chaos
- Hunger Chase
- Weapon Overheat
- Light Load
- Block Decay
- Pearl Frenzy
- Wind Charge Brawl
- Blood Rage
- Disabled Wildcard
Compatibility
- Minecraft
1.21.11 - Fabric Loader
0.16.0+ - Fabric API
- Java
21
Installing the mod on both client and server is recommended. The server runs the game logic; the client provides the config screen, HUD, and local language display.
更新日志
简体中文版
1.2.0 - Modrinth 首发版本
这是 Manhunt Wildcard 在 Modrinth 发布的第一个版本。本版本不是从 Modrinth 旧版本升级而来,而是作为公开首发版本提供完整的基础玩法体验。
首发内容
- 加入猎人 vs 逃亡者的 Manhunt 对局框架。
- 支持管理员使用
/hw命令控制对局开始、停止、队伍状态和外卡测试。 - 加入准备阶段,减少开局混战,让玩家有时间进入各自阵营和位置。
- 为猎人提供追踪指南针,并按服务器配置周期刷新追踪目标。
- 周期性触发随机外卡事件,并通过 HUD、BossBar 和聊天消息提示当前规则变化。
- 支持多种逃亡者与猎人胜利条件。
- 支持可配置的复活模式、生命数、死亡掉落、准备边界、外卡间隔和外卡持续时间。
- 提供游戏内配置界面,OP 可在等待阶段调整主要规则。
- 提供中英文语言文件,支持 Minecraft 原生语言切换。
外卡内容
本版本包含 16 种外卡:
- 疾速追猎
- 轻盈之身
- 全员发光
- 暗夜追猎
- 死亡爆炸
- 补给空投
- 猎人雷达
- 指南针干扰
- 饥饿追逐
- 武器过热
- 轻装上阵
- 方块腐化
- 珍珠狂潮
- 风弹乱斗
- 血怒时刻
- 暂时停用
兼容性
- Minecraft
1.21.11 - Fabric Loader
0.16.0+ - Fabric API
- Java
21
建议客户端和服务端同时安装本模组。服务端负责对局逻辑,客户端负责配置界面、HUD 和本地语言显示。
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:7wJbY6vz:eZYuhKug"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7wJbY6vz:eZYuhKug"
}

