概述
World Handler 为命令提供了一个简单易用的图形用户界面。它可以让你在几秒钟内创建强大而复杂的子命令。
特点:
命令的图形用户界面形式。
客户端命令:advancement, blockdata, clear, clone, difficulty, effect, enchant, fill, gamemode, gamerule, give, kill, recipe, scoreboard, setworldspawn, spawnpoint, summon, tag, team, time, trigger, weather, xp。
服务器命令:ban, deop, kick, op, pardon, save-all, save-off, save-on, whitelist。
World and player information。
/wh for a simplified /fill and /clone。
Expandable GUI with json files and child mods。
仅客户端运行。
配置
配置文件地址:
≥ 1.14.4: Manual: "..\.minecraft\config\worldhandler\worldhandler.toml"
1.13-1.14.4: Manual: "..\.minecraft\config\worldhandler.toml"
1.9-1.12: Ingame: Mods -> World Handler -> Config (Manual: "..\.minecraft\config\worldhandler.cfg")
≤ 1.8: Manual: "..\.minecraft\config\worldhandler\[CONFIG].cfg"
通过JSON配置GUI:
World Handler GUI 也可以通过配置 json 和 javascript 文件进行自定义选项卡扩展,或者作为一个单独的用 java 编写的子模块。关于如何实现自定义 json 和 javascript 文件的说明在这里可以找到,一个示例子 Mod。