minetest.conf: Grant new players the "home" privilege to use /sethome &
/home commands.
This commit is contained in:
parent
813fe450a4
commit
4238070b89
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user