@ -69,15 +69,15 @@ Everything except player locations are synchronised by default. You can enable o
### Commands
### Commands
Commands are handled by the proxy server, rather than each spigot server. Some will only work on Spigot servers with HuskSync installed. Please remember that you will need a Proxy permission plugin (e.g. LuckPermsBungee) to set permissions for proxy commands.
Commands are handled by the proxy server, rather than each spigot server. Some will only work on Spigot servers with HuskSync installed. Please remember that you will need a Proxy permission plugin (e.g. LuckPermsBungee) to set permissions for proxy commands.
Command | Description | Permission
| Command | Description | Permission |
------- | ----------- | ----------
|---------------------|--------------------------------------|--------------------------------|
`/husksync about` | View plugin information | _None_
| `/husksync about` | View plugin information | _None_ |
`/husksync update` | Check if an update is available | `husksync.command.admin`
| `/husksync update` | Check if an update is available | `husksync.command.admin` |
`/husksync status` | View system status information | `husksync.command.admin`
| `/husksync status` | View system status information | `husksync.command.admin` |
`/husksync reload` | Reload config & message files | `husksync.command.admin`
| `/husksync reload` | Reload config & message files | `husksync.command.admin` |
`/husksync invsee` | View an offline player's inventory | `husksync.command.inventory`
| `/husksync invsee` | View an offline player's inventory | `husksync.command.inventory` |
`/husksync echest` | View an offline player's ender chest | `husksync.command.ender_chest`
| `/husksync echest` | View an offline player's ender chest | `husksync.command.ender_chest` |
`/husksync migrate` | Migrate data from MPDB | _Console-only_
| `/husksync migrate` | Migrate data from MPDB | _Console-only_ |
### Frequently Asked Questions (FAQs)
### Frequently Asked Questions (FAQs)
#### Is Redis required?
#### Is Redis required?
@ -127,7 +127,7 @@ While the code bounty program is not available for translation contributors, the
### Building
### Building
To build HuskSync you will first need to download MySqlPlayerDataBridge and `mvn install:install-file` the jar file to your local maven repository.
To build HuskSync you will first need to download MySqlPlayerDataBridge and `mvn install:install-file` the jar file to your local maven repository.
```
```
mvn install:install-file -Dfile=MysqlPlayerDataBridge-v3.36.3.jar -DgroupId=net.craftersland.data -DartifactId=bridge -Dversion=3.36.3 -Dpackaging=jar
mvn install:install-file -Dfile=MysqlPlayerDataBridge-v4.0.1.jar -DgroupId=net.craftersland.data -DartifactId=bridge -Dversion=4.0.1 -Dpackaging=jar
```
```
Then, to build the plugin, run the following in the root of the repository:
Then, to build the plugin, run the following in the root of the repository: