How does the modding thing work, is my init.lua file downloaded?
Hey.
I'm writing a plugin that uses MySQL for some stuff. I understand that Minetest allows for client side modding (ie new blocks, textures, etc) from the server. Obviously this requires the client to download resources, would these resources include the init.lua file? And if so how can I secure my code from being downloaded?
While I'm not worried about other people using it, as it connects to MySQL it contains the passwords to the DB. Ideally the DB would only accept internal connections but I'd still prefer to keep the password safe.
I'm writing a plugin that uses MySQL for some stuff. I understand that Minetest allows for client side modding (ie new blocks, textures, etc) from the server. Obviously this requires the client to download resources, would these resources include the init.lua file? And if so how can I secure my code from being downloaded?
While I'm not worried about other people using it, as it connects to MySQL it contains the passwords to the DB. Ideally the DB would only accept internal connections but I'd still prefer to keep the password safe.