Skip to content

Permissions

File where you can configure all player permissions, both players and admin.

This is the default module configuration file.

Permissions.json

json
{
    "m_Groups": [
        {
            "m_Name": "superadmin",
            "m_ForceName": 0,
            "m_Users": [
                {
                    "m_Name": "Player Name",
                    "m_Steam": "00000000000000000"
                }
            ],
            "m_Permissions": [
                "root"
            ]
        }
    ],
    "m_Everyone": []
}

Released under the MIT License.