lockout
whitelist and password protected server mod
Features
- Whitelist by playername
- Server password
- Server priv only
Whitelist
Blocks any player not in the list of players (defined in /lockout
)
This will kick the server admin if they didn't add themselves to the list (Add yourself then others, one name per line, no puncuation)
Server Password
Shows a player on connect a formspec which asks for the server password (defined in /lockout
), if the password was incorrect kicks them.
If whitelist mode is enabled the server will only ask those who are on the whitelist.
Server Priviledge Only
Blocks any player unless they have server
privs.
This ignores if the player is on the whitelist or not, and doesn't ask the server password.
Setup
- Get this mod
- Enable this mod in the
world.mt
file (per world) - Go in game and issue
/lockout
to begin defining it's settings
Additional settings are in
minetest.conf
after first run.