命令与权限
主命令为 /kethermodule,别名 /kml 和 /km。
命令列表
| 命令 | 权限 | 说明 |
|---|---|---|
/kml reload | kethermodule.* | 重载所有配置文件 |
/kml dropzap <ID> [数量] [位置] [概率] [玩家] | kethermodule.drop.zap | 掉落 Zaphkiel 物品 |
/kml dropmm <ID> [数量] [位置] [概率] [玩家] | kethermodule.drop.mm | 掉落 MythicMobs 物品 |
/kml exp [数量] [位置] [概率] [玩家] | kethermodule.drop.exp | 掉落经验球 |
/kml setblock <public/private/remove> | kethermodule.setblock | 设置/移除方块(公共方块或私有方块) |
/kml getloc | kethermodule.command.getloc | 获取准星指向的方块坐标 |
/kml resetFirstJoin | kethermodule.command.join | 重置全服首次加入触发标记 |
/kml worldborder <子命令> | kethermodule.worldborder | 世界边界管理(create/center/move/size/reset/damage) |
/kml give <来源:ID> [数量] [玩家] | kethermodule.give | 从任意物品源给予玩家物品 |
/kml mythic cast/c <技能> <玩家> | kethermodule.mm | 对玩家释放 MythicMobs 技能 |
/kml mythic spawn/s <怪物ID> <位置> <玩家> [等级] | kethermodule.mm | 在指定位置生成 MythicMobs 怪物 |
/kml holo <子命令> | kethermodule.holo | 全息文字管理 |
/kml run random/weight <玩家> <组名> | kethermodule.run | 执行 run_kether.yml 中的 Kether 脚本组 |
/kml wand give [玩家] | kethermodule.wand | 获取或给予选区工具 |
/kml wand get | kethermodule.wand | 显示当前选区字符串 |
/kml wand clear | kethermodule.wand | 清空当前选区 |
/kml wand toggle | kethermodule.wand | 开关自己的选区粒子显示 |
使用示例
给予玩家一个 MythicMobs 物品:
/kml give mm:ExampleSword 1 Steve
给予玩家一个 Zaphkiel 物品:
/kml give zap:Gem 3 Steve
给予玩家原版物品:
/kml give mc:DIAMOND_SWORD 1 Steve
获取准星指向方块的坐标(用于填写方块事件配置):
/kml getloc
在指定位置掉落 MythicMobs 物品:
/kml dropmm ExampleSword 5 world,100,64,100
世界边界操作:
/kml worldborder create world 0 0
/kml worldborder center world 0 0
/kml worldborder size world 500 0
/kml worldborder move world 0 0 500 10
/kml worldborder damage world 1.0 5.0
/kml worldborder reset world
执行 Kether 脚本组:
/kml run random Steve def1
/kml run weight Steve def1
获取选区工具并复制当前选区:
/kml wand give Steve
/kml wand get
权限说明
kethermodule.*— 管理员权限,包含所有子权限- 各子命令有独立权限节点,可按需分配给不同权限组