mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-19 14:59:21 +00:00
* 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
13 lines
303 B
INI
13 lines
303 B
INI
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
|
|
|
|
org.gradle.daemon=true
|
|
javaVersion=16
|
|
|
|
plugin_version=3.1
|
|
plugin_archive=husksync
|
|
plugin_description=A modern, cross-server player data synchronization system
|
|
|
|
jedis_version=5.0.0
|
|
mysql_driver_version=8.1.0
|
|
mariadb_driver_version=3.2.0
|
|
snappy_version=1.1.10.3 |