Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
BsruEnderChest
PluginMIT

BsruEnderChest

BsruEnderchest is a 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 , all designed to be lag-free.

63
Downloads
0
Followers
1 months ago
Updated
📦
1
Versions
optimizationstoragetechnologybukkitfoliapaperpurpurspigot
Download Latestv1.1View on Modrinth

📖About BsruEnderChest

📦 BsruEnderchest

License: MIT
GitHub Repo stars
Visitor Badge

ko-fi

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 Releases page.
  2. Place the BsruEnderchest-X.X.jar file into your server's /plugins directory.
  3. Optional: For full functionality, install LuckPerms and 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)

# 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)"
# Title for players who only have the .use permission (full 6-row mode)
single-page-title: "&5&lEnder Chest (6 Rows)"
# Title format for the admin view. Placeholders: {player_name}, {current_page}, {max_pages}
admin-inventory-title-format: "&c&lAdmin View: {player_name} &8(&fPage {current_page}/{max_pages}&8)"
# Title format for the admin view when viewing a single-page user. Placeholder: {player_name}
admin-single-page-title: "&c&lAdmin View: &e{player_name} &8(6 Rows)"

# ---------------------------------
# Messages
# ---------------------------------
# Message sent when a player lacks permission for a command.
no-permission-command-message: "&cYou don't have permission to use this command."
# Message sent to a player when the database fails to load their data.
player-database-error-message: "&c[Enderchest] The system is temporarily unavailable. Please try again later."
# Alert sent to online admins when a database error occurs.
admin-database-error-message: "&c&l[BSRU Enderchest] &cCRITICAL: Database connection failed! Please check the console immediately."
# Message sent when a player tries to drop an item in a protected WorldGuard region.
worldguard-drop-deny-message: "&cYou cannot drop items in this area."

# ---------------------------------
# Control Panel Items (for paged mode)
# ---------------------------------
control-panel:
  previous-page:
    enabled:
      material: "MAGMA_CREAM"
      name: "&a&lPrevious Page"
      lore:
        - "&7Click to go to page &e{previous_page}"
    disabled:
      material: "BARRIER"
      name: "&c&lFirst Page"
      lore:
        - "&7You are on the first page."
  next-page:
    enabled:
      material: "ARROW"
      name: "&a&lNext Page"
      lore:
        - "&7Click to go to page &e{next_page}"
    disabled:
      material: "BARRIER"
      name: "&c&lLast Page"
      lore:
        - "&7You are on the last page."
  filler:
    material: "GRAY_STAINED_GLASS_PANE"
    name: " "

# ---------------------------------
# Sounds
# ---------------------------------
# name: Sound key from Minecraft (e.g., ui.button.click)
# volume: How loud the sound is (e.g., 1.0)
# pitch: How high or low the sound is (e.g., 1.0)
sounds:
  navigate:
    name: "ui.button.click"
    volume: 0.8
    pitch: 1.2
  fail:
    name: "block.anvil.place"
    volume: 1.0
    pitch: 1.0
  worldguard-deny:
    name: "entity.villager.no"
    volume: 1.0
    pitch: 0.8

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.

👥 Team & Contributors

nattapat2871
nattapat2871Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitfoliapaperpurpurspigot
Minecraft Versions
1.201.20.11.20.21.20.31.20.41.20.51.20.61.21+14 more

🔗 Links

Modrinth Page