It should be worth noting that everything in this document is provided “as-is” and does not guarantee any level of functionality for this product. You will also not be provided support for any Folia related issues outside of bug reports to the respective developers. You will need:Documentation Index
Fetch the complete documentation index at: https://docs.worldspace.cloud/llms.txt
Use this file to discover all available pages before exploring further.
- 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.
:::