2014-08-16 11:18:43 +02:00
|
|
|
names_per_ip
|
|
|
|
============
|
|
|
|
|
|
|
|
A mod for Minetest to stop annoyed kids
|
2014-12-29 16:32:46 +01:00
|
|
|
|
|
|
|
It will limit the accounts to 2 (+3 if the player is whitelisted) per IP and delete IP history.
|
2014-08-16 11:18:43 +02:00
|
|
|
|
|
|
|
Initial mod creator: Krock
|
|
|
|
|
2019-02-09 16:48:34 +01:00
|
|
|
License: CC0
|
2014-08-16 11:18:43 +02:00
|
|
|
|
|
|
|
Depends: nothing
|
|
|
|
|
|
|
|
Chat commands
|
|
|
|
-------------
|
|
|
|
|
2014-12-29 16:32:46 +01:00
|
|
|
```
|
|
|
|
/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>
|
|
|
|
```
|