Page 1 of 1

[Mod] White list [whitelist]

PostPosted: Wed Jan 29, 2014 00:29
by ShadowNinja
This is a simple mod that adds a player white list.

Commands:
  • /whitelist add PlayerName
  • /whitelist remove PlayerName

You can also edit the "whitelist.txt" file in the world directory. (The format is one player name per line)

Supported Minetest versions: 0.4.9+
GitHub: https://github.com/ShadowNinja/whitelist
Download: https://github.com/ShadowNinja/whitelist/archive/master.zip
License: WTFPL

PostPosted: Wed Jan 29, 2014 00:44
by hoodedice
Does this kick player on connect?

PostPosted: Wed Jan 29, 2014 00:47
by ShadowNinja
hoodedice wrote:Does this kick player on connect?

No, it uses minetest.register_on_prejoinplayer to disconnect players before they even finish connecting and to give them a proper disconnect reason.

PostPosted: Sat Feb 01, 2014 11:31
by Ragnar
Good job =)

PostPosted: Mon Feb 03, 2014 01:28
by Enke
Huzzah!

PostPosted: Sat Feb 08, 2014 13:36
by LuxAtheris
This is a good mod.
Very useful.

PostPosted: Sat Feb 08, 2014 14:15
by BrunoMine
works as a notepad?

PostPosted: Thu Apr 03, 2014 09:52
by CWz
Can you add an option to toggle whitelist mode?

PostPosted: Thu Apr 03, 2014 15:39
by ShadowNinja
CWz wrote:Can you add an option to toggle whitelist mode?

The whitelist can be enabled and disabled by simply enabling or disabling the mod.