Server software for Minecraft: Bedrock Edition, written in Python. It is currently in the early stages of development. ๐ง We are Looking For Developers, think your interested, see how to apply here: https://PieMC-dev.github.io/developers
First of all you need to install requirements with:
pip install -r requirements.txt
which if you run start.cmd
it will automatically install on startup
To run the server, execute the following command in PieMC directory: See how to get to the directory here
python start.py
or run start.cmd
/start.sh
- โ Basic protocol
- โ MOTD
- โฌ Game Protocol
- โฌ Plugins
- โฌ Permissions
- โฌ Ability to log in to the server
- โฌ Commands
- โฌ World Generation
- โฌ Mobs
-
Is it possible to create plugins?
Not at the moment, but we will work on it.
-
When will the software be ready for use?
Implementing all the mechanics that Mojang has developed over the past 12 years from scratch is not an easy task. We will continue working on it and hope for your help.
-
Can I help with the development?
Certainly! If you know Python and can understand the project's code, we welcome your contributions. Please submit your Pull Requests, and we will review them.
-
Can I talk to the developer?
Yes, you can reach out to LapisMYT via Telegram: @LapisMYT Or join our Discord Server Here:
-
Why Python specifically?
Python is a simple and convenient language that many people know. We hope that this choice will make the project more accessible and maintainable by other developers.
๐ Stars Evolution:
- Lead Developer: @LapisMYT
- Collaborators:
We welcome contributions from the community. If you're interested in contributing to the project, please follow these guidelines:
- Fork the repository and create your branch from
pieraknet
. - Make your changes, ensuring they follow the project's coding conventions.
- Test your changes thoroughly.
- Submit a pull request with a clear description of your changes and the problem it solves.
Our roadmap outlines the future development plans for PieMC. We're excited about the potential of this project and aim to bring a comprehensive and feature-rich Minecraft: Bedrock Edition server software to the community. Here's what we have in store:
- Basic protocol โ - Implement the fundamental networking protocol for communication between the server and clients.
- MOTD โ - Add support for the Message of the Day (MOTD) to display server information to players.
- Game Protocol โฌ - Develop the game protocol to handle gameplay mechanics, such as block placement, player movement, and world interactions.
- Plugins โฌ - Create a flexible and extensible plugin system, allowing developers to enhance server functionality with custom features.
- Permissions โฌ - Implement a permissions system to manage user access levels and control their actions on the server.
- User Authentication โฌ - Introduce a secure authentication mechanism to allow players to log in using their Minecraft accounts.
- Commands โฌ - Design and implement a comprehensive command system for server administration and gameplay customization.
- World Generation โฌ - Develop advanced world generation algorithms to create diverse and immersive game worlds.
- Mobs โฌ - Introduce a variety of mobs with unique behaviors and interactions to enhance the gameplay experience.
- Scalability โฌ - Optimize the server software to handle a large number of concurrent players and ensure smooth performance.
- Resource Efficiency โฌ - Fine-tune resource usage to minimize server overhead and improve overall efficiency.
- Documentation and Tutorials โฌ - Provide comprehensive documentation and tutorials to help users understand and utilize PieMC effectively.
- Bug Fixes and Stability โฌ - Continuously address reported issues, fix bugs, and ensure a stable and reliable server software.
- Community Feedback โฌ - Listen to the community's feedback, ideas, and suggestions to shape the future direction of PieMC.
We're thrilled to have you on this journey with us. As we progress through each phase, we'll update the roadmap to reflect our accomplishments and adapt to new challenges and opportunities.
This project is licensed under the GPL-3.0 License. NOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG.