Minecraft Classic server software written in Python.
- Clone the repository.
- Find a .cw world file you want to use, and name it
Parkour.cw. - Copy world file into the
mapsfolder. - Run the server using Python 3.6 or higher:
python3 main.py
- Connect to the server using Minecraft Classic client at
localhost:25565.
- Fully supports Minecraft Classic protocol.
- Load and serve .cw world files.
- Basic player movement and block placement.
- Chat functionality.
- Add
server.propertiesstyle configuration (port, max players, world name etc). - Implement world generation.
- Tidy up the code (I haven't touched this project in over 2 years).
Feel free to fork the repository and submit pull requests. Any contributions are welcome! Try to replicate the existing code style. Thank you!