A Minetest Client Side Mod [CSM] for listing online players and
This very simple mod registers this chatcommand to display the list:
.who
Your own username is included, but in a muted color. The player list is sorted alphabetically with lua's table.sort()
.
A recent build of Minetest supporting client side modding is required. See Paths in the documentation to find out where the files need to go on your system.
Enable the mod by setting load_mod_csm_who = true
in /clientmods/mods.conf
. Also check that enable_client_modding
is set in minetest.conf
or the Advanced Settings screen of your Minetest client.
MIT License. See the included LICESNE.md
for details.