First thing you should do, is put these settings in `minetest.conf`:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
# The name of the `superuser`. This user gets (almost) all privileges.
name = digitalmouse
# Default privileges for regular players. Add `interact` if you want the
# users to build without having to ask for permission. Other useful privs include
# `fast`, and `noclip` (especially for creative servers).
default_privs = shout
Next, delete the `auth.txt` file from your world directory. Then join the server locally and the game will grant you the privileges required (in particular `privs` privilege).
From there, just join the server, and use the following command:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
This will give you
all the currently registered privileges.
An alternative is to edit `auth.txt` directly (with the server
not running) and just append the required privs at the end (the format is easy to understand, it's just `username:pwhash:priv1,priv2,...`).
You can then let the people you want as "moderators" join in, and give them appropriate privileges:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Most of the time, your moderators will only need `basic_privs` (allow to grant/revoke `interact` and `shout`), and possibly `ban` and `kick` (obvious). Other privileges may also be useful depending on the mods installed.