summaryrefslogtreecommitdiff
path: root/doc/lua_api.txt
diff options
context:
space:
mode:
authorrubenwardy <rubenwardy@gmail.com>2016-04-09 16:07:45 +0100
committerparamat <mat.gregory@virginmedia.com>2016-04-28 07:19:07 +0100
commit17bfe2fe5b24aa7cf097bfe0a18dd3a66a0cee38 (patch)
tree08af2da28738cf88c9b9c2e0034f0b41ad473b36 /doc/lua_api.txt
parent30083d1e0070d0f86337a57ea36b6bba7fd52572 (diff)
downloadminetest-17bfe2fe5b24aa7cf097bfe0a18dd3a66a0cee38.tar.gz
minetest-17bfe2fe5b24aa7cf097bfe0a18dd3a66a0cee38.tar.bz2
minetest-17bfe2fe5b24aa7cf097bfe0a18dd3a66a0cee38.zip
Builtin: Add basic_privs setting
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r--doc/lua_api.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index 47624496b..4b5f969d3 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -1924,6 +1924,7 @@ Call these functions only at load time!
* `minetest.register_privilege(name, definition)`
* `definition`: `"description text"`
* `definition`: `{ description = "description text", give_to_singleplayer = boolean, -- default: true }`
+ * To allow players with basic_privs to grant, see basic_privs minetest.conf setting.
* `minetest.register_authentication_handler(handler)`
* See `minetest.builtin_auth_handler` in `builtin.lua` for reference