2022-09-28 19:27:12 -07:00
2022-09-28 12:32:34 -07:00
2022-09-28 14:00:48 -07:00
2022-09-28 14:02:34 -07:00
2022-09-28 12:32:34 -07:00
2021-06-09 15:51:17 -07:00
2022-09-28 14:02:34 -07:00
2021-08-12 16:49:47 -07:00
2022-09-28 14:00:48 -07:00
2022-09-28 19:27:12 -07:00

Whiter List (whitelist) mod for Minetest

Description:

A Minetest mod that adds a simple player whitelist. Any player names not found in the whitelist are denied access to the server.

Forked from ShadowNinja's original White List.

icon

Usage:

Whitelist can be updated by editing whitelist.txt in the world directory or by issuing the following in-game commands. The ban privilege is required for issuing chat commands.

Commands:

  • /whitelist [<command> <name>]
    • Manages the whitelist.
    • Without parameters: displays all whitelisted names
    • commands:
      • query: checks if a name is whitelisted
      • add: adds a name to whitelist
      • remove: removes a names from whitelist
    • name: name of player

Settings:

  • whitelist.enable
    • Enables/Disables denying access to users not on the whitelist.
    • Enabled by default.
  • whitelist.message
    • Changes the default message "Server access is restricted to whitelisted players only."

The whitelist.txt file is reloaded whenever a player attempts to log on. So it can be edited without the need to restart the server.

Licensing:

Requirements:

  • Minimum Minetest version: 5.0.0
  • Depends: none
  • Optional depends: none
Description
No description provided
Readme 155 KiB
Languages
Lua 63.8%
Python 36.2%