/
config.yml. Added sync-data section./databridge unlock <player> to manually release a stuck lock.sync-blacklist to disable synchronization on specific servers or worlds.lock-heartbeat-seconds to control how often the data lock is refreshed.data is LONGTEXT instead of the recommended MEDIUMBLOB.sync-data section) and safely append them to your existing config.yml. You do NOT need to reset your config.LONGBLOB for the data column, which is more efficient than LONGTEXT.
LONGTEXT format, the plugin will automatically attempt to migrate your table to LONGBLOB if the config option auto-update-schema is set to true (which is the default for updated configs).ALTER TABLE player_data MODIFY COLUMN data LONGBLOB NULL;.
Seamlessly sync player inventory, health, XP, and effects across your BungeeCord/Velocity network.