nonebot-plugin-mcplayer-render


Namenonebot-plugin-mcplayer-render JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/GLDYM/nonebot-plugin-mcplayer-render
Summary正版玩家信息查询与皮肤渲染
upload_time2025-08-10 03:54:25
maintainerNone
docs_urlNone
authorPolaris_Light
requires_python>=3.10
licenseMIT
keywords mc nonebot
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">
    <a href="https://v2.nonebot.dev/store">
    <img src="https://raw.githubusercontent.com/fllesser/nonebot-plugin-template/refs/heads/resource/.docs/NoneBotPlugin.svg" width="310" alt="logo"></a>

# nonebot-plugin-mcplayer-render

_✨ 正版玩家信息查询与皮肤渲染 ✨_


<a href="./LICENSE">
    <img src="https://img.shields.io/github/license/GLDYM/nonebot-plugin-mcplayer-render.svg" alt="license">
</a>
<a href="https://pypi.python.org/pypi/nonebot-plugin-mcplayer-render">
    <img src="https://img.shields.io/pypi/v/nonebot-plugin-mcplayer-render.svg" alt="pypi">
</a>
<img src="https://img.shields.io/badge/python-3.10+-blue.svg" alt="python">

</div>

## 安装

<details open>
<summary>使用 nb-cli 安装</summary>
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装

    nb plugin install nonebot-plugin-mcplayer-render

</details>

<details>
<summary>使用包管理器安装</summary>
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令

<details>
<summary>pip</summary>

    pip install nonebot-plugin-mcplayer-render
</details>
<details>
<summary>pdm</summary>

    pdm add nonebot-plugin-mcplayer-render
</details>
<details>
<summary>poetry</summary>

    poetry add nonebot-plugin-mcplayer-render
</details>
<details>
<summary>conda</summary>

    conda install nonebot-plugin-mcplayer-render
</details>

打开 nonebot2 项目根目录下的 `pyproject.toml` 文件, 在 `[tool.nonebot]` 部分追加写入

    plugins = ["nonebot_plugin_mcplayer_render"]

</details>

## 使用方法
- /player \<ID or UUID\> 查询对应玩家的信息和皮肤预览图
- /player \<ID or UUID\> \<type\> 查询对应玩家的 UUID 与指定的皮肤预览图
  - 可用参数: raw, body, avatar, default, marching, walking, crouching, crossed, criss_cross, ultimate, isometric, cheering, relaxing, trudging, cowering, pointing, lunging, dungeons, facepalm, sleeping, dead, archer, kicking, mojavatar, reading

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/GLDYM/nonebot-plugin-mcplayer-render",
    "name": "nonebot-plugin-mcplayer-render",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "mc, nonebot",
    "author": "Polaris_Light",
    "author_email": "995905922@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/72/8f/544e9a194d5e51c85ab595761258764cb4be15a9e72a56e59d8e1a6600bb/nonebot_plugin_mcplayer_render-1.0.3.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n    <a href=\"https://v2.nonebot.dev/store\">\n    <img src=\"https://raw.githubusercontent.com/fllesser/nonebot-plugin-template/refs/heads/resource/.docs/NoneBotPlugin.svg\" width=\"310\" alt=\"logo\"></a>\n\n# nonebot-plugin-mcplayer-render\n\n_\u2728 \u6b63\u7248\u73a9\u5bb6\u4fe1\u606f\u67e5\u8be2\u4e0e\u76ae\u80a4\u6e32\u67d3 \u2728_\n\n\n<a href=\"./LICENSE\">\n    <img src=\"https://img.shields.io/github/license/GLDYM/nonebot-plugin-mcplayer-render.svg\" alt=\"license\">\n</a>\n<a href=\"https://pypi.python.org/pypi/nonebot-plugin-mcplayer-render\">\n    <img src=\"https://img.shields.io/pypi/v/nonebot-plugin-mcplayer-render.svg\" alt=\"pypi\">\n</a>\n<img src=\"https://img.shields.io/badge/python-3.10+-blue.svg\" alt=\"python\">\n\n</div>\n\n## \u5b89\u88c5\n\n<details open>\n<summary>\u4f7f\u7528 nb-cli \u5b89\u88c5</summary>\n\u5728 nonebot2 \u9879\u76ee\u7684\u6839\u76ee\u5f55\u4e0b\u6253\u5f00\u547d\u4ee4\u884c, \u8f93\u5165\u4ee5\u4e0b\u6307\u4ee4\u5373\u53ef\u5b89\u88c5\n\n    nb plugin install nonebot-plugin-mcplayer-render\n\n</details>\n\n<details>\n<summary>\u4f7f\u7528\u5305\u7ba1\u7406\u5668\u5b89\u88c5</summary>\n\u5728 nonebot2 \u9879\u76ee\u7684\u63d2\u4ef6\u76ee\u5f55\u4e0b, \u6253\u5f00\u547d\u4ee4\u884c, \u6839\u636e\u4f60\u4f7f\u7528\u7684\u5305\u7ba1\u7406\u5668, \u8f93\u5165\u76f8\u5e94\u7684\u5b89\u88c5\u547d\u4ee4\n\n<details>\n<summary>pip</summary>\n\n    pip install nonebot-plugin-mcplayer-render\n</details>\n<details>\n<summary>pdm</summary>\n\n    pdm add nonebot-plugin-mcplayer-render\n</details>\n<details>\n<summary>poetry</summary>\n\n    poetry add nonebot-plugin-mcplayer-render\n</details>\n<details>\n<summary>conda</summary>\n\n    conda install nonebot-plugin-mcplayer-render\n</details>\n\n\u6253\u5f00 nonebot2 \u9879\u76ee\u6839\u76ee\u5f55\u4e0b\u7684 `pyproject.toml` \u6587\u4ef6, \u5728 `[tool.nonebot]` \u90e8\u5206\u8ffd\u52a0\u5199\u5165\n\n    plugins = [\"nonebot_plugin_mcplayer_render\"]\n\n</details>\n\n## \u4f7f\u7528\u65b9\u6cd5\n- /player \\<ID or UUID\\> \u67e5\u8be2\u5bf9\u5e94\u73a9\u5bb6\u7684\u4fe1\u606f\u548c\u76ae\u80a4\u9884\u89c8\u56fe\n- /player \\<ID or UUID\\> \\<type\\> \u67e5\u8be2\u5bf9\u5e94\u73a9\u5bb6\u7684 UUID \u4e0e\u6307\u5b9a\u7684\u76ae\u80a4\u9884\u89c8\u56fe\n  - \u53ef\u7528\u53c2\u6570: raw, body, avatar, default, marching, walking, crouching, crossed, criss_cross, ultimate, isometric, cheering, relaxing, trudging, cowering, pointing, lunging, dungeons, facepalm, sleeping, dead, archer, kicking, mojavatar, reading\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "\u6b63\u7248\u73a9\u5bb6\u4fe1\u606f\u67e5\u8be2\u4e0e\u76ae\u80a4\u6e32\u67d3",
    "version": "1.0.3",
    "project_urls": {
        "Homepage": "https://github.com/GLDYM/nonebot-plugin-mcplayer-render"
    },
    "split_keywords": [
        "mc",
        " nonebot"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bcf7f036d4e3cb76ee32672ba76bc36742be4743e2b052c691e82e46be47d3a6",
                "md5": "ddc25173d99cc5440dd725a603204100",
                "sha256": "52c3593aec25fee5774c4c5e1f07d31c8224239aee65dd76a986540e77e12e24"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_mcplayer_render-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ddc25173d99cc5440dd725a603204100",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 4941,
            "upload_time": "2025-08-10T03:54:24",
            "upload_time_iso_8601": "2025-08-10T03:54:24.353984Z",
            "url": "https://files.pythonhosted.org/packages/bc/f7/f036d4e3cb76ee32672ba76bc36742be4743e2b052c691e82e46be47d3a6/nonebot_plugin_mcplayer_render-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "728f544e9a194d5e51c85ab595761258764cb4be15a9e72a56e59d8e1a6600bb",
                "md5": "174ddacc0d35c21e8607105745dd37d1",
                "sha256": "770cf97734117a6ea5afdd144afeeaedb9b2160c7d4df6febe12f91a8d006ba4"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_mcplayer_render-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "174ddacc0d35c21e8607105745dd37d1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 4076,
            "upload_time": "2025-08-10T03:54:25",
            "upload_time_iso_8601": "2025-08-10T03:54:25.654810Z",
            "url": "https://files.pythonhosted.org/packages/72/8f/544e9a194d5e51c85ab595761258764cb4be15a9e72a56e59d8e1a6600bb/nonebot_plugin_mcplayer_render-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-10 03:54:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GLDYM",
    "github_project": "nonebot-plugin-mcplayer-render",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "nonebot-plugin-mcplayer-render"
}
        
Elapsed time: 2.49072s