Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
Platforms
Links
Tags
Creators
Details
Licensed ARR
Published 5 months ago
LilBackpacks ๐
A lightweight yet powerful backpack plugin for Spigot and Paper servers that puts customization at your fingertips!
๐ Highlights
- Multiple Backpack Types - Create unlimited backpack variants with custom sizes and appearances
- Enterprise Data Protection - Atomic writes & automatic backups prevent data loss
- Resource Pack Ready - Full support for custom model data
- Flexible Storage - Choose between YML, JSON, SQLite, or MySQL
- Full Localization - Supports MiniMessage, legacy colors, and PlaceholderAPI
- Custom Crafting - Design unique recipes for each backpack type
- Nexo Compatible - Seamlessly integrate with Nexo items
๐ฆ Features in Detail
๐ Data Safety
- Atomic File Operations - Server crashes won't corrupt your data
- 3-Layer Backup System:
- Per-file
.backupfor instant recovery - Timestamped full backups on server start
- Automatic rotation (keeps last 3 by default)
- Per-file
- Auto-Recovery - Automatically restores from backup if corruption detected
- Works Everywhere - YAML, JSON, MySQL, AND SQLite all protected!
Storage Options
- ๐ YML - Simple & human-readable with atomic writes
- ๐ JSON - Compact & efficient with atomic writes
- ๐ฑ SQLite - Single-file database with transactions
- ๐ MySQL - Perfect for networks with transaction support
Customization
- ๐จ Custom names & lore
- ๐ Adjustable inventory sizes (up to 54 slots)
- ๐ ๏ธ Custom crafting recipes with backpack upgrades
- ๐ฌ Fully customizable messages
- ๐ต Configurable sounds & particle effects
- ๐ซ Advanced restrictions (world blacklist, combat lock, max per player)
Protection Rules
- ๐ซ Prevent backpacks as fuel
- โ๏ธ Control crafting usage
- ๐ Block in specific worlds
- โ๏ธ Disable during combat
- ๐ Set max backpacks per player
Performance
- โก Config caching for instant access
- ๐พ Auto-save system for open backpacks
- ๐ Smart retry logic for failed saves
- ๐ Debug mode for troubleshooting
๐ฎ Basic Commands
| Command | Description | Permission |
|---|---|---|
/lbp |
Open admin GUI | lilbackpacks.admin |
/lbp give <player> <type> |
Give backpack | lilbackpacks.give |
/lbp reload |
Reload config | lilbackpacks.reload |
Note: Right-click any backpack to open it!
โก Quick Start
- Download LilBackpacks
- Drop into
pluginsfolder - Start your server
- Configure in
/plugins/LilBackpacks/ /lbp reloadto apply changes
๐ง Sample Configuration
backpacks:
explorer_pack:
item:
material: CHEST
custom-model-data: 1001
display-name: "&6Explorer's Backpack"
lore:
- "&7Perfect for your adventures!"
- "&7Size: &645 slots"
gui:
title: "&6Explorer's Pack"
rows: 5
rules:
prevent-furnace-burn: true
recipe:
enabled: true
shape:
- "LWL"
- "WCW"
- "LWL"
ingredients:
L: LEATHER
W: WHITE_WOOL
C: CHEST
Advanced Settings
# Auto-Save Configuration
storage:
auto-save:
enabled: true
interval: 300 # Seconds
async: true
backup:
enabled: true
rotation-count: 3
# Backpack Restrictions
backpack:
restrictions:
max-backpacks-per-player: 3
blocked-worlds:
- "world_pvp"
disabled-in-combat: true
combat-timer: 5
# Sounds & Effects
backpack:
sounds:
enabled: true
open: "BLOCK_CHEST_OPEN"
volume: 1.0
effects:
particles:
enabled: true
type: "PORTAL"
๐ Links
- ๐ฌ Discord Support


