# Podrum
Moved to https://github.com/Podrum/Podrum
README also available in:
Is a Minecraft Bedrock Edition server software written in Python.
It's still under active development, yet it has a few advantages:
**1.** Easy to use,
**2.** Written in Python which makes plugins easier to write
## Features:
- [x] World Generation
- [x] Networking
- [x] Commands
- [x] MOTD
- [x] Joinable
- [x] Plugin API
- [ ] Mobs
## Running:
Linux and MacOS (Unix systems):
```sh
pip3 install -r requirements.txt
python3 run.py
```
Windows:
```batch
pip install -r requirements.txt
python run.py
```
Please note for linux you may need to install the following packages before running the above commands:
- `python-dev` (e.g. `python3.6-dev` for Python 3.6)
# FAQ:
- Can I contribute?
> Sure.
- What version of Python should I use?
> Any python version above Python 3.5 should work, but we recommend you use the latest one.
- Is this free?
> Yes it is.
- Is this for Minecraft Java or Bedrock?
> Its currently for bedrock but there may be a plugin for java edition.
- Can I use this yet?
> We wouldn't recommend using this for a serious project yet.
- Does it support plugins?
> Yes, it does, you can write them in Python (and maybe some other languages with some tricks).
- I have a question that isn't answered here, where can I ask it?
> On our [discord](https://discord.gg/ScSsnwQ4kW).