命令与权限
主命令为 /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 <技能> [to <玩家>] | kethermodule.mm | 对玩家释放 MythicMobs 技能 |
/kml mythic smob <怪物ID> [loc <位置>] | kethermodule.mm | 在指定位置生成 MythicMobs 怪物 |
/kml holo <子命令> | kethermodule.holo | 全息文字管理 |
/kml run <kether/fluxon脚本组> | kethermodule.run | 执行 Kether 或 Fluxon 脚本组 |
使用示例
给予玩家一个 MythicMobs 物品:
/kml give Steve mm:ExampleSword 1
给予玩家一个 Zaphkiel 物品:
/kml give Steve zap:Gem 3
给予玩家原版物品:
/kml give Steve mc:DIAMOND_SWORD 1
获取准星指向方块的坐标(用于填写方块事件配置):
/kml getloc
在指定位置掉落 MythicMobs 物品:
/kml dropmm ExampleSword 5 world,100,64,100
世界边界操作:
/kml worldborder create world 1000
/kml worldborder center world 0 0
/kml worldborder size world 500
/kml worldborder reset world
权限说明
kethermodule.*— 管理员权限,包含所有子权限- 各子命令有独立权限节点,可按需分配给不同权限组