Go to file
HybridDog d13f557522 depends.txt -> mod.conf 2021-10-10 12:58:17 +02:00
.gitignore do not use globalstep, use file:seek and update readme 2016-05-26 12:12:46 +02:00
.luacheckrc Add a .luacheckrc and some code style changes 2021-03-07 11:41:11 +01:00
LICENSE.txt 💥 2014-12-22 14:14:46 +01:00
README.md do not use globalstep, use file:seek and update readme 2016-05-26 12:12:46 +02:00
init.lua Add a .luacheckrc and some code style changes 2021-03-07 11:41:11 +01:00
mod.conf depends.txt -> mod.conf 2021-10-10 12:58:17 +02:00

README.md

[Mod] outgame intervention [outgame_intervention]

This mod allows you to let minetest execute a .lua file which you just created.
By default it runs code from 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

License: see LICENSE.txt
Download: zip, tar.gz

I'm a screenshot!

If you got ideas or found bugs, please tell them to me.

How to install a mod?