A mod for Minetest to stop annoyed kids https://forum.minetest.net/viewtopic.php?t=9768
Go to file
sangeet79 08bf5f9c52
Fix call to deprecated function warning (#9)
2022-10-13 19:43:12 +02:00
README.md Big mod renewal: License CC0 2019-02-09 16:48:34 +01:00
functions.lua Proper IP getter. Skip check for registered accounts 2019-04-13 11:29:59 +02:00
init.lua Fix call to deprecated function warning (#9) 2022-10-13 19:43:12 +02:00
mod.conf Add mod.conf to solve warnings 2021-06-30 21:15:19 +02:00

README.md

names_per_ip

A mod for Minetest to stop annoyed kids

It will limit the accounts to 2 (+3 if the player is whitelisted) per IP and delete IP history.

Initial mod creator: Krock

License: CC0

Depends: nothing

Chat commands

/ipnames
	whois <name>	-> Gets all accounts of <name>
	list		-> Lists all exceptions/whitelist entries (players which can have "unlimited" accounts)
	ignore <name>	-> Adds an exception/whitelist entry for <name>
	unignore <name>	-> Removes an exception/whitelist entry for <name>