From 4238070b89de6c5671bb0e16f19cdccaaeb1fd77 Mon Sep 17 00:00:00 2001 From: AntumDeluge Date: Fri, 26 Aug 2016 13:42:07 -0700 Subject: [PATCH] minetest.conf: Grant new players the "home" privilege to use /sethome & /home commands. --- minetest.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/minetest.conf b/minetest.conf index 5970c18b..dc85c91f 100644 --- a/minetest.conf +++ b/minetest.conf @@ -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