Skip to content

MSync is not saving users' ranks to the mrSync table #31

@Bryantdl7

Description

@Bryantdl7

I was able to get everything connected last night after my rookie mistake. Database tables are up, server is populated, however, nothing else has copied over.

I have specified ranks which will synchronize to the all servers category, enabled the module, chose sync, rebooted, tried syncing again, and left the server running at idle all night.

All I was able to get was on disconnect, an entry for my player in the following table:

image

mrsync table:
image

My settings.txt - cleaned confidential details out:

{

        "mysql": {
                "host": "localhost",
                "database": "msync",
                "username": "msync",
                "password": "1-1-1-1-1-1-1-1-",
                "port": "3306"
        },
        "serverGroup": "darkstorm-all",
        "enabledModules": {
                "MRSync": true,
                "mrsync": true,
                "MBSync": true
        }
}

mrsync.txt


{
        "nosync": [],
        "syncall": {
                "owner": true,
                "member": true,
                "retired-staff": true,
                "serveradmin": true,
                "grandmaster": true,
                "mod": true
        }
}




Metadata

Metadata

Labels

bugSomething isn't workinghelp wantedExtra attention is neededquestionFurther information is requested

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions