Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jie65535/mirai-console-jms-plugin
JMS - 基于MiraiConsole的MC皮肤查询插件
https://github.com/jie65535/mirai-console-jms-plugin
Last synced: 29 days ago
JSON representation
JMS - 基于MiraiConsole的MC皮肤查询插件
- Host: GitHub
- URL: https://github.com/jie65535/mirai-console-jms-plugin
- Owner: jie65535
- Created: 2022-02-08T13:51:25.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T08:29:00.000Z (8 months ago)
- Last Synced: 2024-04-30T09:49:28.089Z (8 months ago)
- Language: Kotlin
- Size: 72.3 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mirai - jie65535/mirai-console-jms-plugin
README
# J Minecraft Skin
一个MC皮肤查询插件# 注册指令权限
`/permission add * top.jie65535.mirai-console-jms-plugin:*` 允许任何人调用 jms 指令# 指令列表
```
/jms avatar # 查询玩家头像
/jms body # 查询玩家皮肤模型
/jms head # 查询玩家头模型
/jms skin # 获取玩家皮肤文件
/jms uuid # 查询玩家UUID
```# API
- 获取皮肤接口 [nickac](https://nmsr.nickac.dev/)
- 获取玩家UUID接口 [Mojang](https://zh.minecraft.wiki/w/Mojang_API)