How to transfer Server Admin Tools bans from another provider

How to transfer Server Admin Tools bans?

The path you need top go to is: "/home/container/profile/profile/ServerAdminTools_Config.json" Once you are in that file we recommend you use a JSON Validator so you can read the config correctly.

    "bans": {
        "00000000-0000-0000-0000-000000000002": "banned player example",
        "82869f99-0ed5-452f-9b23-b0662265e8ec": "Operation - George W. Bush",
        "IdentityId": "Player name - person who banned them" 
    },

In order to transfer go to where ever your config file for Server Admin Tools is stored then look for the code block above. Copy and paste the Id and player name like the code block shows, save and then restart your server.

Last updated