2014-12-22 20:19:32 +01:00
|
|
|
[Mod] outgame intervention [outgame_intervention]
|
2014-12-22 14:26:24 +01:00
|
|
|
|
|
|
|
This mod allows you to let minetest execute a .lua file which you just created.
|
|
|
|
By default it does a file called "tmp.lua" at your worldpath, which you need to create yourself.
|
|
|
|
You can e.g. kick this player called "admin":
|
|
|
|
* go to the folder of the world which is used
|
|
|
|
* add the tmp.lua file
|
|
|
|
* open it with a texteditor
|
|
|
|
* write minetest.kick_player("admin", "Why do you use such a name? We all know that you are not a real admin.")
|
|
|
|
* save it, e.g. by pressing ctrl+s
|
|
|
|
* be happy that it worked
|
|
|
|
|
2014-12-22 14:33:13 +01:00
|
|
|
|
2014-12-22 14:26:24 +01:00
|
|
|
**License:** see [LICENSE.txt](https://raw.githubusercontent.com/HybridDog/outgame_intervention/master/LICENSE.txt)
|
|
|
|
**Download:** [zip](https://github.com/HybridDog/outgame_intervention/archive/master.zip), [tar.gz](https://github.com/HybridDog/outgame_intervention/archive/master.tar.gz)
|
|
|
|
|
2014-12-22 14:33:13 +01:00
|
|
|
![I'm a screenshot!](https://forum.minetest.net/download/file.php?mode=view&id=1690&sid=378695d91b8496225df219c878a37517)
|
2014-12-22 14:26:24 +01:00
|
|
|
|
|
|
|
If you got ideas or found bugs, please tell them to me.
|