mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Optionally hide player names on the serverlist (#14820)
This commit adds a setting to anonymize player names when sending data to the server list.
This commit is contained in:
parent
cfa9c83d33
commit
f04cdc00a6
3 changed files with 8 additions and 3 deletions
|
@ -825,6 +825,9 @@ server_url (Server URL) string https://minetest.net
|
|||
# Automatically report to the serverlist.
|
||||
server_announce (Announce server) bool false
|
||||
|
||||
# Send names of online players to the serverlist. If disabled only the player count is revealed.
|
||||
server_announce_send_players (Send player names to the server list) bool true
|
||||
|
||||
# Announce to this serverlist.
|
||||
serverlist_url (Serverlist URL) string servers.minetest.net
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue