GraveBox-2.0.jar
Details
-
FilenameGraveBox-2.0.jar
-
Uploaded by
-
UploadedJun 17, 2025
-
Size15.16 MB
-
Downloads457
-
MD563b7fe61a25f60307298d9c43b0a7ca4
Supported Bukkit Versions
- 1.21.5
- 1.21.1
- 1.21.2
- 1.21.3
- 1.21.4
- 1.21.5-Snapshot
- 1.21
- 1.20.6
- 1.20.5
- 1.20.5-Snapshot
- 1.20.4
- 1.20.3-Snapshot
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19
- 1.18.2
- 1.18.1
- 1.18
- 1.17
Changelog
# ðŠĶ Smart Death Chest v2.0 - Ultimate Item Protection
> Never lose your items again! Advanced grave system with notifications and statistics.
## âĻ Key Features
ðđ **Auto-Creating Graves** - Instantly spawns protected containers at death locations
ðđ **Complete Inventory Saving** - Preserves armor, offhand, and all inventory items
ðđ **Multi-Container Support** - Chests, Barrels, or Shulker Boxes
ðđ **Smart Protection** - Optional explosion and destruction immunity
ðđ **Secure Access** - Owner-only opening with configurable messages
ðđ **Webhook Alerts** - Discord notifications with rich embeds
ðđ **Death Analytics** - `/gravestats` command with SQLite/MySQL support
ðđ **Overflow Handling** - Drops excess items when graves are full
ðđ **Item Blacklisting** - Block specific items from being stored
## ð Quick Start
### ðĨ Installation
1. Download `GraveBox.jar` from releases
2. Place in your `plugins/` folder
3. Restart server to generate configs
4. Customize `plugins/GraveBox/config.yml`
5. Reload with `/gravebox reload`
### âïļ Core Configuration
```yaml
grave:
material: "CHEST" # CHEST/BARREL/SHULKER_BOX
size: "LARGE" # 9-54 slots
explosion-protection: true
indestructible: true
discord:
enabled: false
webhook-url: "your_url_here"
```
## ð Permissions
| Node | Description | Default |
|------|-------------|---------|
| gravebox.use | Basic grave functionality | â
True |
| gravebox.stats | View death statistics | â
True |
| gravebox.admin | Admin commands | â ïļ OP |
| gravebox.bypass | Bypass protections | â ïļ OP |
## ðĄ Pro Tips
- Use SHULKER_BOX graves for portability
- Enable Discord webhooks for staff monitoring
- Combine with WorldGuard for area-specific rules
- Blacklist banned items like command blocks
## ðĶ Technical Specs
- Minecraft: 1.17+
- Java: 17+
- Database: SQLite (default) or MySQL
- Dependencies: Included (no extra downloads needed)
ðĨ Download now and eliminate frustrating item loss!
ð Full documentation available on GitHub