Minetest server-announce mod
- Announcing the server to the serverlist
- Player-anonymization (if the
announce_anonymize
setting istrue
) - Multi-announce
The engine doesn't expose the supported protocol versions in <= 5.7.0
and the mod tries to guess the min- and max-values as best as possible
depending on the minetest.features
table.
Install the mod and configure its settings:
NOTE: the server_announce
setting is unused
For a simple single-serverlist announcement with anonymization:
# default setting, required
serverlist_url = https://servers.minetest.net
# needed to access the serverlist
secure.http_mods = announce
# anonymize setting
announce_anonymize = true
Multiple serverlists:
serverlist_url = https://servers.minetest.net,https://my.server.list
secure.http_mods = announce
MIT