All public logs

Jump to navigation Jump to search

Combined display of all available logs of Minetest Developer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:22, 15 August 2022 Zughy talk contribs deleted page minetest.register on prejoinplayer (content was: "{{UnofficialLua}} {{DISPLAYTITLE:minetest.register_on_prejoinplayer}} == Syntax == <source>minetest.register_on_prejoinplayer(func(name, ip))</source> == Description == * Called before a player joins the game * If it returns a string, the player is disconnected with that string as reason == Example == <source>minetest.register_on_prejoinplayer(function(_, ip) minetest.chat_send_all(ip.." tries to connect.") end)</source> r")