shivajiva101 / player_clean

Minetest mod - cleans player of specified items and resets privs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Player Clean

Cleans specified items and resets privileges of player.
Note: Owner is automatically exempt from being cleaned!

Commands

  • /clear <player_name> -- for use after a player joins.

  • /pcwl (<add | remove>) <player_name> add/remove player to/from the whitelist, use /pcwl to see the list

Privileges

  • pcadmin allows use of /clean and /pcwl commands.

Functions

This mod adds pclean.on_join & pclean.reset_privs to minetest.conf to override the defaults.
Valid options are true or false.

Requirements

About

Minetest mod - cleans player of specified items and resets privs

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%