- Introduction
- Prerequisites
- Installation
- Launching IRC server
- Development
- Contributing
- License
- Contact
- Links
Progreso is a Minecraft Utility Mod designed for anarchy servers. It offers a range of features to enhance gameplay and provide utility functions for players.
- Java 21 or higher
- Docker and Docker Compose (for running the IRC server)
- Install fabric 1.21
- Download the latest release from releases or dev build from actions
- Place the downloaded jar file in the
.minecraft/modsfolder - Launch Minecraft using the Fabric 1.21 profile
- Clone the repository
- Navigate to the project directory
- Rename
.env.exampleto.envand setSERVER_PORT - Run the following command to start the IRC server using Docker Compose:
docker-compose up -d
- The IRC server will be available at
ws://localhost:${SERVER_PORT}
progreso-api(source) - Api forprogreso-client. Shouldn't interact with minecraft/modding api classes.progreso-client(source) - Client. Usesprogreso-apias base.progreso-irc(source) - IRC server and client.
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch) - Make your changes
- Commit your changes (
git commit -m 'Add new feature') - Push to the branch (
git push origin feature-branch) - Open a pull request
This project is licensed under the GNU General Public License v3.0. See the LICENSE.md file for details.
For any questions or support, please open an issue on the GitHub repository.