A repository containing mods made for the EmuTarkov-Server
- Add the desired mod folder into /user/mods
- Add this code in /user/server.config.json :
{
"name": "Name of the Mod",
"author": "Author of the mod",
"version": "1.0",
"enabled": true
}
- The server will automaticaly recache
- Start the server & the game
The name of the mod, is the second part of the folder name
The Author name is the first part of the folder name
eg : SenkoSan-EnableLanMod
SenkoSan is the author, EnableLandMod is the name