mirror of
https://github.com/minetest/minetest.git
synced 2025-07-01 07:30:23 +02:00
Builtin: Add basic_privs setting
This commit is contained in:
@ -826,6 +826,10 @@
|
||||
# type: string
|
||||
# default_privs = interact, shout
|
||||
|
||||
# Privileges that players with basic_privs can grant
|
||||
# type: string
|
||||
# basic_privs = interact, shout
|
||||
|
||||
# Whether players are shown to clients without any range limit.
|
||||
# Deprecated, use the setting player_transfer_distance instead.
|
||||
# type: bool
|
||||
@ -1513,4 +1517,3 @@
|
||||
|
||||
# type: string
|
||||
# modstore_details_url = https://forum.minetest.net/mmdb/mod/*/
|
||||
|
||||
|
Reference in New Issue
Block a user