Bump MPDB to 4.0.1

feat/data-edit-commands
William 3 years ago
parent 7f184c8586
commit c710268182

@ -69,15 +69,15 @@ Everything except player locations are synchronised by default. You can enable o
### 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
------- | ----------- | ----------
`/husksync about` | View plugin information | _None_
`/husksync update` | Check if an update is available | `husksync.command.admin`
`/husksync status` | View system status information | `husksync.command.admin`
`/husksync reload` | Reload config & message files | `husksync.command.admin`
`/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 migrate`| Migrate data from MPDB | _Console-only_
| Command | Description | Permission |
|---------------------|--------------------------------------|--------------------------------|
| `/husksync about` | View plugin information | _None_ |
| `/husksync update` | Check if an update is available | `husksync.command.admin` |
| `/husksync status` | View system status information | `husksync.command.admin` |
| `/husksync reload` | Reload config & message files | `husksync.command.admin` |
| `/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 migrate` | Migrate data from MPDB | _Console-only_ |
### Frequently Asked Questions (FAQs)
#### Is Redis required?
@ -127,7 +127,7 @@ While the code bounty program is not available for translation contributors, the
### Building
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:

@ -7,7 +7,7 @@ dependencies {
implementation 'org.bstats:bstats-bukkit:2.2.1'
implementation 'de.themoep:minedown:1.7.1-SNAPSHOT'
compileOnly 'net.craftersland.data:bridge:3.36.3'
compileOnly 'net.craftersland.data:bridge:4.0.1'
compileOnly 'org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT'
}

Loading…
Cancel
Save