XXL Enderchest

XXL Enderchest

A Fabric mod that expands your enderchest from the vanilla 3 rows (27 slots) to up to 6 rows (54 slots).

by
3.1K Downloads
fabricgame-mechanicsstorageutility
Rent Server with this Mod

Screenshots

More storage..

About this Mod

XXL Enderchest

A Fabric mod that expands your enderchest from the vanilla 3 rows (27 slots) to up to 6 rows (54 slots).

✨ Features

Rows Slots Use case
3 27 Vanilla default, always available to everyone
4 36 Extra storage for selected players or groups
5 45 Mid-tier storage upgrade
6 54 Maximum XXL storage
  • Vanilla access is preserved: every player can always use a normal 3-row ender chest.
  • Fixed config mode for simple servers or single-player worlds.
  • Optional LuckPerms mode for per-group row upgrades.
  • Optional Mod Menu + Cloth Config integration for an in-game config screen on the client.
  • Optional /enderchest command, it opens the player's own enderchest.
  • Automatic fallback to config mode if LuckPerms is enabled in config but the mod is not installed.
  • Hidden rows keep their items stored safely; lowering access does not delete inventory contents.
  • Works on dedicated servers and in single-player.

❗ How it works

XXL Enderchest always keeps the internal enderchest container at 54 slots so data is never thrown away.

What players can actually open depends on the active mode:

  • enabled=false: vanilla behavior only, 3 rows.
  • enabled=true and useLuckPerms=false: everyone gets the configured rows value.
  • enabled=true and useLuckPerms=true with LuckPerms installed: everyone keeps vanilla 3 rows by default, and permissions can upgrade that to 4, 5, or 6 rows.
  • enabled=true and useLuckPerms=true without LuckPerms installed: automatic fallback to configured rows.
  • commandEnabled=true: players can use /enderchest; in LuckPerms mode they also need the command permission node.

⚙️ Configuration

Config file: config/xxlenderchest.json

{
  "enabled": true,
  "useLuckPerms": false,
  "rows": 6,
  "commandEnabled": false
}
Field Type Description
enabled boolean When false, the mod stays inactive and the ender chest remains vanilla.
useLuckPerms boolean When true, XXL Enderchest checks LuckPerms row nodes if LuckPerms is installed.
rows integer Fallback row count from 3 to 6. Used when LuckPerms mode is off, or when LuckPerms is missing.
commandEnabled boolean Enables /enderchest. Default is false. In LuckPerms mode, players also need the command node.

After editing the config, run /xxlenderchest reload.

If you install Mod Menu and Cloth Config API on the client, XXL Enderchest exposes a full config screen in-game.

🔄 LuckPerms permissions

There is intentionally no use permission.
Every player must always be able to open a vanilla 3-row ender chest.

If LuckPerms mode is active, these nodes can increase the available rows:

  • xxlenderchest.rows.4
  • xxlenderchest.rows.5
  • xxlenderchest.rows.6
  • xxlenderchest.command.enderchest for /enderchest when commandEnabled=true

Highest granted row wins.

LuckPerms quick start

Example: default users get 4 rows, moderators get 5 rows, VIPs get 6 rows.

/lp group default permission set xxlenderchest.rows.4 true
/lp group moderator permission set xxlenderchest.rows.5 true
/lp group vip permission set xxlenderchest.rows.6 true

Example: give one player full 6-row access.

/lp user <player> permission set xxlenderchest.rows.6 true

Example: enable the /enderchest command for one player.

/lp user <player> permission set xxlenderchest.command.enderchest true

Official LuckPerms docs:

🔄 Commands

Command Permission Description
/enderchest Config toggle, plus xxlenderchest.command.enderchest when LuckPerms mode is active Opens the player's own ender chest. Uses vanilla 3 rows when the XXL storage feature is disabled.
/xxlenderchest info OP Shows mod status, whether LuckPerms is loaded, and whether row access currently uses config mode or LuckPerms mode.
/xxlenderchest reload OP Reloads config/xxlenderchest.json without restarting the server.

❗ Important notes

Lowering row access

If a player had access to more rows before, the extra items remain stored.
They are simply hidden until that player regains enough rows again.

Removing the mod

Vanilla Minecraft only uses the first 27 ender chest slots.
If you remove XXL Enderchest from an existing world, items stored below the first 3 rows may no longer be accessible.
Make a backup before removing the mod from a world or server.

🏜️ Test Server

Feel free to join my Minecraft server to test my mods: play.swordfishbe.eu

Available Versions

XXL Enderchest 1.1.6release
MC 26.2fabric
June 16, 2026
XXL Enderchest 1.1.6release
MC 26.1.2fabric
April 17, 2026
XXL Enderchest 1.1.5release
MC 26.1.2fabric
April 12, 2026
XXL Enderchest 1.1.4release
MC 26.1.1, 26.1.2fabric
April 6, 2026
XXL Enderchest 1.1.3release
MC 26.1.1fabric
April 4, 2026

How to Install XXL Enderchest on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (26.2).

3

Install Mod

Open the mod browser in the dashboard and search for "XXL Enderchest". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabric

Minecraft Versions

26.2, 26.1.2, 26.1.1 (+2 more)

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

XXL Enderchest server crashes on startup – what to do?

Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (26.2). You can switch loaders with one click in the panel.

Is XXL Enderchest compatible with fabric?

XXL Enderchest officially supports fabric for Minecraft 26.2, 26.1.2, 26.1.1. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with XXL Enderchest – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if XXL Enderchest consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install XXL Enderchest with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
GNU Affero General Public License v3.0 or later
Server-side
Required

Supported Versions

26.226.1.226.1.126.11.21.11