You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,11 @@ A MetaMod plugin that allows you to use multiple workshop addons at once and hav
6
6
-`mm_extra_addons <ids>` The workshop IDs of extra addons separated by commas, addons will be downloaded (if not present) and mounted (e.g. "3090239773,3070231528").
7
7
Once downloads are done, the map is automatically reloaded so content can be precached.
8
8
9
-
-`mm_extra_addons_timeout <seconds>` How long until clients are timed out in between connects for extra addons, timed out clients will reconnect for their current pending download.
9
+
-`mm_extra_addons_timeout <seconds> (default 10)` How long until clients are timed out in between connects for extra addons, timed out clients will reconnect for their current pending download.
10
10
-`mm_print_searchpaths` Print all the search paths currently mounted by the server.
11
+
-`mm_addon_mount_download <0/1> (default 0)` If enabled, the plugin will initiate an addon download every time even if it's already installed, this will guarantee that updates are applied immediately.
12
+
-`mm_cache_clients_with_addons <0/1> (default 0)` If enabled, the plugin will keep track of client SteamIDs that have fully joined to prevent sending them addons when they already have them (i.e. when they rejoin or the map changes).
13
+
-`mm_block_disconnect_messages <0/1> (default 0)` If enabled, the plugin will block *ALL* disconnect events with the "loop shutdown" reason. This will prevent disconnect chat messsages whenever someone reconnects because they're getting an addon.
11
14
12
15
-`mm_download_addon <id>` Download an addon manually.
0 commit comments