![[简单指令]EasyCommand](https://cdn.modrinth.com/data/Qc5VbUBv/f42da58060123aa05cf927bb6f9bf453c6a6a5bb_96.webp)
[简单指令]EasyCommand
Minecraft可视化命令编辑器 | 图形化编辑原版命令 | Fabric 1.21.11 | 25条命令 | 预设/历史 | 纯客户端 | 让小白也能轻松打出复杂指令 Minecraft Visual Command Editor | Graphical Editing for Vanilla Commands | Fabric 1.21.11 | 25 Commands | Presets/History | Pure Client-Side | Makes it easy for beginners
Links
Tags
Creators
Details
0.2
Compatibility
Changes
EasyCommand
可视化 Minecraft 命令编辑器 — 让小白玩家也能轻松自定义原版命令。
功能
- 🎨 可视化 GUI — 所有命令参数都通过图形界面选择,无需记忆复杂语法
- 📋 25 条常用命令 — give/effect/gamemode/tp/summon/kill/enchant 等
- 🔍 智能搜索 — 按名称或分类快速找到命令
- 🎯 目标选择器 — @a/@e/@p/@r/@s 及过滤参数可视化配置
- 📦 物品/方块/实体浏览器 — 从注册表直接选择,支持搜索
- ✨ 附魔编辑器 — 可视化选择附魔类型和等级
- 🔊 音效/粒子浏览器 — 滚动搜索所有注册音效和粒子
- 💾 预设系统 — 保存常用命令配置,一键复用
- 📜 历史记录 — 自动记录所有执行过的命令
安装
- 安装 Fabric Loader (0.19.3+)
- 安装 Fabric API
- 将
easycommand-0.2.jar放入.minecraft/mods/文件夹
使用
- 在游戏中按 K 键打开命令编辑器
- 从左侧分类选择命令,或搜索命令名称
- 可视化调节各参数
- 点击 执行 发送命令,或 保存预设 供后续使用
平台
| 项目 | 详情 |
|---|---|
| Minecraft | 1.21.11 |
| Mod Loader | Fabric |
| Java | 21+ |
| 类型 | 纯客户端 |
构建
./gradlew build
输出:build/libs/easycommand-0.2.jar
作者
REALIKUN2024
许可
MIT License
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:Qc5VbUBv:noo9YBgc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Qc5VbUBv:noo9YBgc"
}
