Class CommandConvertMinepacks

java.lang.Object
valorless.havenbags.commands.CommandConvertMinepacks

public class CommandConvertMinepacks extends Object
Utility command to convert player backpacks from the Minepacks plugin into the HavenBags format.

This class contains the command entrypoint used to migrate cached Minepacks data into HavenBags bags and a helper to create placeholder bag ItemStacks for migrated players.

Since:
1.26.0
  • Constructor Details

    • CommandConvertMinepacks

      public CommandConvertMinepacks()
  • Method Details

    • Run

      public static boolean Run(HBCommand command)
      Execute the Minepacks -> HavenBags conversion routine.
      Parameters:
      command - the HBCommand representing the command invocation context
      Returns:
      true when the command completes (successfully or after error handling)
      Since:
      1.26.0