Revision history of "minetest.register on prejoinplayer"

Jump to navigation Jump to search

There is no edit history for this page.

This page has been deleted. The deletion, protection, and move log for the page are provided below for reference.

  • 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")