WIP
Quilt is in beta. Here be dragons - there may be issues, but we'll fix them as quickly as we can!
If you'd like to help us test Quilt, please feel free to install it, try it, and let us know how you get on!
Before getting started, you'll need to make sure you download a copy of the Quilt installer. You'll also need to make sure you've installed Java.
Once you have a copy of the Quilt installer downloaded, follow these steps:
This will download a copy of the Minecraft server to the location you specified, and install Quilt to it, providing a launcher JAR to start the server with. Once that's done, create a .bat (for Windows) or .sh (for Mac/Linux) file, with the following contents:
java -jar quilt-server-launch.jar noguiThat's all there is to it - use the corresponding .bat or .sh file to start the server for the first time, then stop it (with /stop or ctrl+c) and set it up as you normally would.
Once you have a copy of the Quilt installer downloaded, you'll need to run it from your terminal, replacing INSTALLER_VERSION and MINECRAFT_VERSION as needed:
java -jar quilt-installer-INSTALLER_VERSION.jar \
  install server MINECRAFT_VERSION \
  --download-serverThis will download a copy of the Minecraft server to server/ and install Quilt to it, providing a launcher JAR to start the server with. Once that's done, create a .bat (for Windows) or .sh (for Mac/Linux) file, with the following contents:
java -jar quilt-server-launch.jar noguiThat's all there is to it - use the corresponding .bat or .sh file to start the server for the first time, then stop it (with /stop or ctrl+c) and set it up as you normally would.
Installing mods is a fairly simple process:
mods alongside your server files, if one doesn't already existmods/ folderLaunch your installation, and the mods should be available immediately. If you run into any issues, please take a look at the troubleshooting page, or join us on Discord to ask for support!