IMPORTANT: Do not use this in production. This is an experimental project and may contain bugs, security vulnerabilities, and other issues. Use at your own risk.
Goals:
- Learn more about Minecraft's internals
- Provide a platform experiment with new features
Planned features:
- API layer
- Plugin system
- Event bus
- Command API
If you have questions, suggestions, or want to contribute, please join our Discord server.
- Clone the repository:
git clone https://github.com/OrigamiMC/Origami.git - Run
./gradlew setupStratapto set up the development environment - Run
./gradlew applyFilePatchesto apply necessary patches - Run
./gradlew origami-server:shadowJarto build the project - The built server JAR will be located at
origami-server/build/libs/origami-server-<version>.jar
