Skip to content
R edited this page Jun 10, 2016 · 17 revisions

Create a folder on the server named: "clientmods". Server directory

in serversync.cfg change:

B:PUSH_CLIENT_MODS=false
to
B:PUSH_CLIENT_MODS=true

Mods in the clientmods folder will automatically be added to the mod_ignore_list.

Should you as a client wish to refuse client mods from the server then change:

B:REFUSE_CLIENT_MODS=false
to
B:REFUSE_CLIENT_MODS=true

Clone this wiki locally