LeviStone
A runtime for running Endstone plugins on LeviLamina
Install / Use
/learn @LiteLDev/LeviStoneREADME
LeviStone
English | 中文
A runtime for running Endstone plugins on LeviLamina
Installation
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:
pip install levistone==0.10.5 --target plugins/EndstoneRuntime
You can find versions on PyPI.
Using Docker? Try docker-levistone-server
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 and the Endstone release page.
