Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for Nighter

Gives every player on the server a 54-slot ender chest instead of the vanila default 27

Report EnhancedEchest?

Release
1.2.0

Nighter released EnhancedEchest version 1.2.0 on Mon 8:17 AM

Fixed

  • Fixed a heavy server lag spike while typing a player name in /ee view and the other admin commands. Names were looked up in the server's player folder on every keystroke, which read and unpacked a file per player who had ever joined. The plugin no longer reads that folder at all: name suggestions now come from its own database.
  • A player's name is now recorded when they join, instead of the first time they open a chest, so the suggestion list fills itself in. A player who has not joined since the update can still be targeted by typing their full name.

Added

  • The activity log now lists what a shulker box held when one was put into or taken out of a chest. Items moved by packing them into a shulker are no longer missing from the record. Turn it off with shulker-contents in config.yml.
  • The activity log now records everything a chest held when it was opened and again when it was closed, in the order the items sit in it. Turn it off with chest-contents in config.yml.
  • Players are now told when items waiting in a temporary chest are moved into a newly granted chest, naming the chest number they landed in. Turn it off with reclaim-notify in config.yml.
  • Added /endersee <player> as a shorthand for /ee view <player>. It takes the same list and chest-number arguments and requires the same enhancedechest.admin.view permission.
  • Admin commands now suggest only players who were online in the last 30 days, so the name list stays short on a server with years of history. Change it with commands.suggest-offline-within in config.yml, or set it to all for every known player. Typing a full name always works regardless.

Changed

  • Breaking: The permission-chests section has been removed from config.yml. Chests granted by enhancedechest.additional_amount.<count>.slot.<size> permissions are always active now. A server that had enabled set to false must remove those permission nodes instead, or players holding them will be granted their chests on next open.
  • Command suggestions no longer put a (player) label at the top of the list. Minecraft already shows what the next argument is above the chat bar, so the list now contains only real names and values.

Removed

  • Breaking: The /ee config in-game settings menu and its enhancedechest.admin.config permission have been removed. Edit config.yml directly and run /ee reload to apply changes.

Notes

  • The database gains a last_online column, added automatically on first start after the update. Players already stored are treated as seen at that moment, so nothing disappears from the name suggestions right away; the list trims itself over the following 30 days.
  • A leftover permission-chests section in an existing config.yml is ignored and can be deleted. Every other setting remains available.
  • Activity log entries are larger than before: shulker box lines are longer, and a full item list is written at both ends of every entry. Log files reach their size limit sooner.
  • The config message group and the config- entries in gui.yml are no longer used and can be deleted from customized language files.

Information

Published onAugust 3, 2026
Downloads1

Platforms

Paper Paper (1.21.11-26.2)