Minecraft 工具集

dusace.qzz.io

Ping延迟测试

3D皮肤渲染

API文档

Ping测试API

GET /api/ping?server=mc.example.com

返回: { "server": "mc.example.com", "latency": 45, "status": "online" }

皮肤数据API

GET /api/skin/data?name=Notch

返回: { "playerName": "Notch", "uuid": "...", "skinUrl": "..." }

皮肤图片API

GET /api/skin/image?name=Notch

返回: 皮肤图片 (PNG格式)