Package valorless.havenbags.commands
Class CommandConvertMinepacks
java.lang.Object
valorless.havenbags.commands.CommandConvertMinepacks
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
CommandConvertMinepacks
public CommandConvertMinepacks()
-
-
Method Details
-
Run
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
-