Package com.enhancedechest.command.admin
Class MigrateAxVaultsCommand
java.lang.Object
com.enhancedechest.command.admin.MigrateAxVaultsCommand
/enhancedechest migrate axvaults [all|<player>] — imports vaults from an AxVaults
database into EnhancedEchest. The heavy work (DB 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)
-