-
-
Notifications
You must be signed in to change notification settings - Fork 135
Setup
github-actions[bot] edited this page Jun 9, 2024
·
24 revisions
Warning: Fabric support is currently in beta and is not production ready yet. Customers can get in touch on Discord to request the Fabric build, or you can self-compile.
This will walk you through installing HuskSync on your network of Spigot or Fabric servers.
Warning: Mixing and matching Fabric/Spigot servers is not supported, and all servers must be running the same Minecraft version.
Note: Please also note some specific legacy Paper/Purpur versions are not compatible with HuskSync.
- A MySQL Database (v8.0+)
- OR a MariaDB, PostrgreSQL or MongoDB database, which are also supported
- A Redis Database (v5.0+) — see FAQs for more details.
- Any number of Spigot servers, connected by a BungeeCord or Velocity-based proxy (Minecraft v1.17.1+, running Java 17+)
- OR a network of Fabric servers, connected by a Fabric proxy (Minecraft v1.20.1, running Java 17+)
- Place the plugin jar file in the
/plugins/
or/mods/
directory of each Spigot/Fabric server respectively. - You do not need to install HuskSync as a proxy plugin.
- Spigot users: You can additionally install ProtocolLib or PacketEvents for better locked user handling.
- Fabric users: Ensure the latest Fabric API mod jar is installed!
- Start, then stop every server to let HuskSync generate the config file.
- HuskSync will throw an error in the console and disable itself as it is unable to connect to the database. You haven't set the credentials yet, so this is expected.
- Navigate to the new config file on each server (
~/plugins/HuskSync/config.yml
on Spigot,~/config/husksync/config.yml
on Fabric) - Under
credentials
in thedatabase
section, enter the credentials of your (MySQL/MariaDB/MongoDB/PostgreSQL) Database. You shouldn't touch theconnection_pool
properties. - Under
credentials
in theredis
section, enter the credentials of your Redis Database. If your Redis server doesn't have a password, leave the password blank as it is. - Unless you want to have multiple clusters of servers within your network, each with separate user data, you should not change the value of
cluster_id
.
Important — MongoDB Users
- Navigate to the HuskSync config file on each server (
~/plugins/HuskSync/config.yml
) - Set
type
in thedatabase
section toMONGO
- Under
credentials
in thedatabase
section, enter the credentials of your MongoDB Database. You shouldn't touch theconnection_pool
properties.
Additional configuration for MongoDB Atlas users
- Navigate to the HuskSync config file on each server (
~/plugins/HuskSync/config.yml
) - Set
using_atlas
in themongo_settings
section totrue
. - Remove
&authSource=HuskSync
fromparameters
in themongo_settings
.
(The port
setting in credentials
is disregarded when using Atlas.)
- Navigate to the server name file on each server (
~/plugins/HuskSync/server.yml
on Spigot,~/config/husksync/server.yml
on Fabric) - Set the
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)
- Provided your MySQL and Redis credentials were correct, synchronization should begin as soon as you start your servers again.
- If you need to import data from HuskSync v1.x or MySQLPlayerDataBridge, please see the guides below:
This documentation is available via william278.net |
---|
- 📚 Setup
- 💾 Database
- ✨ Redis
⚠️ Compatibility- 📄 Config File
- 🔗 Troubleshooting
- 🖥️ Commands
- ✅ Sync Features
- ⚙️ Sync Modes
- ↪️ Data Rotation
- ❓ FAQs
↗️ Legacy Migration- ✨ MPDB Migration
- ☂️ Dumping UserData
- 🟩 Plan Hook
- 📋 Event Priorities
- ⚔️ Keep Inventory
- 🎏 Translations
- 💻 GitHub
- 📂 Buy HuskSync
- 🚰 Spigot
- 🛒 Polymart
- ⚒️ BuiltByBit
- 💬 Discord Support