Just in for 1.008:
* Added new admin commands:
** grant_player_kick_and_ban_permission (followed by player number)
*** This gives a player account the rights to use the kick_player, ban_player, and unban_player admin commands without them having to use claim_admin_rights first (so they don't have to know the admin password, and you don't have to give it to them).
*** You still need to be really careful who you give this to, but you don't have to give them full access this way.
** revoke_player_kick_and_ban_permission (followed by player number)
*** Removes the permission given by the previous command (if it had been given).
Thanks
Also, in response to a different suggestion but I think you mentioned wanting something like this too:
** echo_list_of_connected_players
*** The server sends you a chat message listing all connected players (username and player number, same as displays if they chat).
*** This command does not require admin rights.
** echo_list_of_all_players
*** The server sends you a chat message listing all players (username and player number, same as displays if they chat), whether they are currently connected or not.
*** This command does not require admin rights.
Out of curiosity, what's the next admin-like thing on the top of your wishlist? I don't have tons of time for these things, but when I slip an item into my todo list there's a certain chance of it actually getting done