Add /dynmap add-id-by-ip and /dynmap del-id-by-ip to allow manual adding and removing of IP to ID mappings

This commit is contained in:
Mike Primm 2011-12-31 04:54:54 +08:00 committed by mikeprimm
parent 3c1c8ec8dc
commit 87be292538
2 changed files with 36 additions and 2 deletions

View file

@ -35,6 +35,9 @@ commands:
/<command> pause - Show render pause state
/<command> pause <all|none|full|update> - Set render pause state
/<command> ids-for-ip <ipaddress> - Show player IDs that have logged in from given IP address
/<command> ips-for-id <playerid> - Show IP addresses that have been used for the given player ID
/<command> add-id-for-ip <playerid> <ipaddress> - Add player ID to given IP address
/<command> del-id-for-ip <playerid> <ipaddress> - Delete player ID from given IP address
dmarker:
description: Manipulate map markers