Skip to content

Commit 839c564

Browse files
authored
Update README.md
1 parent 3a23438 commit 839c564

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ A MetaMod plugin that allows you to use multiple workshop addons at once and hav
66
- `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").
77
Once downloads are done, the map is automatically reloaded so content can be precached.
88

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.
1010
- `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.
1114

1215
- `mm_download_addon <id>` Download an addon manually.
1316

0 commit comments

Comments
 (0)