
一个完整的 Minecraft 服务器上的寻猎游戏实现。
## 🚀 特性
- **猎人和加速跑者角色**: 为玩家分配角色,带来刺激的追逐体验。
- **游戏管理**: 使用简单的命令开始、停止和管理游戏。
- **广泛兼容性**: 适用于 Minecraft 1.12.2 版到最新版本的游戏。
- **权限系统**: 强大的权限来管理谁可以使用和管理游戏。
- **可定制效果**: 针对猎人和加速跑者配置效果。
- **积分板集成**: 通过积分板实时更新游戏状态。
---
## 📦 安装
1. 从 [Modrinth](https://modrinth.com/plugin/manhunt-plus) 下载 ManhuntPlus。
2. 将其放入服务器的 `plugins/` 文件夹中。
3. 重启服务器。
```bash
# 供喜欢命令的管理员:
/reload confirm
```
---
## ⚙️ 配置
编辑 `plugins/ManhuntPlus/config.yml` 以调整行为:
```yaml
# 寻猎游戏配置文件
game:
freeze-duration: 5
hunter-spawn-radius: 20
end-on-dragon-kill: true
give-hunters-resistance: false
give-speedrunners-speed: false
compass:
name: "&a&l猎人指南针"
lore:
- "&7追踪最近的加速跑者"
- "&7可在维度间使用"
update-interval: 20
scoreboard:
enabled: true
title: "&6&l寻猎"
update-interval: 20
messages:
prefix: "&8[&a寻猎&8]"
countdown: "&e游戏将在 &6{time}&e... 启动"
game-start: "&a寻猎已开始!祝你好运!"
game-end-hunters-win: "&cHunter 赢得了寻猎游戏!"
game-end-speedrunners-win: "&a加速跑者赢得了寻猎游戏!"
world:
disabled-worlds:
- "world_nether"
- "world_the_end"
enable-world-border: false
border-start-size: 1000
border-shrink: false
border-shrink-speed: 10
border-final-size: 50
effects:
hunters:
resistance:
level: 1
duration: 30
speed:
level: 0
duration: 0
speedrunners:
speed:
level: 1
duration: 30
resistance:
level: 0
duration: 0
```
---
## 💻 命令 & 权限
| 命令 | 描述 | 权限 |
|---------|-------------|------------|
| `/manhunt hunter
` | 将玩家设为猎人。 | `manhunt.use` |
| `/manhunt speedrunner ` | 将玩家设为加速跑者。 | `manhunt.use` |
| `/manhunt start` | 启动寻猎游戏。 | `manhunt.admin` |
| `/manhunt stop` | 停止寻猎游戏。 | `manhunt.admin` |
| `/manhunt status` | 显示当前的游玩状态。 | `manhunt.use` |
| `/manhunt reload` | 重新加载插件配置。 | `manhunt.admin` |
---
## 📜 兼容性
| **Minecraft** | **服务器类型** | **Java** |
|--------------|----------------|---------|
| 1.12.x - 最新版 | Spigot, Paper, Bukkit | JDK 17+ |
---
## ❓ 支持 & 链接
- **错误报告**: [GitHub Issues](https://github.com/lifedestroyed/manhuntplus/issues)
- **源代码**: [GitHub](https://github.com/lifedestroyed/manhuntplus)
- **插件页面**: [Manhunt+](https://teamld.github.io/manhuntplus)
- **许可证**: [life destroyed 许可证](https://teamld.github.io/license)