Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platforms
Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 days ago
Floyd-Backpack Plugin
Overview
Floyd-Backpack is a powerful Minecraft plugin designed for PaperMC servers that provides players with additional storage management capabilities. This plugin allows each player to have their own personal 54-slot backpack (equivalent to double chest capacity) for storing items securely. Built on the Floyd-Core framework, it ensures high performance and reliable data persistence.
Features
- ๐ 54-Slot Backpack: Provides ample storage space for players
- ๐พ Data Persistence: Automatically saves player backpack data
- ๐งน Clear Function: One-click backpack clearing with confirmation system
- ๐จ Custom Interface: Personalized backpack interface for each player
- โก High Performance: Developed using Floyd-Core framework for optimal efficiency
Commands
| Command | Alias | Permission | Description |
|---|---|---|---|
/backpack |
/bp |
None | Open personal backpack |
/bp open |
- | None | Open backpack (default subcommand) |
/bp clear |
- | floydbackpack.clear |
Clear backpack (requires confirmation) |
Command Examples
# Open backpack
/bp
# Or use full command
/backpack
# Clear backpack (triggers confirmation)
/bp clear
# Confirm clearing (irreversible action)
/bp clear confirm
# Cancel clearing
/bp clear cancel
Permissions
| Permission | Default | Description |
|---|---|---|
floydbackpack.open |
true | Allows players to open their backpack |
floydbackpack.clear |
op | Allows players to clear their backpack |
floydbackpack.reload |
op | Allows reloading configuration |
floydbackpack.help |
true | Displays help information |
Configuration
Configuration file location: plugins/FloydBackpack/config.yml
logging:
file:
enable: false # Enable file logging
level: INFO
command:
backpack:
clear:
enable: true # Enable backpack clearing operation
need-confirm: true # Require secondary confirmation
confirm-interval: 30000 # Confirmation interval in milliseconds
Data Storage
Player backpack data is stored in:
plugins/FloydBackpack/backpack/
Each player's backpack data is saved individually with their UUID as the filename, ensuring persistent storage across server restarts.
Usage Instructions
- Open Backpack: Type
/bpin-game to open your personal backpack - Store Items: Drag items into the backpack interface to store them
- Retrieve Items: Take items from the backpack interface to your inventory
- Clear Backpack: Use
/bp clearand confirm to empty all items
Important Notes
- Clearing a backpack is an irreversible operation - use with caution
- Backpack data is automatically saved when the server shuts down
- Ensure Floyd-Core dependency plugin is installed
- Console cannot execute backpack-related commands


