Creating a Cobblemon server
A detailed set of instructions will explain how to create a Fabric Cobblemon server.
How do you make a server for Cobblemon [Fabric]?
Check to see if your host provider has a Modpack Installer.
If your host has one, search for the Cobblemon [Fabric] Modpack and click "Install" or whatever modpack you want.
Be sure to remove any client-side mods from the server, as these can sometimes cause issues. If you are using a dedicated host that doesn't have a modpack installer, you will need to use SFTP to add the mods manually.
How do you make a local server for Cobblemon [Fabric]?
Get the Fabric Server Launcher, Once you are on the page set the Minecraft Version to
1.21.1
and set the Fabric Loader Version to0.16.10
. After that, you want to press theExecutable Server (.jar)
button.Then you want to copy the text labeled under "Launch Command", make a new folder on your desktop, and drag and drop the
.jar
file from the previous step into that folder, then with the launch command we copied you want to create a new text document and name itstart.txt
then paste the launch command into the.txt
File. You then want to rename thestart.txt
file tostart.bat
.Be sure to remove any client-side mods from the server. Then double-click the
start.bat
file we just made. You will need to edit theeula.txt
file to true when it is generated, In which you are accepting the Minecraft EULA.
Start.bat Template
java -Xmx2G -jar fabric-server-mc.1.21.1-loader.0.16.10-launcher.1.0.1.jar nogui
Last updated
Was this helpful?