To add mods to your unturned server, you will need to follow these steps :
First, find the IDs of the wanted mods.
To find the mod workshop ID, check the mod page URL. For example, the
Blacksmithing Mod ID is 1911892210.
Once done, you need to :
- Launch your Unturned server
- Go to the "files" page
- Go in the "Servers" folder
- Go in the "Default" folder
- Click on the "WorkshopDownloadConfig.json" file
Once in the right file, you will see a line with "File_IDs", just add your mods IDs there :
"File_IDs": [1911892210]
If you want to add multiple mods, separate the IDs with a coma :
"File_IDs": [1911892210, 1323467538]