forked from mff/names_per_ip
I do not like makedown language
This commit is contained in:
parent
b7cab92808
commit
e1c2c99690
19
README.md
19
README.md
@ -2,7 +2,8 @@ names_per_ip
|
|||||||
============
|
============
|
||||||
|
|
||||||
A mod for Minetest to stop annoyed kids
|
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.
|
|
||||||
|
It will limit the accounts to 2 (+3 if the player is whitelisted) per IP and delete IP history.
|
||||||
|
|
||||||
Initial mod creator: Krock
|
Initial mod creator: Krock
|
||||||
|
|
||||||
@ -13,12 +14,10 @@ Depends: nothing
|
|||||||
Chat commands
|
Chat commands
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
/ipnames
|
```
|
||||||
|
/ipnames
|
||||||
whois <name> -> Gets all accounts of <name>
|
whois <name> -> Gets all accounts of <name>
|
||||||
|
list -> Lists all exceptions/whitelist entries (players which can have "unlimited" accounts)
|
||||||
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>
|
||||||
ignore <name> -> Adds an exception/whitelist entry for <name>
|
```
|
||||||
|
|
||||||
unignore <name> -> Removes an exception/whitelist entry for <name>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user