A minecraft bedrock server software written in python

Podrum
Is a Minecraft Bedrock Edition server software written in Python. It’s still under active development, but yet it has few advantages:
-
Easy to use,
-
Written in Python which makes plugins easier to write
Features:
- [ ] World Generation
- [x] Networking
- [x] Commands
- [x] MOTD
- [x] Joinable (1.16.220)
- [ ] Mobs
Running:
Linux and MacOS (Unix systems):
pip3 install -r ./requirements.txt
python3 podrum
Or you can use Powershell.
Windows:
pip install -r ./requirements.txt
python podrum
GitHub