Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
【This module was generated by AI(该模组由AI生成)】 Chinese Command Replacement Mod — Play Guide
Mod Overview
This mod allows you to type Minecraft commands in Chinese within the chat box. The mod automatically translates them into the corresponding English commands and executes them. No need to memorize /kill, /tp, or other English commands – just speak Chinese.
How to Use
Send a message starting with the full‑width exclamation mark ! in the chat. For example:
!杀死 所有实体
After recognition, the mod will execute /kill @e automatically, and your message will not appear in the public chat.
View Help
Send:
!帮助
and you will see a list of all available Chinese commands and their parameters in the game.
Supported Commands
Chinese Input Corresponding Command !杀死 ... /kill !传送 ... /tp !给予 ... /give !召唤 ... /summon !天气 ... /weather !时间 ... /time set !游戏模式 ... /gamemode !效果 ... /effect !难度 ... /difficulty !重生点 ... /spawnpoint !执行 ... /execute
Advanced Usage of /execute
/execute is one of the most powerful commands in Minecraft. This mod supports the following Chinese sub‑keywords:
Chinese Keyword English Equivalent 作为 as (change executor) 位于 positioned (specify execution position) 在位置 at (execute at an entity's position) 运行 run (execute sub‑command) 如果 / 除非 if / unless (condition check) 朝向 facing (face direction) 对齐 align (round coordinates) 锚点 anchored (feet/eyes position) 旋转 rotated (rotation angle) 在维度 in (specify dimension) 存储 store (store result) 结果 / 成功 result / success (storage method)
Examples:
· !执行 作为 所有玩家 运行 杀死 所有实体 → /execute as @a run kill @e · !执行 在位置 最近的玩家 运行 给予 最近的玩家 钻石 → /execute at @p run give @p diamond
Parameter Mapping (Partial)
When you type Chinese parameters, the mod automatically replaces them with the corresponding English target selectors or values:
Chinese Input Replaced By 所有玩家 @a 所有实体 @e 最近的玩家 @p 随机玩家 @r 我 @s 生存 / 创造 / 冒险 / 旁观 survival / creative / adventure / spectator 晴天 / 下雨 / 雷暴 clear / rain / thunder 白天 / 夜晚 / 日出 / 日落 / 正午 / 午夜 day / night / sunrise / sunset / noon / midnight 真 / 假 / 是 / 否 true / false 速度 / 力量 / 隐身 / 防火 ... speed / strength / invisibility / fire_resistance ... 僵尸 / 骷髅 / 苦力怕 / 末影龙 ... zombie / skeleton / creeper / ender_dragon ... 钻石 / 铁锭 / 金锭 ... diamond / iron_ingot / gold_ingot ...
For the complete mapping list, send !帮助 in the game.
Notes
· Must start with the full‑width exclamation mark !; half‑width ! will not be recognised. · Do not add the / prefix – just write the command name directly (e.g., write “杀死” instead of “/杀死”). · This mod works only on the client side; the server does not need to install it. · If your input does not match any known command, the message will be sent to the public chat as normal (it will not be blocked).
中文指令替换 Mod — 游玩指南(本模组由ai生成)
Mod 简介
本 Mod 让你在 Minecraft 聊天框中用中文输入指令,Mod 会自动将其翻译为对应的英文指令并执行。从此无需记忆 /kill、/tp 等英文指令,中文即可轻松操控。(该mod不覆盖指令方块内指令,指令方块依然需要输入原版指令)
使用方法
在聊天框发送以全角感叹号 ! 开头的消息即可。例如:
!杀死 所有实体
Mod 识别后会自动执行 /kill @e,且该消息不会出现在公屏上。
查看帮助
发送:
!帮助
即可在游戏中查看所有可用的中文指令及其参数列表。
支持的指令
中文输入 对应指令 !杀死 ... /kill !传送 ... /tp !给予 ... /give !召唤 ... /summon !天气 ... /weather !时间 ... /time set !游戏模式 ... /gamemode !效果 ... /effect !难度 ... /difficulty !重生点 ... /spawnpoint !执行 ... /execute
/execute 进阶用法
/execute 是 Minecraft 中最强大的指令之一,本 Mod 支持以下中文子关键字:
中文关键字 对应英文 作为 as(切换执行者) 位于 positioned(指定执行位置) 在位置 at(以某实体位置执行) 运行 run(执行子指令) 如果 / 除非 if / unless(条件判断) 朝向 facing(面向方向) 对齐 align(坐标取整) 锚点 anchored(脚 / 眼睛位置) 旋转 rotated(旋转角度) 在维度 in(指定维度) 存储 store(存储结果) 结果 / 成功 result / success(存储方式)
示例:
· !执行 作为 所有玩家 运行 杀死 所有实体 → /execute as @a run kill @e · !执行 在位置 最近的玩家 运行 给予 最近的玩家 钻石 → /execute at @p run give @p diamond
参数映射(部分)
输入中文参数时,Mod 会自动替换为对应的英文目标选择器或值:
中文输入 替换为 所有玩家 @a 所有实体 @e 最近的玩家 @p 随机玩家 @r 我 @s 生存 / 创造 / 冒险 / 旁观 survival / creative / adventure / spectator 晴天 / 下雨 / 雷暴 clear / rain / thunder 白天 / 夜晚 / 日出 / 日落 / 正午 / 午夜 day / night / sunrise / sunset / noon / midnight 真 / 假 / 是 / 否 true / false 速度 / 力量 / 隐身 / 防火 …… speed / strength / invisibility / fire_resistance …… 僵尸 / 骷髅 / 苦力怕 / 末影龙 …… zombie / skeleton / creeper / ender_dragon …… 钻石 / 铁锭 / 金锭 …… diamond / iron_ingot / gold_ingot ……
完整的映射列表,请在游戏中发送 !帮助 查看。
注意事项
· 必须以全角感叹号 ! 开头,半角 ! 不会被识别。 · 不要加 / 前缀,直接写指令名即可(例如写“杀死”而非“/杀死”)。 · 本 Mod 仅在客户端生效,服务端无需安装。 · 若输入内容无法匹配任何已知指令,消息将照常发送至公屏(不会被拦截)。


