zDrawer is a storage drawer system plugin for Minecraft servers (1.20+). It allows players to create storage drawers that can hold a large number of a single item type, with visual displays showing the contents.
Features
- Multiple Drawer Types: SINGLE, DUO, TRIO, and QUAD drawers with 1-4 storage slots
- Visual Display: Items and amounts are displayed on the drawer face using display entities
- Upgrade System: Increase storage capacity with craftable upgrades
- Custom Crafts: Fully configurable crafting recipes
- Hopper Support: Automatic item transfer with hoppers
- Multiple Storage Backends: JSON, SQLite, or MySQL
- WorldGuard Integration: Respect region protection
- PlaceholderAPI Support: Display drawer information anywhere
Drawer Types
| Type | Slots | Description |
|---|
| SINGLE | 1 | Single item type storage |
| DUO | 2 | Two different item types |
| TRIO | 3 | Three different item types |
| QUAD | 4 | Four different item types |
How It Works
- Craft a Drawer: Use the configured recipe to craft a drawer
- Place the Drawer: Place it like any block (barrel-based)
- Store Items: Right-click with items to store, left-click to retrieve
- Visual Feedback: See stored items and amounts displayed on the drawer face
Interactions
| Action | Result |
|---|
| Right-click with item | Store items in drawer |
| Left-click | Retrieve one stack |
| Shift + Left-click | Retrieve all items |
| Right-click with upgrade | Apply upgrade to drawer |
Dependencies
Support