1
mirror of https://github.com/CarmJos/MoeTeleport.git synced 2026-06-04 16:46:10 +08:00

重新规划项目结构,完成back指令

This commit is contained in:
2021-12-17 07:29:07 +08:00
parent f1a2a5c2d4
commit 50f1e1f7ce
30 changed files with 762 additions and 194 deletions
+9 -9
View File
@@ -31,20 +31,20 @@
# /tpa <玩家>
- 请求传送到一个玩家身边。
# /tpahere <玩家>
# /tpaHere <玩家>
- 请求一个玩家传送到自己身边。
# /tpaccept [玩家]
# /tpAccept [玩家]
- 同意一个请求,可以限定某个玩家。
# /tpadeny [玩家]
# /tpDeny [玩家]
- 拒绝一个请求,可以限定某个玩家。
# /home [id]
- 返回家 (不填ID会返回第一个家)
# /listhome
# /home [name]
- 返回家 (不填name会返回第一个家,若存在home则优先返回home)
# /listHome
- 列出所有家的位置
# /sethome [id]
- 设置家 (不填ID默认为home)
# /delhome <ID>
# /setHome [name]
- 设置家 (不填name默认为home)
# /delHome <name>
- 删除家
```