diff --git a/README.md b/README.md index 29ad3e8..2278674 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ 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. + +It will limit the accounts to 2 (+3 if the player is whitelisted) per IP and delete IP history. Initial mod creator: Krock @@ -13,12 +14,10 @@ Depends: nothing Chat commands ------------- - /ipnames - - whois -> Gets all accounts of - - list -> Lists all exceptions/whitelist entries (players which can have "unlimited" accounts) - - ignore -> Adds an exception/whitelist entry for - - unignore -> Removes an exception/whitelist entry for +``` +/ipnames + whois -> Gets all accounts of + list -> Lists all exceptions/whitelist entries (players which can have "unlimited" accounts) + ignore -> Adds an exception/whitelist entry for + unignore -> Removes an exception/whitelist entry for +```