HomeJavaModsBsruEnderChest
BsruEnderChest
ModsJava

BsruEnderChest

by nattapat2871 · on Modrinth

BsruEnderchest is a high-performance Ender Chest plugin for Spigot, Paper, and Folia servers. It enhances the vanilla Ender Chest with more storage…

⬇ Download on Modrinth
BsruEnderChest — screenshot 1BsruEnderChest — screenshot 2

📦 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

🚀 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.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more