EnderVault

โญ โ€” (14 endorsements) ๐Ÿ“ฅ 7,051 downloads ๐Ÿ“Œ v0.2.0-beta ๐Ÿ“… 6/8/2025
๐ŸŸก Updated this year

By RRS ยท game-mechanics

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 3/19/2026 ๐Ÿ“… Created: 6/8/2025

๐Ÿ” Analysis

  • ๐Ÿ‘ 0.2% endorsement rate
  • ๐Ÿ† #46 of 214 game-mechanics mods in this game by downloads

๐Ÿ“‹ About This Mod

# ๐ŸŒŒ 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 &lt;player&gt;</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.&lt;1-6&gt;</code> โ€“ Set how many rows a player gets<br> Example: <code>endervault.rows.4</code> = 4 rows ---

# ๐ŸŒŒ 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?

- ๐Ÿงฑ Custom Slot Sizes

Let players unlock bigger ender chests with permissions.

From 3 rows (27 slots) up to 6 rows (54 slots).

Example: endervault.rows. 5 gives 5 rows!

- ๐Ÿ’พ Choose How Data Is Saved

  • PDC โ€“ Lightweight per-player storage (best for small servers).
  • SQLite โ€“ Local database with great performance.
  • MySQL โ€“ Sync storage across servers or large networks.

- ๐ŸŒ Supports Online & Offline Mode

  • Online: Uses UUIDs for player tracking.
  • Offline: Uses player names for compatibility.

- ๐Ÿ› ๏ธ Edit Offline Player Vaults

Admins can open and edit offline playersโ€™ chests using SQLite or MySQL storage.

- ๐Ÿ’ฌ Easy Commands

  • /ev - Open your custom ender chest.
  • /ev <player> - Open someone elseโ€™s ender chest (requires permission).

- ๐Ÿ“ฆ Right-Click Integration

Simply right-click a vanilla ender chest block to open your personalized EnderVault.

EnderVault Custom Slot Preview

## ๐Ÿ’ก Why Choose EnderVault?

EnderVault gives your server flexibility and reliability that vanilla chests just canโ€™t match.

โœ… Scales with your server size.

โœ… Easy setup and config.

โœ… Perfect for survival, factions, SMPs, or donor perks!

## ๐Ÿ”ง How to Install

1. Download the latest EnderVault.jar. 2. Place it in your serverโ€™s plugins 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

  • endervault.use โ€“ Open your own ender chest (default: true)
  • endervault.viewothers โ€“ Open othersโ€™ chests (default: OP only)
  • endervault.rows.<1-6> โ€“ Set how many rows a player gets

Example: endervault.rows. 4 = 4 rows

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
RRS
Version
0.2.0-beta
Downloads
7,051
Endorsements
14
Category
game-mechanics
Created
6/8/2025
Updated
3/19/2026
Game Versions
1.13, 1.13.1, 1.13.2, 1.14, 1.14.1
Tags
game-mechanics, storage, utility

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does EnderVault support?

The author lists 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2. Other versions may work but are untested by the author.

What is the latest version of EnderVault?

Version 0.2.0-beta, published 2026-03-19 with 7,051 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More game-mechanics ๐Ÿ‘ค More by RRS ๐Ÿ”Ž Similar Mods ๐ŸŒ Best game-mechanics (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods