README.md edited online with Bitbucket

master
Juraj Vajda 2016-02-29 19:02:00 +00:00
parent 6c467c301d
commit d6cd770c35
1 changed files with 11 additions and 1 deletions

View File

@ -5,4 +5,14 @@ To install, rename to "enhancements" and place in the mods/ directory.
* scale and override different tools
* clean-up server - unknown nodes and entities
* server chat messages from outside Minetest game
* [external_cmd]server chat messages from outside Minetest game
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
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.