Jordan Irwin 1c8f9be682 Cleanup
2021-06-09 16:02:54 -07:00
2021-06-09 15:53:59 -07:00
2021-06-09 16:02:54 -07:00
2021-06-09 15:51:17 -07:00
2021-06-09 15:52:10 -07:00
2021-06-09 15:53:59 -07:00
2021-05-09 02:22:10 -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 add
    • Adds a username to whitelist & allows access to server.
  • /whitelist remove
    • Removes a username from whitelist & denies access to server.

Settings:

  • whitelist.enable
    • Enables/Disables denying access to users not on the whitelist.
    • Enabled by default.
  • whitelist.message
    • Changes the default message "This server is whitelisted and you are not on the whitelist."

Licensing:

Requirements:

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