mt-mods / announce

Minetest server-announce mod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minetest server-announce mod

License Download

Features

  • Announcing the server to the serverlist
  • Player-anonymization (if the announce_anonymize setting is true)
  • Multi-announce

Shortcomings (minetest <= 5.7.0)

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.

Setting up

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

License

MIT

About

Minetest server-announce mod

License:MIT License


Languages

Language:Lua 89.8%Language:Dockerfile 7.1%Language:Mathematica 1.9%Language:Python 1.2%