levistone


Namelevistone JSON
Version 0.10.7 PyPI version JSON
download
home_pageNone
SummaryEndstone offers a plugin API for Bedrock Dedicated Servers, supporting both Python and C++.
upload_time2025-10-15 11:33:46
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords plugin python minecraft bedrock
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LeviStone

English | [中文](README.zh.md)

A runtime for running [Endstone](https://github.com/EndstoneMC/endstone) plugins on [LeviLamina](https://github.com/LiteLDev/LeviLamina)

## Installation

```bash
pip install levistone --target plugins/EndstoneRuntime
```
You can also add == after levistone to install a specific version.  
For example, to install version 0.10.5:
```bash
pip install levistone==0.10.5 --target plugins/EndstoneRuntime
```
You can find versions on [PyPI](https://pypi.org/project/levistone/#history).

## FAQ

### Can I run Endstone native plugins?

No, LeviStone only supports plugins written in Python.

### Why are some Endstone versions not supported?

LeviLamina only supports one version from each Minecraft protocol version, while Endstone supports multiple versions.

### How do I know which version I should install?

Check the [LeviLamina supported versions](https://lamina.levimc.org/versions/) and the [Endstone release page](https://github.com/EndstoneMC/endstone/releases).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "levistone",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "plugin, python, minecraft, bedrock",
    "author": null,
    "author_email": "Vincent Wu <magicdroidx@gmail.com>",
    "download_url": null,
    "platform": null,
    "description": "# LeviStone\r\n\r\nEnglish | [\u4e2d\u6587](README.zh.md)\r\n\r\nA runtime for running [Endstone](https://github.com/EndstoneMC/endstone) plugins on [LeviLamina](https://github.com/LiteLDev/LeviLamina)\r\n\r\n## Installation\r\n\r\n```bash\r\npip install levistone --target plugins/EndstoneRuntime\r\n```\r\nYou can also add == after levistone to install a specific version.  \r\nFor example, to install version 0.10.5:\r\n```bash\r\npip install levistone==0.10.5 --target plugins/EndstoneRuntime\r\n```\r\nYou can find versions on [PyPI](https://pypi.org/project/levistone/#history).\r\n\r\n## FAQ\r\n\r\n### Can I run Endstone native plugins?\r\n\r\nNo, LeviStone only supports plugins written in Python.\r\n\r\n### Why are some Endstone versions not supported?\r\n\r\nLeviLamina only supports one version from each Minecraft protocol version, while Endstone supports multiple versions.\r\n\r\n### How do I know which version I should install?\r\n\r\nCheck the [LeviLamina supported versions](https://lamina.levimc.org/versions/) and the [Endstone release page](https://github.com/EndstoneMC/endstone/releases).\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Endstone offers a plugin API for Bedrock Dedicated Servers, supporting both Python and C++.",
    "version": "0.10.7",
    "project_urls": {
        "Changelog": "https://endstone.readthedocs.io/en/latest/changelog",
        "Discussions": "https://github.com/orgs/EndstoneMC/discussions",
        "Documentation": "https://endstone.readthedocs.io",
        "Homepage": "https://github.com/EndstoneMC/endstone",
        "Issues": "https://github.com/EndstoneMC/endstone/issues"
    },
    "split_keywords": [
        "plugin",
        " python",
        " minecraft",
        " bedrock"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d51cee709f9814bd676ae232acc0ec30bd42e42793009d8f3f1a9bbf3d0da72f",
                "md5": "6e9810020b15f45e8540aef59b1f69bc",
                "sha256": "534ce8a6ccbcae5a02a69ed0007fafc659f4c59d352a76adb67e70d6cc1740f0"
            },
            "downloads": -1,
            "filename": "levistone-0.10.7-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6e9810020b15f45e8540aef59b1f69bc",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 8545489,
            "upload_time": "2025-10-15T11:33:46",
            "upload_time_iso_8601": "2025-10-15T11:33:46.136025Z",
            "url": "https://files.pythonhosted.org/packages/d5/1c/ee709f9814bd676ae232acc0ec30bd42e42793009d8f3f1a9bbf3d0da72f/levistone-0.10.7-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c9536c75b263a134291f7f5851acbc424ffbda493140f6a48fb17e0dcf06d77c",
                "md5": "6eb557454a9d4fe43801d2d6b7bf91d7",
                "sha256": "1202c5fa435d7da759d9ae55b670c8bf465ca3576841de71613583d9518f032f"
            },
            "downloads": -1,
            "filename": "levistone-0.10.7-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6eb557454a9d4fe43801d2d6b7bf91d7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 8543592,
            "upload_time": "2025-10-15T11:33:48",
            "upload_time_iso_8601": "2025-10-15T11:33:48.870938Z",
            "url": "https://files.pythonhosted.org/packages/c9/53/6c75b263a134291f7f5851acbc424ffbda493140f6a48fb17e0dcf06d77c/levistone-0.10.7-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2279f4680f84d584d7db1036b520ff8edd9c5de128d3739bd0c5bf1f0dabe78b",
                "md5": "f5e7a8a6869283b1f2e47cc68eadc309",
                "sha256": "fcad1653eb0f6d6e6c66af7ddef76e6ac0098e54bd5b505ce0116a4d6df641c4"
            },
            "downloads": -1,
            "filename": "levistone-0.10.7-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f5e7a8a6869283b1f2e47cc68eadc309",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 8555421,
            "upload_time": "2025-10-15T11:33:51",
            "upload_time_iso_8601": "2025-10-15T11:33:51.260593Z",
            "url": "https://files.pythonhosted.org/packages/22/79/f4680f84d584d7db1036b520ff8edd9c5de128d3739bd0c5bf1f0dabe78b/levistone-0.10.7-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "022ff20a5c6fc5592d5d1925d1dc71eb68b66ccf3fe68364f4eb03e6653cb14d",
                "md5": "275ed05c329e28b4145eacb8e20e9af0",
                "sha256": "ce9f3c85fa5d2b170f10e32249fdb51af03fdf57a6f26bbd1cfbd656aaf726d5"
            },
            "downloads": -1,
            "filename": "levistone-0.10.7-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "275ed05c329e28b4145eacb8e20e9af0",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 8557193,
            "upload_time": "2025-10-15T11:33:53",
            "upload_time_iso_8601": "2025-10-15T11:33:53.786214Z",
            "url": "https://files.pythonhosted.org/packages/02/2f/f20a5c6fc5592d5d1925d1dc71eb68b66ccf3fe68364f4eb03e6653cb14d/levistone-0.10.7-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "36eacf62323a4488e7f3aea8854a909b692484cce701aef0ad5b3ce1c3dea7fe",
                "md5": "c404814f7735cda544621d4b95e4e8f0",
                "sha256": "8e0fd40134294b306548e143926f688f58b939eccc8a4702c49e34603e417693"
            },
            "downloads": -1,
            "filename": "levistone-0.10.7-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c404814f7735cda544621d4b95e4e8f0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 8613963,
            "upload_time": "2025-10-15T11:33:56",
            "upload_time_iso_8601": "2025-10-15T11:33:56.184638Z",
            "url": "https://files.pythonhosted.org/packages/36/ea/cf62323a4488e7f3aea8854a909b692484cce701aef0ad5b3ce1c3dea7fe/levistone-0.10.7-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-15 11:33:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "orgs",
    "github_project": "EndstoneMC",
    "github_not_found": true,
    "lcname": "levistone"
}
        
Elapsed time: 3.49499s