Package com.enhancedechest.command.admin
Class MigratePlayerVaultsXCommand
java.lang.Object
com.enhancedechest.command.admin.MigratePlayerVaultsXCommand
/enhancedechest migrate playervaultsx [all|<player>] — imports vaults from a PlayerVaultsX
installation into EnhancedEchest. The heavy work (file read, item decode, storage writes) runs on
the shared DB executor so the server thread is never blocked; the result is reported when it
finishes.-
Method Summary
Modifier and TypeMethodDescriptionstatic intexecuteAll(io.papermc.paper.command.brigadier.CommandSourceStack source) static intexecutePlayer(io.papermc.paper.command.brigadier.CommandSourceStack source, String playerName)
-
Method Details
-
executeAll
public static int executeAll(io.papermc.paper.command.brigadier.CommandSourceStack source) -
executePlayer
public static int executePlayer(io.papermc.paper.command.brigadier.CommandSourceStack source, String playerName)
-