Package com.enhancedechest.command.admin
Class MigrateCustomEnderChestCommand
java.lang.Object
com.enhancedechest.command.admin.MigrateCustomEnderChestCommand
/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 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)
-