From f41607a13137bda7de62456d97c208396601f097 Mon Sep 17 00:00:00 2001 From: Starystars67 Date: Sun, 19 Jul 2026 01:37:58 +0100 Subject: [PATCH] Enhance missing file notification details for mods Clarified the notification process for missing protected mod files in the launcher and in-game. --- docs/en/server/create-a-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/server/create-a-server.md b/docs/en/server/create-a-server.md index 403fced1..db912598 100644 --- a/docs/en/server/create-a-server.md +++ b/docs/en/server/create-a-server.md @@ -252,7 +252,7 @@ That's it! Your modded map should now be available to join! You can now protect mods! This will allow you to host a server with protected or restricted content without actually redistributing the content. This is ideal for if you have what is frequently referred to as "Paid Mods" or you are a mod creator and wish to have a limited access to your latest work. Just run `protectmod ` in the server console to protect a mod. Users that join a server with protected mods will need to obtain the file themselves from another source such as direct from the creator or via platforms like Patreon. Once obtained they need to put it in their launcher's resources folder. -The launcher will inform the user about this if the file is missing. +The launcher will inform the user about this if the file is missing additionally the user will also see a notification in-game that shows the missing file and how to fix it ### **6. How to join your server**