Go to file
juraj 275b7690ca added detection for afk players 2016-03-02 22:00:55 +01:00
textures better super diamond and steel sword texture and enabled 2016-02-22 02:13:59 +01:00
README.md added detection for afk players 2016-03-02 22:00:55 +01:00
afk.lua added detection for afk players 2016-03-02 22:00:55 +01:00
areas.lua added: extarnal commands, clean unknown, settings file and WIP - areas privilages 2016-02-29 20:54:13 +01:00
axe.lua wield scale, shovel wield rotation 2016-02-21 02:52:24 +01:00
clean_unknown.lua remove default game waterlily from the list 2016-03-01 00:01:39 +01:00
depends.txt added: extarnal commands, clean unknown, settings file and WIP - areas privilages 2016-02-29 20:54:13 +01:00
external_cmd.lua added: extarnal commands, clean unknown, settings file and WIP - areas privilages 2016-02-29 20:54:13 +01:00
init.lua added detection for afk players 2016-03-02 22:00:55 +01:00
settings.txt added detection for afk players 2016-03-02 22:00:55 +01:00
shovels.lua wield scale, shovel wield rotation 2016-02-21 02:52:24 +01:00
swords.lua texture merged with diamonds mod 2016-02-22 20:55:03 +01:00

README.md

enhancements

Adds various enhancements to Minetest game and server tools.

To install, rename to "enhancements" and place in the mods/ directory.

  • scale and override different tools
  • clean-up server - unknown nodes and entities
  • [external_cmd]server chat messages from outside Minetest game
  • detect AFK player
  • areas - control privilages

External Commands

This mod allows sending chat messages from outside minetest. Support for server commands is planned. The following command will send a chat message to all players on the server:

echo [message] > [mod folder]/message
echo [message] > [world folder]/message

The mod folder depends on where you installed the mod; it is usually “~/.minetest/mods/minetest/external_cmd” Also can be added to the World directory. You have to create a "SERVER" user and grant him all privs - this account should not be active and used only for displaying the images.

Areas Enhance - WIP

Manage players privileges in 'areas' mod if using the mod only for admin purposes

TODO:

  • create tables from where you can read/write the privileges
  • don't repeat grand/revoke on globalstep - only once when in/out of area - check within tables!

Detect AFK player

AFK (away from keyboard) is detected when player doesn't move for certain time, player will sit down.