作者:rebot | 分类:模组
Minecraft 版本: 1.20.1
平台: forge
标签: game-mechanics management utility
NoMining 是一个轻量级的 Minecraft Forge 模组,允许服务器管理员或地图制作者通过简单的游戏规则禁止玩家挖掘方块,同时保持放置物品的功能不受影响。
/gamerule 命令实时开关| 命令 | 说明 |
|---|---|
/gamerule disableMining |
查看当前设置 |
/gamerule disableMining true |
开启禁止挖掘(默认) |
/gamerule disableMining false |
关闭禁止挖掘 |
BlockEvent.BreakEvent 事件,直接取消方块破坏PlayerEvent.BreakSpeed 事件,将挖掘速度设为0NoMining is a lightweight Minecraft Forge mod that enables server administrators or map creators to prohibit players from mining blocks through simple game rules, while maintaining the functionality of placing items unaffected.
✨ Functional Features
/gamerule command| Command | Explanation |
|---|---|
/gamerule disableMining |
View current settings |
/gamerule disableMining true |
Enable mining prohibition (default) |
/gamerule disableMining false |
Disable mining prohibition |
BlockEvent.BreakEvent event and directly cancel the block destruction.PlayerEvent.BreakSpeed event and set the digging speed to 0.请登录后举报
暂无评论,抢个沙发吧~