GraveBox-2.0.jar

Details

  • Filename
    GraveBox-2.0.jar
  • Uploaded by
  • Uploaded
    Jun 17, 2025
  • Size
    15.16 MB
  • Downloads
    457
  • MD5
    63b7fe61a25f60307298d9c43b0a7ca4

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