-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Pack more. Carry less. Play smarter.
SmartPack is a Paper plugin for fast, safe Minecraft inventory compression with /pack. It packs configured materials directly from a player's inventory, turning loose resources into compact storage blocks without manual crafting loops.
SmartPack is designed for storage-style conversions such as nuggets to ingots, ingots to blocks, redstone to redstone blocks, resin clumps to resin blocks, wheat to hay blocks, and other server-configured recipes.
- Installation
- Commands and Permissions
- Configuration
- Activation Modes
- Chest Packing
- Auto-Pack
- Player Exclusions
- Recipe Configuration
- Crafting Table Requirements
- Safety and Validation
- Troubleshooting
- Branding and Screenshots
| Area | Details |
|---|---|
| Platform | Paper |
| Minecraft API | 1.21.11 |
| Java | 21 |
| Main command | /pack |
| Player permission | smartpack.use |
| Auto-pack permission | smartpack.auto |
| Chest packing permission | smartpack.chest |
| Cooldown bypass permission | smartpack.cooldown.bypass |
| Admin permission | smartpack.reload |
| Config file | plugins/SmartPack/config.yml |
| Player data | plugins/SmartPack/player-exclusions.db |
- Packs materials using recipes defined in
config.yml. - Works directly from the player's inventory.
- Supports manual command activation with
/pack. - Supports an optional crafted Smart Packer item activation mode.
- Packs chest inventories through
/pack chestor the Smart Packer item. - Supports optional Smart Packer item cooldowns with live tooltip timers.
- Supports trigger-based auto-pack with actionbar feedback.
- Lets players skip materials through
/pack exclude. - Simulates inventory changes before applying them to prevent item loss.
- Reports inventory-full failures with slot estimates.
- Supports configurable crafting-table requirements.
- Warns about non-reversible recipes and can disable them automatically.
- Reloads configuration in game with
/pack reload.
View larger visual tour screenshots
SmartPack is a fork of the original MinecraftCondensePlugin by rd156. The current fork reworks the plugin around the SmartPack name, /pack command, smartpack.* permissions, player exclusions, chest packing, optional Smart Packer item mode, auto-pack, and a safer configurable packing flow.
- Repository: https://github.com/Crosis47/SmartPack
- License: GNU General Public License v3.0