Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/slackadays/foliatogo

🥡🤖 Nightly builds of the Folia server jar, ready-to-use, right here
https://github.com/slackadays/foliatogo

automated builds folia folia-plugins folia-server foliamc github-actions java minecraft minecraft-multithreading minecraft-performance minecraft-server multithreading nightly open-source paper-fork papermc

Last synced: about 4 hours ago
JSON representation

🥡🤖 Nightly builds of the Folia server jar, ready-to-use, right here

Awesome Lists containing this project

README

        

# 🥡🤖 Folia To Go
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/slackadays/foliatogo/folia.yml?style=for-the-badge&logo=githubactions&label=BUILDS&labelColor=rgb(55%2C%2055%2C%2055))

This repo has automated, nightly builds of the [Folia](https://github.com/PaperMC/Folia) server for Minecraft so that you don't have to build it yourself.

Every midnight UTC, GitHub Actions runs [the build script](https://github.com/Slackadays/FoliaToGo/blob/main/build.sh) and uploads the server .jar to the [Actions](https://github.com/Slackadays/FoliaToGo/actions) area.

These builds may or may not be up-to-date with the latest Folia commits because they run at a certain time every day.



▶️ Download the latest build

## Run It Locally

This method does not work with the Windows command prompt or PowerShell.

First, clone this repo:
```sh
git clone https://github.com/Slackadays/FoliaToGo
```

Now go to its directory:
```sh
cd FoliaToGo
```

Then run the build script:
```sh
sh build.sh
```

## Motivation

I made this because the [Paper](https://github.com/PaperMC/Paper) team refuses to provide automated builds until Folia is "ready." This was to prevent extra support requests.

Unfortunately, this decision made life harder for those of us who want to use Folia anyway. So, why not just make a repo that does nothing but provide these pre-fab builds?

## Support

I don't have any affiliation with Paper or Folia other than being a happy user of theirs. Therefore, I can't provide Folia support here. Check out the [Paper](https://github.com/PaperMC/Paper) page if you need support, though!