/bp command (alias /backpack), backpack items, secure password prompts, and item customization.Core-*.jar in plugins/MCBackpack/extensions/libs and loads it at startup or on reload./bp command and its inventory listeners at runtime — no plugin.yml entry required./bp create [size] [texture] [model_data] — get a new backpack creation item./bp texture <base64_texture> — get a backpack texture applicator./bp get model data <model_data> — get a model data applicator./bp setpwd <password> — set a password on the backpack in your main hand./bp changepwd <old> <new> — change the password on the held backpack./bp deletepwd <password> — remove the password from the held backpack./bp help — display the help menu.bukkit — shared, platform-independent backpack domain logic: commands, listeners, managers, and the tab completer.platforms — dedicated Core entry points for PaperMC, SpigotMC, and FoliaMC, each built into its own extension jar.extension.yml — the extension descriptor consumed by the MCExtension loader to identify and wire up the Core extension.Core-*.jar into plugins/MCBackpack/extensions/libs.Core is not a standalone plugin.
It requires the MCBackpack plugin to be installed on the server first, and talks to backpack storage exclusively through the provider API.