diff --git a/README.md b/README.md index cb72fcff..2efd9c72 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ HuskSync is primarily developed against the latest release. Old Minecraft versio Verify your purchase on Discord and [Download HuskSync](https://william278.net/project/husksync/download) for your server. ## Setup -Requires a MySQL/Mongo/PostgreSQL database, a Redis (v5.0+) server and a network of Spigot or Fabric Minecraft servers (see [Compatibility](#compatibility)). +Requires a [MySQL/MariaDB/Mongo/PostgreSQL database](https://william278.net/docs/husksync/database), a [Redis (v5.0+) server]((https://william278.net/docs/husksync/redis)) and a network of [compatible Spigot or Fabric Minecraft servers](https://william278.net/docs/husksync/compatibility). 1. Place the plugin jar file in the `/plugins` or `/mods` directory of each Spigot/Fabric server. You do not need to install HuskSync as a proxy plugin. 2. Start, then stop every server to let HuskSync generate the config file. diff --git a/docs/Setup.md b/docs/Setup.md index 2dec049d..528b93c1 100644 --- a/docs/Setup.md +++ b/docs/Setup.md @@ -6,7 +6,7 @@ HuskSync requires a Database server, a Redis server, and any number of compatibl * Any number of [compatible Fabric or Spigot/Paper-based](Compatibility) servers * Each server must be running the same exact version of Minecraft * It is not possible to sync data between a mixture of Fabric and Spigot servers - * HuskSync does not need to be installed on your Velocity, BungeeCord, or Waterfall proxy + * HuskSync should not be installed on your Velocity, BungeeCord, or Waterfall proxy * A [[Database]] server running MySQL v8.0+, MariaDB v5.0+, PostgreSQL or MongoDB * A [[Redis]] server running Redis v5.0+