https://github.com/liteldev/levistone
A runtime for running Endstone plugins on LeviLamina
https://github.com/liteldev/levistone
bedrock-dedicated-server endstone levilamina plugin
Last synced: 8 months ago
JSON representation
A runtime for running Endstone plugins on LeviLamina
- Host: GitHub
- URL: https://github.com/liteldev/levistone
- Owner: LiteLDev
- License: apache-2.0
- Created: 2025-01-14T11:32:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-29T20:34:48.000Z (9 months ago)
- Last Synced: 2025-10-03T00:33:23.025Z (9 months ago)
- Topics: bedrock-dedicated-server, endstone, levilamina, plugin
- Language: Lua
- Homepage:
- Size: 45.9 KB
- Stars: 20
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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).