EnderVault

Better Enderchest

4,42k

EnderVault

🌌 EnderVault - Supercharged Ender Chest Plugin

EnderVault upgrades the basic Minecraft ender chest into a powerful, fully customizable storage system. Give your players more space based on their rank or permission, while keeping everything safe and easily accessible—even when they’re offline!

---

✨ What Makes EnderVault Awesome?

- 🧱 <strong>Custom Slot Sizes</strong><br> Let players unlock bigger ender chests with permissions.<br> From 3 rows (27 slots) up to 6 rows (54 slots).<br> Example: <code>endervault.rows.5</code> gives 5 rows!

- 💾 <strong>Choose How Data Is Saved</strong><br> <ul> <li><strong>PDC</strong> – Lightweight per-player storage (best for small servers).</li> <li><strong>SQLite</strong> – Local database with great performance.</li> <li><strong>MySQL</strong> – Sync storage across servers or large networks.</li> </ul>

- 🌐 <strong>Supports Online & Offline Mode</strong><br> <ul> <li><strong>Online:</strong> Uses UUIDs for player tracking.</li> <li><strong>Offline:</strong> Uses player names for compatibility.</li> </ul>

- 🛠️ <strong>Edit Offline Player Vaults</strong><br> Admins can open and edit offline players’ chests using SQLite or MySQL storage.

- 💬 <strong>Easy Commands</strong><br> <ul> <li><code>/ev</code> - Open your custom ender chest.</li> <li><code>/ev <player></code> - Open someone else’s ender chest (requires permission).</li> </ul>

- 📦 <strong>Right-Click Integration</strong><br> Simply right-click a vanilla ender chest block to open your personalized EnderVault.

---

<img src="https://cdn.modrinth.com/data/cached_images/1ebacc371092b6563bbf426c1f0d9587eaf331f5.png" alt="EnderVault Custom Slot Preview" width="600"/>

💡 Why Choose EnderVault?

EnderVault gives your server <span style="color: #00FF00; font-weight: bold;">flexibility</span> and <span style="color: #00FF00; font-weight: bold;">reliability</span> that vanilla chests just can’t match.

✅ Scales with your server size.<br> ✅ Easy setup and config.<br> ✅ Perfect for survival, factions, SMPs, or donor perks!

---

🔧 How to Install

1. Download the latest <code>EnderVault.jar</code>. 2. Place it in your server’s <code>plugins</code> folder. 3. Restart your server. 4. Edit the config file to choose your storage type.

---

⚙️ Configuration Example

```yaml storage: type: "sqlite" # Options: pdc, sqlite, mysql sqlite: file: "endervault.db" mysql: url: "jdbc:mysql://localhost:3306/database" username: "user" password: "password"

config: OnlineMode: true ```

---

🔐 Permissions

- <code>endervault.use</code> – Open your own ender chest (default: true) - <code>endervault.viewothers</code> – Open others’ chests (default: OP only) - <code>endervault.rows.<1-6></code> – Set how many rows a player gets<br> Example: <code>endervault.rows.4</code> = 4 rows

---

ADS