Minecraft | How to install Fabric API
Installing Fabric on your server
Fabric is a lightweight, experimental modding toolchain for Minecraft.
Installing Fabric Server
Download the Windows Fabric Installer.
You can download it here: https://fabricmc.net/use/
Create a folder on your desktop
Run the installer you downloaded and select "server", you can find it in the tab.
Select the Minecraft Java version you prefer. Do not touch the loader, keep it default unless you know what it is. For the file location, select the folder that you just made.
After The installation is done, click “download server jar” and wait for it until it says Valid.
There will be two jars, fabric-server-launch.jar and server.jar. Rename fabric-server-launch.jar to fabric.jar.
Upload the fabric.jar and the server.jar from the folder you have created to your server (you need to replace any existing server.jar you might have on the server).
We recommend using FTP to upload the files. For a tutorial on SFTP please see: https://help.skynode.pro/en/article/panel-how-to-manage-files-using-sftp-1dn4a06/
On the panel head to Startup (in top menu) > Startup Settings and change the "Server Jar File" name to fabric.jar, then will be saved automatically.
Start your server.
Installing Fabric API
Fabric API is the core library for the most common hooks and intercompatibility measures utilized by mods using the Fabric toolchain
Download Fabric API
You can download it here: https://www.curseforge.com/minecraft/mc-mods/fabric-api
Upload the jar file to your mods folder
Upload the mods you’ve downloaded to server files/mods
Start your server.
Updated on: 28/08/2021
Thank you!