Troubleshooting
Backpack doesn't open / "No suitable backpack" message:
Ensure the player has an HMCCosmetics item equipped in the "BACKPACK" slot.
Verify that the Cosmetic ID of the equipped item exactly matches a definition key in one of your
plugins/BackpacksPlus/backpacks/*.ymlfiles. Cosmetic IDs are typically case-sensitive.Check that the definition for that Cosmetic ID includes valid
slotsandgui_title.Run
/bp reloadafter making any changes to definition files.Check the server console for any error messages from BackpacksPlus or HMCCosmetics when the player tries to open the backpack. Enable
debug_mode: trueinconfig.ymlfor more detailed logs.
Items cannot be placed in a backpack:
Check
backpacks.prevent_shulker_boxesinconfig.ymlif trying to place a shulker box.Review the
allowed-itemslist for that specific backpack definition in yourbackpacks/*.ymlfiles.
Plugin errors in console on startup:
Ensure HMCCosmetics is installed and running correctly.
Check for YAML syntax errors in your
config.ymlorbackpacks/*.ymlfiles using a YAML validator online.
Last updated