enhancements/README.md

1.2 KiB

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
  • 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!