Hi everyone, as requested... Display Rank is a server mod that modifies the new game lobby to display 1v1 ranks for all players. Player ranks are sent to the host and broadcast to other players using custom json encoded chat messages similar to Unit Selector. 1.0.5 adds a client mod. 1.0.6 adds a display ranks check box. PA Mod Manager (PAMM): https://forums.uberent.com/threads/rel-pa-mod-manager-cross-platform.59992/
Refreshing the client suggests there's a component which should be distributed as a UI mod dependency instead of being in the server mod portion.
Added to Faster Server Browser 2.3: automatically refreshes user interface when server mods are loaded or updated in new game lobby
Display Rank 1.0.2 now uses the PA Server Mod Manager in the latest PAMM update and can co-exist with Unit Selector and other mods using server mod scenes.
At some point a while ago this mod stopped working . I found the issue was that line 110, that requests the rank data, would nearly always receive a undefined uber id with model.uberId(). Switching this with api.net.uberId() appears to allow the mod to work again. I am not aware of there being any issues with using the api instead of model, and do not know why model.uberId() stopped working at some point in new_game.js at least.