https://github.com/ritzatemo/redmc
Plugin infrastructure for Minecraft servers in the Vanilla Survival Multiplayer (SMP) category, with a focus on the Folia core.
https://github.com/ritzatemo/redmc
folia folia-plugin folia-supported infrastructure minecraft minecraft-plugin minecraft-server papermc papermc-plugin smp vanilla
Last synced: 3 months ago
JSON representation
Plugin infrastructure for Minecraft servers in the Vanilla Survival Multiplayer (SMP) category, with a focus on the Folia core.
- Host: GitHub
- URL: https://github.com/ritzatemo/redmc
- Owner: RitzAtemo
- License: agpl-3.0
- Created: 2025-09-20T17:43:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-20T19:21:19.000Z (9 months ago)
- Last Synced: 2025-09-20T19:27:40.560Z (9 months ago)
- Topics: folia, folia-plugin, folia-supported, infrastructure, minecraft, minecraft-plugin, minecraft-server, papermc, papermc-plugin, smp, vanilla
- Language: Java
- Homepage: https://aviora.red
- Size: 80.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RedMC Infrastructure
Plugin infrastructure for Minecraft servers in the Vanilla Survival Multiplayer (SMP) category, with a focus on the Folia core.




## Documentation
Full documentation is available in the [Wiki](wiki/README.md), including plugin descriptions, command trees, and permission tables.
## Installation
Step-by-step instructions to install the plugin:
1. Download the latest release from the [Releases](https://github.com/RitzAtemo/RedMC/releases/) page
2. Place the `.jar` files into your server's `plugins` folder
3. Restart the server
## Configuration
All plugin settings are configured in their respective `config.yml` files. Messages can be customized in the corresponding `lang` folders, named according to the language (e.g., `en_US.yml`), which are automatically used based on the client’s language.
## Build
This project uses **Gradle** as its build system. To build all plugins, run:
```bash
./gradlew build
```
This will compile the source code, run the necessary tasks, and produce `.jar` files in the `build/libs/` directory.
> If you are using Windows, use `gradlew.bat build` instead of `./gradlew build`.
## Test
To debug the plugins with Folia, use:
```bash
./gradlew runFolia
```
This will start a local Folia server instance with your plugins loaded, allowing you to test features in a real server environment.
> Tip: You can modify the run configuration in `build.gradle` if you want to change server version or plugin paths.
## Contributing
Pull requests, suggestions, and feedback are welcome!
To contribute:
1. **Fork** this repository
2. Create a new branch for your improvement or fix
3. Write your code and commit the changes
4. Open a **pull request**
## License
This project is licensed under the [AGPL-3.0 License](LICENSE).
Copyright © Ritz Atemo, aviora.red
## Acknowledgements
- Inspired by the Folia core project