Page 1 of 1

Server mods not working, What did i do wrong?

PostPosted: Tue Sep 24, 2013 23:06
by dafull97
First let me explain what i did, i made a folder in my server, named mods... then i put the mods i wanted in there(unzipped), and restarted whole VPS, and started my vps... not working... what did i do wrong?

Thanks,
Dafull97

PostPosted: Tue Sep 24, 2013 23:42
by Menche
As of the latest minetest release, you also have to enable the mods for each world. In the world folder, there should be a file called "world.mt". To enable an installed mod, add "load_mod_[modname] = true" to that file. If you have run the server since installing the mods, those lines should already be there, but set to false.

PostPosted: Wed Sep 25, 2013 18:33
by dafull97
Menche wrote:As of the latest minetest release, you also have to enable the mods for each world. In the world folder, there should be a file called "world.mt". To enable an installed mod, add "load_mod_[modname] = true" to that file. If you have run the server since installing the mods, those lines should already be there, but set to false.


thanks, irc mods or whatever helped me already =D