mirror of
https://github.com/CarmJos/MoeTeleport.git
synced 2026-06-04 16:20:31 +08:00
b8d2d060dc
- [A] 添加重载指令。 - [U] 令方块安全检测更加宽松。 - [F] 修复非玩家离开游戏情况下数据不保存的问题。
52 lines
1.4 KiB
YAML
52 lines
1.4 KiB
YAML
main: cc.carm.plugin.moeteleport.Main
|
|
name: ${project.name}
|
|
version: ${project.version}
|
|
author: CarmJos
|
|
website: ${project.url}
|
|
description: ${project.description}
|
|
|
|
softdepend:
|
|
- PlaceholderAPI
|
|
|
|
permissions:
|
|
"MoeTeleport":
|
|
description: "插件的主权限节点"
|
|
default: false
|
|
|
|
"MoeTeleport.admin":
|
|
description: "插件的管理员权限节点"
|
|
default: op
|
|
|
|
commands:
|
|
"MoeTeleport":
|
|
description: "插件的主命令,用于重载插件或查看插件信息。"
|
|
permission: "MoeTeleport.admin"
|
|
usage: "/MoeTeleport reload"
|
|
|
|
"back":
|
|
description: 返回传送前的上一个地点。
|
|
|
|
"tpa":
|
|
usage: "/tpa <玩家> "
|
|
description: 请求传送到一个玩家身边。
|
|
"tpaHere":
|
|
usage: "/tpaHere <玩家>"
|
|
description: 请求一个玩家传送到自己身边。
|
|
"tpAccept":
|
|
usage: "/tpAccept [玩家]"
|
|
description: 同意一个请求,可以限定某个玩家。
|
|
"tpDeny":
|
|
usage: "/tpDeny [玩家]"
|
|
description: 拒绝一个请求,可以限定某个玩家。
|
|
|
|
"home":
|
|
usage: "/home [名称] "
|
|
description: "返回家所在位置。"
|
|
"listHome":
|
|
description: "列出所有家的位置。"
|
|
"setHome":
|
|
usage: "/setHome [名称] "
|
|
description: "设置家的传送点 (不填名称默认为home)"
|
|
"delHome":
|
|
usage: "/delHome <名称> "
|
|
description: "删除家的传送点。" |