Go to file
red-001 a3528a9f4f
Update the readme a bit and add new screenshots
2017-06-04 22:38:08 +01:00
LICENSE.md initial commit 2017-05-24 22:34:53 -04:00
README.md Update the readme a bit and add new screenshots 2017-06-04 22:38:08 +01:00
init.lua Add buttons to ban/kick players + minor bugfix 2017-06-04 22:26:40 +01:00
screenshot.png Update the readme a bit and add new screenshots 2017-06-04 22:38:08 +01:00
screenshot2.png Update the readme a bit and add new screenshots 2017-06-04 22:38:08 +01:00

README.md

Who Plus

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

Viewing Online Players Moderator actions

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.