Commands
/wraps - Open wraps GUI
/wraps reload - Reload HMCWraps
/wraps give wrapper <wrap uuid> [player] [amount] - Give a physical wrap to the player
/wraps give unwrapper [player] [amount] - Give the unwrapper to the player
/wraps wrap <wrap uuid> [player] {actions} - Wrap the item the player is holding
/wraps unwrap [player] {actions} - Unwrap the item the player is holding
/wraps preview <wrap uuid> [player] {actions} - Start a preview of the wrap for a user
/wraps convert [confirm] - Start the ItemSkins convert process
/wraps create <file> <wrap uuid> [collection] - Create a new wrap in the specified file from the item you're holding
with the specified UUID. Existing files will be appended.
/wraps open <player> [category] - Open the wraps inventory for another player. When the target player is not holding an item, and open-without-item-enabled and show-all-without-item are enabled, and a valid category or material is set, the inventory will show all wraps in that category instead of all wraps.
/wraps drop <wrap uuid> <x> <y> <z> <world> [amount]
/wraps repair - Unwraps and then rewraps the currently held wrapped item.
/wraps permission export - Creates a new file in the HMCWraps directory that contains all wrap permissions (permissions for owning or wrapping a certain wrap) and who owns them. This can be imported on another server. Only LuckPerms is currently supported.
/wraps permission import <file> - Import the file from the export command above. Only LuckPerms is currently supported. An imported file can't be imported twice. Revert before importing again.
/wraps permission revert <file> - Revert the changes caused by the import command. This will only revert assignments that were actually changed during the import. Players that already had those permissions will keep them after the revert.
/wraps list - List all currently loaded wraps and collections
/wraps help - List all commands
<> - Required
[] - Optional
{actions} - A flag which can be activated by adding -actions to the command and activates the configured actions
Debug Commands
Debug prints are uploaded by default. To not upload them add the specified -noupload flag.
/wraps debug info [-noupload] - Shows (and uploads) plugin and server information.
/wraps debug config [-noupload] - Shows (and uploads) the plugin configuration.
/wraps debug wraps [-noupload] - Shows (and uploads) a list of wraps.
/wraps debug wrap <wrap uuid> [-noupload] - Shows (and uploads) a specified wrap.
/wraps debug player [player] [-noupload] - Shows (and uploads) information about a player and the item the player is holding.
/wraps debug item [player] [-noupload] - Shows (and uploads) information about the item the player is holding.
/wraps debug log [log file name] - Uploads a server log. If no log file is specified, latest.log will be uploaded.
/wraps debug upload <file path> - Uploads the specified file. The root is the HMCWraps folder.