We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: More on updated default sync mode
docs: Document updated default sync mode
Paper plugin support, save player itemsToKeep rather than drops if not empty (#179) * Paper plugin support, save itemsToKeep if present, close #172 * Fixup wrong packages, suppress a warning * Update docs, add settings for death saving, reorganise config slightly * Improve default server name lookup * docs: Add note on Unsupported Versions * docs: Minor Sync Modes tweaks
Introduce new lockstep syncing system, modularize sync modes (#178) * Start work on modular sync systems * Add experimental lockstep sync system, close #69 * Refactor RedisMessageType enum * Fixup lockstep syncing * Bump to 3.1 * Update docs with details about the new Sync Modes * Sync mode config key is `mode` instead of `type` * Add server to data snapshot overview * API: Add API for setting data syncers * Fixup weird statistic matching logic