Summary
MBS Rank Save keeps player rank between server sessions. It records each player by their unique Bohemia player identity, saves their XP every 5 minutes, and restores their rank when they reconnect.
Description
This server-side mod saves player XP/rank data to the server profile and reapplies it when the same player joins again. It is designed for Conflict-style progression where players may leave and return later without losing the rank they already earned.
Features:
Saves player XP and rank by unique player identity.
Restores saved XP/rank when the player logs back in.
Automatically saves every 5 minutes.
Saves when a player disconnects.
Saves when the game ends.
Optional reset on new game when there are no captured points.
Server config generated in $profile:MBS_RankSave/config.json.
Player save data stored in $profile:MBS_RankSave/players.json.
License
Arma Public License (APL)