Search found 3 matches

by krux
Thu Oct 18, 2018 20:23
Forum: Servers
Topic: Setting up a server for a school project.
Replies: 5
Views: 996

Re: Setting up a server for a school project.

copy paste that code into a text file and name "init.lua" put init.lua into a folder called "antigrief" put that folder into "mods" directory. Sometimes minetest has more than 1 mods directory, just find the one with other mod folders in it and that's the right place. ...
by krux
Wed Oct 17, 2018 20:34
Forum: Servers
Topic: Setting up a server for a school project.
Replies: 5
Views: 996

Re: Setting up a server for a school project.

dawgdoc wrote:Check the code in this mod by Maikerumine, he has it set up to prevent placing lava and water above 0 in altitude.
https://github.com/maikerumine/ESM5/blo ... igrief.lua
That would be perfect, how do I use the code, can I put it in a excisting file or do I need to use the complete package?
by krux
Tue Oct 16, 2018 19:30
Forum: Servers
Topic: Setting up a server for a school project.
Replies: 5
Views: 996

Setting up a server for a school project.

Hi,

I have a problem. I'm trying out minetest to do a small porject in school but i need to remove the lava and water.
Is there a simple way to remove the blocks from everyone inventory or to stop them from flowing when used?