Class MigrateAxVaultsCommand

java.lang.Object
com.enhancedechest.command.admin.MigrateAxVaultsCommand

public final class MigrateAxVaultsCommand extends Object
/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 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)