Is there anyway to ONLY sync user permissions/ranks without syncing groups and permissions in groups with MySQL?
I'm confused as to how that would work? I still need the other servers to use their flatfile groups and such... Sorry if I seem like an amateur, I don't have a lot of experience with MySQL
I recently found this: Code (Text): Server1 sql: type: sql uri: mysql://localhost:668978/PermissionsEx user: root password: '' aliases: permissions: pex_permissions_SKYBLOCK permissions_inheritance: pex_inheritance permissions_entity: pex_entity_SKYBLOCK Server2 sql: type: sql uri: mysql://localhost:668978/PermissionsEx user: root password: '' aliases: permissions: pex_permissions_FACTIONS permissions_inheritance: pex_inheritance permissions_entity: pex_entity_FACTIONS This will work hopefully. Thanks for the help.