Setup
Features
- 🖥️ Commands
- ✅ Sync Features
- ⚙️ Sync Modes
- ↪️ Data Rotation
- ❓ FAQs
Guides
- ↗️ Legacy Migration
- ✨ MPDB Migration
- ☂️ Dumping UserData
- 🟩 Plan Hook
- 📋 Event Priorities
- ⚔️ Keep Inventory
- 🎏 Translations
This will walk you through installing HuskSync on your network of Spigot or Fabric servers. Please check your server's Compatibility and download the correct version of HuskSync for your server.
HuskSync requires a Database server, a Redis server, and any number of compatible Minecraft servers:
Before you begin, switch off all servers on your network. It is recommended that you also take a backup.
/plugins/
or /mods/
directory of each Spigot/Fabric server respectively.~/plugins/HuskSync/config.yml
on Spigot, ~/config/husksync/config.yml
on Fabric)credentials
in the database
section, enter your database credentials. If you're using a Mongo database, follow the instructions here. You shouldn't need to modify the connection_pool
properties.credentials
in the redis
section, enter the credentials of your Redis server. If your Redis server doesn't have a password, leave the password blank as it is.cluster_id
.~/plugins/HuskSync/config.yml
)type
in the database
section to MONGO
credentials
in the database
section, enter the credentials of your MongoDB Database. You shouldn't touch the connection_pool
properties.parameters
in the mongo_settings
section, ensure the specified &authSource=
matches the database you are using (default is HuskSync
).using_atlas
in the mongo_settings
section to true
.&authSource=HuskSync
from parameters
in the mongo_settings
.(The port
setting in credentials
is disregarded when using Atlas.)
~/plugins/HuskSync/server.yml
on Spigot, ~/config/husksync/server.yml
on Fabric)name:
of the server in this file to the ID of this server as defined in the config of your proxy (e.g., if this is the "hub" server you access with /server hub
, put 'hub'
here)