BsruEnderChest
๐ก Updated this year๐ผ๏ธ Gallery (2 images)
๐ Analysis
- ๐ #397 of 1224 bukkit mods in this game by downloads
๐ About This Mod
# ๐ฆ BsruEnderchest <div align="center"> (https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) (https://img.shields.io/github/stars/Nattapat2871/BsruEnderchest?style=flat-square)](https://github.com/Nattapat2871/BsruEnderchest/stargazers) !(https://api.visitorbadge.io/api/VisitorHit?user=Nattapat2871&repo=BsruEnderchest&countColor=%237B1E7A&style=flat-square) (https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Nattapat2871) </div> <p align= "center"> <b>English</b> | <a href="/README_TH.md">เธ เธฒเธฉเธฒเนเธเธข</a> </p> BsruEnderchest is a premium, high-performance Ender Chest plugin for Spigot, Paper, and **Folia** servers. It enhances the vanilla Ender Chest with more storage, multiple pages, cross-server synchronization via MySQL, and a powerful suite of admin tools, all designed to be lag-free. ## ๐ Modern Support - **Minecraft 1.20, 1.21, and 26.1.x (2026 Drops)** - **Java 21 to Java 25+** - **Native Folia Support** - **Adventure Component API Integration** - **Expanded Storage:** Expands the default Ender Chest to a full 6 rows (54 slots). - **Paged System:** Grant players access to multiple pages of storage based on permissions. - **Folia Compatible:** The plugin is designed to run natively on both Paper/Spigot and Folia servers with a single JAR file. - **Two Storage Modes:** - **File:** Simple, no-setup-required local file storage (`playerdata/*.yml`). - **MySQL:** Centralized database storage for full cross-server inventory synchronization. - **Asynchronous Operations:** All data operations (load/save) run on a background thread to prevent any server lag or freezes. - **Data Compression:** Item data is compressed using GZIP before being saved to the database, significantly reducing storage space and network traffic. - **Smart Data Migration:** Automatically and safely migrates a player's items from the single-page mode to the multi-page mode when their permissions are upgraded, preventing any data loss. - **Admin Error Notifications:** Critical database errors are sent directly to online admins with the correct permission, not to regular players. - **WorldGuard Integration:** Prevents players from dropping items from the Ender Chest GUI in regions where the `item-drop` flag is denied. - **Highly Configurable:** Customize UI elements, messages, titles, and sounds via a clean `config.yml`. ## ๐ Installation 1. Download the latest `.jar` file from the (https://github.com/Nattapat2871/BsruEnderchest/releases) page. 2. Place the `BsruEnderchest-X.X.jar` file into your server's `/plugins` directory. 3. **Optional:** For full functionality, install **(https://luckperms.net/download)** and **(https://dev.bukkit.org/projects/worldguard)**. 4. Start or restart your server. The default configuration files will be generated. 5. Edit `config.yml` to your liking (e.g., enable the database). 6. Start the server again or use `/bsruenderchest reload`. 7. Configure permissions for your players and groups. ## โ๏ธ Commands | Command | Alias | Permission | Description | | :--- | :--- | :--- | :--- | | `/enderchest` | `/ec` | `bsruenderchest.command.use` | Opens your personal Ender Chest. | | `/bsruenderchest`| `/bec`| (none) | Displays plugin information. | | `/bsruenderchest reload`| `/bec reload`| `bsruenderchest.admin.reload`| Reloads the plugin's configuration file. | | `/bsruenderchest chestsee <player>`|`/bec chestsee <player>`| `bsruenderchest.admin.chestsee`| Opens another player's Ender Chest. | ## ๐ Permissions | Permission | Description | Default | | :--- | :--- | :--- | | `bsruenderchest.use` | Allows opening the Ender Chest by clicking the block. | `true` (everyone) | | `bsruenderchest.command.use` | Allows using the `/enderchest` command. | `true` (everyone) | | `bsruenderchest.plus.<number>`| Grants access to `<number>` pages of storage (up to 10). | `op` | | `bsruenderchest.admin.reload`| Allows use of the `/bec reload` command. | `op` | | `bsruenderchest.admin.chestsee`| Allows use of the `/bec chestsee <player>` command. | `op` | | `bsruenderchest.admin.notify`| Receives in-game alerts for database connection errors. | `op` | ## ๐ Configuration (`config.yml`) ```yml # BsruEnderchest Final Version Configuration # --------------------------------- # Database Settings # --------------------------------- # Set to true to enable the MySQL database system (for cross-server data) # If false, the plugin will store data in local files under the playerdata folder. database: enable: false host: "localhost" port: 3306 database: "bsru_enderchest" username: "user" password: "password" # --------------------------------- # Inventory Titles # --------------------------------- # Title format for the paged inventory. Placeholders: {current_page}, {max_pages} inventory-title-format: "&5&lEnder Chest &8(&fPage {current_page}/{max_pages}&8)" #
# ๐ฆ BsruEnderchest
[!(https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [!(https://img.shields.io/github/stars/Nattapat2871/BsruEnderchest?style=flat-square)](https://github.com/Nattapat2871/BsruEnderchest/stargazers) !(https://api.visitorbadge.io/api/VisitorHit?user=Nattapat2871&repo=BsruEnderchest&countColor=%237B1E7A&style=flat-square)
[!(https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Nattapat2871)
English | เธ เธฒเธฉเธฒเนเธเธข
BsruEnderchest is a premium, high-performance Ender Chest plugin for Spigot, Paper, and Folia servers. It enhances the vanilla Ender Chest with more storage, multiple pages, cross-server synchronization via MySQL, and a powerful suite of admin tools, all designed to be lag-free.
## ๐ Modern Support - Minecraft 1. 20, 1. 21, and 26. 1.x (2026 Drops) - Java 21 to Java 25+ - Native Folia Support - Adventure Component API Integration
- Expanded Storage: Expands the default Ender Chest to a full 6 rows (54 slots).
- Paged System: Grant players access to multiple pages of storage based on permissions.
- Folia Compatible: The plugin is designed to run natively on both Paper/Spigot and Folia servers with a single JAR file.
- Two Storage Modes:
- - File: Simple, no-setup-required local file storage (`playerdata/*.yml`).
- - MySQL: Centralized database storage for full cross-server inventory synchronization.
- Asynchronous Operations: All data operations (load/save) run on a background thread to prevent any server lag or freezes.
- Data Compression: Item data is compressed using GZIP before being saved to the database, significantly reducing storage space and network traffic.
- Smart Data Migration: Automatically and safely migrates a player's items from the single-page mode to the multi-page mode when their permissions are upgraded, preventing any data loss.
- Admin Error Notifications: Critical database errors are sent directly to online admins with the correct permission, not to regular players.
- WorldGuard Integration: Prevents players from dropping items from the Ender Chest GUI in regions where the `item-drop` flag is denied.
- Highly Configurable: Customize UI elements, messages, titles, and sounds via a clean `config.yml`.
## ๐ Installation
1. Download the latest `.jar` file from the (https://github.com/Nattapat2871/BsruEnderchest/releases) page. 2. Place the `BsruEnderchest-X. X.jar` file into your server's `/plugins` directory. 3. Optional: For full functionality, install (https://luckperms.net/download)** and (https://dev.bukkit.org/projects/worldguard)**. 4. Start or restart your server. The default configuration files will be generated. 5. Edit `config.yml` to your liking (e.g., enable the database). 6. Start the server again or use `/bsruenderchest reload`. 7. Configure permissions for your players and groups.
## โ๏ธ Commands
| Command | Alias | Permission | Description |
| :--- | :--- | :--- | :--- |
| `/enderchest` | `/ec` | `bsruenderchest.command.use` | Opens your personal Ender Chest. |
| `/bsruenderchest`| `/bec`| (none) | Displays plugin information. |
| `/bsruenderchest reload`| `/bec reload`| `bsruenderchest.admin.reload`| Reloads the plugin's configuration file. |
| `/bsruenderchest chestsee
## ๐ Permissions
| Permission | Description | Default |
| :--- | :--- | :--- |
| `bsruenderchest.use` | Allows opening the Ender Chest by clicking the block. | `true` (everyone) |
| `bsruenderchest.command.use` | Allows using the `/enderchest` command. | `true` (everyone) |
| `bsruenderchest.plus.
## ๐ Configuration (`config.yml`)
```yml # BsruEnderchest Final Version Configuration
# --------------------------------- # Database Settings # --------------------------------- # Set to true to enable the MySQL database system (for cross-server data) # If false, the plugin will store data in local files under the playerdata folder. database: enable: false host: "localhost" port: 3306 database: "bsru_enderchest" username: "user" password: "password"
# --------------------------------- # Inventory Titles # --------------------------------- # Title format for the paged inventory. Placeholders: {current_page}, {max_pages} inventory-title-format: "&5&lEnder Chest &8(&fPage {current_page}/{max_pages}&8)" #
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- nattapat2871
- Version
- 1.1
- Downloads
- 127
- Endorsements
- 1
- Category
- bukkit
- Created
- 5/23/2026
- Updated
- 5/19/2026
- Game Versions
- 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
- Tags
- optimization, storage, technology
๐ง 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 BsruEnderChest support?
The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5. Other versions may work but are untested by the author.
What is the latest version of BsruEnderChest?
Version 1.1, published 2026-05-19 with 127 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await

