Refuse unknown players
Hi,
I want to host a minetest server online but only for me and my friends. What possiblities exist to refuse unknown players?
[1] mentions:
How can a default password be set for new users? Is a mod necessary? Which one?
To require a non-empty password the line
is necessary. Has this line to be placed in minetest.conf for all worlds or can it be defined for only one world (in some file like world.mt)?
Kind Regards
arvin
------------------
[1] http://wiki.minetest.net/Server
I want to host a minetest server online but only for me and my friends. What possiblities exist to refuse unknown players?
[1] mentions:
Some servers require:
- a default password for all new users, ask the server owner,
- or a non-empty password, to prevent account stealing.
How can a default password be set for new users? Is a mod necessary? Which one?
To require a non-empty password the line
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
disallow_empty_password = true
is necessary. Has this line to be placed in minetest.conf for all worlds or can it be defined for only one world (in some file like world.mt)?
Kind Regards
arvin
------------------
[1] http://wiki.minetest.net/Server