9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-29 03:29:12 +00:00

docs: Add v4.9.2 MPDB converter warning

This commit is contained in:
William
2023-10-13 17:00:01 +01:00
parent 4d23377a18
commit 2db3bb313f
2 changed files with 8 additions and 0 deletions

View File

@@ -221,6 +221,9 @@ public class MpdbMigrator extends Migrator {
public String getHelpMenu() {
return """
=== MySQLPlayerDataBridge Migration Wizard ==========
NOTE: This migrator currently WORKS WITH MPDB version
v4.9.2 and below!
This will migrate inventories, ender chests and XP
from the MySQLPlayerDataBridge plugin to HuskSync.
@@ -254,6 +257,9 @@ public class MpdbMigrator extends Migrator {
STEP 4] To start the migration, please run:
"husksync migrate mpdb start"
NOTE: This migrator currently WORKS WITH MPDB version
v4.9.2 and below!
""".replaceAll(Pattern.quote("%source_host%"), obfuscateDataString(sourceHost))
.replaceAll(Pattern.quote("%source_port%"), Integer.toString(sourcePort))
.replaceAll(Pattern.quote("%source_username%"), obfuscateDataString(sourceUsername))