names_per_ip/README.md

25 lines
548 B
Markdown
Raw Normal View History

2014-08-16 11:18:43 +02:00
names_per_ip
============
A mod for Minetest to stop annoyed kids
It will limit the accounts to 2 per IP (if the player is not whitelisted) and delete old IPs.
Initial mod creator: Krock
License: WTFPL
Depends: nothing
Chat commands
-------------
/ipnames
2014-08-16 11:18:43 +02:00
whois <name> -> Gets all accounts of <name>
2014-08-16 11:18:43 +02:00
list -> Lists all exceptions/whitelist entries (players which can have "unlimited" accounts)
2014-08-16 11:18:43 +02:00
ignore <name> -> Adds an exception/whitelist entry for <name>
2014-08-16 11:18:43 +02:00
unignore <name> -> Removes an exception/whitelist entry for <name>