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:
parent
3c1c8ec8dc
commit
87be292538
2 changed files with 36 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue