Skip to content

Commit

Permalink
docs: more README and Setup clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Dec 8, 2024
1 parent 2d54750 commit 2f4eb46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+

Expand Down

0 comments on commit 2f4eb46

Please sign in to comment.