Class MigrateCustomEnderChestCommand

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

public final class MigrateCustomEnderChestCommand extends Object
/enhancedechest migrate customenderchest [all|<player>] — imports ender chests from a CustomEnderChest 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 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)