Go to file
tjnenrtn 841dadcdd0 new screenshot, shows sorting 2017-05-25 18:02:17 -04:00
LICENSE.md initial commit 2017-05-24 22:34:53 -04:00
README.md details 2017-05-24 23:31:25 -04:00
init.lua sort player list 2017-05-24 23:17:09 -04:00
screenshot.jpg new screenshot, shows sorting 2017-05-25 18:02:17 -04:00

README.md

Who

A Minetest Client Side Mod [CSM] for listing online players.

Viewing Online Players

Usage

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().

Installation

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.

License

MIT License. See the included LICESNE.md for details.