mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-30 20:29:28 +00:00
22 lines
461 B
YAML
22 lines
461 B
YAML
redis_settings:
|
|
host: 'localhost'
|
|
port: 6379
|
|
password: ''
|
|
use_ssl: false
|
|
synchronisation_settings:
|
|
inventories: true
|
|
ender_chests: true
|
|
health: true
|
|
hunger: true
|
|
experience: true
|
|
potion_effects: true
|
|
statistics: true
|
|
game_mode: true
|
|
advancements: true
|
|
location: false
|
|
flight: false
|
|
cluster_id: 'main'
|
|
check_for_updates: true
|
|
synchronization_timeout_retry_delay: 15
|
|
save_on_world_save: true
|
|
native_advancement_synchronization: false |