minetest.conf: Grant new players the "home" privilege to use /sethome &

/home commands.
This commit is contained in:
AntumDeluge 2016-08-26 13:42:07 -07:00
parent 813fe450a4
commit 4238070b89

View File

@ -818,7 +818,8 @@ enable_damage = true
# The privileges that new users automatically get.
# See /privs in game for a full list on your server and mod configuration.
# type: string
default_privs = interact, shout
# default: interact, shout
default_privs = interact, shout, home
# Privileges that players with basic_privs can grant
# type: string