▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/ExpandedChests
ExpandedChests

ExpandedChests

Add huge vanilla-compatible paged storage chests to Paper servers, with crafting, names, sorting, and optional StorageWorkbench support.

Оцените первым
82
1

ExpandedChests

!Paper plugin !Server side !No client mod !Geyser friendly !MIT License

Huge storage chests for Paper servers, without client mods or resource packs.

ExpandedChests adds craftable high-capacity storage blocks that still feel at home on a vanilla-compatible server.

Players place an expanded chest, open it like normal storage, move through paged inventory screens, sort the whole storage from inside the GUI, and see a clean label above the block with its name and used slot count.

It is built for survival servers that want bigger storage rooms without turning the server into a client modpack.

Why It Exists

Storage painExpandedChests answer
Double-chest walls get huge fast.Replace rows of boxes with compact tiered storage.
Players forget what each storage block contains.Each placed expanded chest can show a custom name and used/total slots.
Giant inventories often need client mods.ExpandedChests uses server-side vanilla inventory screens.
Big containers get messy.Built-in page controls and full-storage sorting keep items manageable.
Java and Bedrock players share one server.No client mod, no resource pack, no custom client UI.

Storage Tiers

TierCapacitySlotsVisible vanilla block
3x3 double chests162Light gray shulker box
5x5 double chests270Yellow shulker box
10x10 double chests540Light blue shulker box
100x100 double chests5400Black shulker box

The placed block is a vanilla shulker-box anchor. The real storage is saved server-side in the plugin data and opened through paged vanilla inventory menus.

Crafting Recipes

ExpandedChests is meant to feel earned in survival. Every tier is craftable, every higher tier uses the previous tier, and every recipe includes a sign because these storage blocks are meant to be named and readable in-world.

S means any vanilla sign: oak, spruce, birch, jungle, acacia, dark oak, mangrove, cherry, bamboo, crimson, or warped.

3x Expanded Chest

C S C
C I C
C I C
SymbolIngredient
CChest
SAny sign
IIron block

Output: 3x Expanded Chest, 162 slots.

5x Expanded Chest

C S C
U P U
C U C
SymbolIngredient
CChest
SAny sign
UGold block
P3x Expanded Chest

Output: 5x Expanded Chest, 270 slots.

10x Expanded Chest

C S C
U P U
C U C
SymbolIngredient
CChest
SAny sign
UDiamond block
P5x Expanded Chest

Output: 10x Expanded Chest, 540 slots.

100x Expanded Chest

C S C
U P U
C N C
SymbolIngredient
CEnder chest
SAny sign
UNetherite block
P10x Expanded Chest
NNether star

Output: 100x Expanded Chest, 5400 slots.

If StorageWorkbench is installed, these recipes can appear in its storage crafting menu when the ingredients are available in the player inventory, nearby vanilla chests, or nearby expanded chests.

Features

FeatureWhat it does
Four storage tiers3x, 5x, 10x, and 100x double-chest capacity.
Survival progressionHigher tiers require the previous expanded chest.
Vanilla-compatible blocksPlaced storage uses vanilla shulker-box anchors.
Paged inventory GUILarge storage opens through normal server inventory screens.
Built-in sortingSort the whole expanded chest from inside its GUI.
Visible labelsShows storage name and occupied slots above the block.
Naming supportLook at a placed expanded chest and run /ec name <name>.
Admin item menuUse /ec items or /ec creative when you need the custom items directly.
Safety guardsProtects non-empty expanded chests from accidental breaking by default.
World protectionBlocks explosions, pistons, and hopper movement on expanded chest anchors.
Fast lookupIndexed by block and loaded chunk for companion-plugin access.
Server-side onlyNo client mod, no resource pack, no custom packets.

Works With The Storage Suite

ExpandedChests can run by itself, but it is designed to sit neatly beside the other storage plugins:

PluginRole
StorageWorkbenchCraft from nearby vanilla chests and ExpandedChests through a vanilla-compatible storage crafting menu.
OpenChestSorterAutomatically sorts ordinary single and double chests when players open them.

The responsibility split is intentional:

  • OpenChestSorter handles ordinary vanilla chests.
  • ExpandedChests owns expanded storage and its own page-aware sort controls.
  • StorageWorkbench can craft from both vanilla chests and expanded chests when both plugins are installed.

All three plugins can also run separately.

Compatibility

TargetSupport
PlatformPaper
Minecraft versions1.21.x and 26.1.x
Java for 1.21.x serversJava 21
Java for 26.1.x serversJava 25 or newer
Client-side installNot required
Resource packNot required
Required dependenciesNone
Optional companionsStorageWorkbench, OpenChestSorter
Geyser/FloodgateDesigned around vanilla blocks, vanilla inventory screens, and vanilla particles.

ExpandedChests is a server-side Paper plugin. It is not a Fabric, Forge, NeoForge, or client-side mod.

Commands

CommandPermissionDescription
/ec statusexpandedchests.adminShows plugin status and stored expanded chest count.
/ec itemsexpandedchests.adminOpens an admin menu with expanded chest items.
/ec creativeexpandedchests.adminOpens the same vanilla-compatible creative/admin item menu.
/ec infoexpandedchests.useShows information about the expanded chest you are looking at.
/ec name <name>expandedchests.useRenames the expanded chest you are looking at.
/ec name clearexpandedchests.useResets the visible expanded chest name.
/ec give <3x|5x|10x|100x> [player]expandedchests.adminGives an expanded chest item.
/ec reloadexpandedchests.adminReloads config and data.

Permissions

PermissionDefaultPurpose
expandedchests.useEveryoneAllows normal expanded chest usage, info, and naming.
expandedchests.adminOperatorsAllows admin commands and item menus.

Installation

  1. Stop the Paper server.
  2. Back up the server folder, especially world, world_nether, world_the_end, plugins, and config files.
  3. Copy expanded-chests-1.0.0.jar into the server plugins folder.
  4. Start the server.
  5. Adjust plugins/ExpandedChests/config.yml if needed.
Default configuration
enabled: true

display:
  holograms: true
  open-particles: true
  open-particle-count: 18

behavior:
  prevent-breaking-non-empty: true
  save-on-close: true
  save-interval-ticks: 6000
  protect-from-explosions: true
  protect-from-pistons: true
  protect-from-hoppers: true

debug-logging: false

Performance

ExpandedChests is designed to keep large storage predictable:

  • Placed expanded chests are indexed by block position.
  • Nearby lookups use loaded chunk indexes instead of scanning every stored chest on the server.
  • Storage pages are loaded into vanilla inventories only when players open them.
  • Open pages are saved back to plugin data before external lookup or item movement.
  • No database, telemetry, external network calls, or world data migrations.

Safety

ExpandedChests stores contents in plugins/ExpandedChests/data.yml.

The plugin does not generate chunks or rewrite world files, but it does manage item storage. Treat first installation like any storage-plugin rollout:

  1. Make a full server backup.
  2. Test on a copied world or separate test server.
  3. Place each expanded chest tier.
  4. Put items inside and restart the server.
  5. Verify the contents survive restart.
  6. Test breaking empty and non-empty expanded chests.
  7. Test companion plugins only after standalone behavior looks correct.

Known Limitations

  • A server plugin cannot reliably add custom items to the client-side creative inventory list without a client mod or resource pack. Use /ec items, /ec creative, or /ec give instead.
  • Expanded storage uses server-side paged inventory screens, so it does not look like a single giant vanilla chest screen.
  • OpenChestSorter intentionally does not sort expanded chests. Use the built-in expanded chest sort button instead.

License

ExpandedChests is released under the MIT License.

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

26.1.x1.21.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:
Опубликован:1 месяц назад
Обновлён:1 месяц назад
Главная