From e1a07d25c4a85b0c1b5fcdbfa3d21e1bdaff089b Mon Sep 17 00:00:00 2001 From: Protogen187 <162638343+Protogen187@users.noreply.github.com> Date: Fri, 6 Jun 2025 08:31:37 +0200 Subject: [PATCH] Update create-a-server.md --- docs/en/server/create-a-server.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/en/server/create-a-server.md b/docs/en/server/create-a-server.md index c78505e2..796598f5 100644 --- a/docs/en/server/create-a-server.md +++ b/docs/en/server/create-a-server.md @@ -207,7 +207,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) #### 5.2 General Mods