mirror of
https://github.com/jie65535/mirai-console-jms-plugin.git
synced 2025-06-02 17:39:17 +08:00
Create README.md
This commit is contained in:
parent
39809c7b03
commit
0b0c093737
19
README.md
Normal file
19
README.md
Normal file
@ -0,0 +1,19 @@
|
||||
# J Minecraft Skin
|
||||
一个MC皮肤查询插件
|
||||
|
||||
# 注册指令权限
|
||||
`/permission add * top.jie65535.mirai-console-jms-plugin:*` 允许任何人调用 jms 指令
|
||||
|
||||
# 指令列表
|
||||
```
|
||||
/jms avatar <username> # 查询玩家头像
|
||||
/jms body <username> # 查询玩家皮肤模型
|
||||
/jms cape <username> # 获取玩家披风文件
|
||||
/jms head <username> # 查询玩家头模型
|
||||
/jms skin <username> # 获取玩家皮肤文件
|
||||
/jms uuid <username> # 查询玩家UUID
|
||||
```
|
||||
|
||||
# API
|
||||
- 获取皮肤接口 [Crafatar](https://crafatar.com/)
|
||||
- 获取玩家UUID接口 [TenApi](https://docs.tenapi.cn/mc.html)
|
Loading…
Reference in New Issue
Block a user