- Git (or a clone of the GitHub Repo)
- Patience
- Time
Clone the Repo
You can download a copy of Git from https://git-scm.com/downloads. If you’re on a Mac you will most likely already have Git if you’re downloadedxcode-tools from Terminal.
Once you’ve downloaded Git from your preferred platform you now need to clone the directory, open a command prompt or terminal window and type one of the following command
- Windows :
cd %username%/Desktop - Mac / Linux :
cd ~/Desktop
Building JAR
Now we have successfully cloned the Repo we need to apply the Folia patches, if you haven’t already run the following command to move your Command Prompt / Terminal session into the Folia directory.builds/lib folder and collect your newly compiled JAR file.
:::danger
As a reminder, this is pre-production software. If you do decide to run this in production take frequent backups and prepare for bugs and glitches.
:::