diff --git a/docs/en/server/create-a-server.md b/docs/en/server/create-a-server.md index d6b8b51d..c098492e 100644 --- a/docs/en/server/create-a-server.md +++ b/docs/en/server/create-a-server.md @@ -208,7 +208,12 @@ Now run your server again, and see if it spits out any more `[ERROR]` or `[WARN] #### 5.1 How to add mods to your server -Vehicle mods and map mods are different to install, but both require you to put them in your server's (`Resources/Client`) folder. Simply slide any mod you want to add in that folder.  +Vehicle mods and map mods are different to install, but both require you to put them in your server's (`Resources/Client`) folder. Simply slide any mod you want to add in that folder. + +!!! warning + + Should you receive a "done" or "start" message when trying to join your server after adding mods, you likely added an incompatible or broken mod to your server. + Mod incompatibilities can also occur between 2 or more mods. If you have client mods installed, check [this guide](../../FAQ/How-to-deactivate-mods.md) about removing mods from your game. #### 5.2 General Mods