Commands
Player Commands
/ec
Opens your ender chest. With one chest it opens directly. With several chests, it opens your main if one is set, or the management menu if not. While you have a temporary chest with spilled items, the menu always opens instead until you empty it. Your first chest is created automatically on first use.
/ec by index or name
Opens a specific chest by number (e.g. /ec #2) or custom name (e.g. /ec Loot), skipping the menu.
/eclist
Always opens the management menu, listing all your chests. From here you can open, rename, set an icon, or set a chest as your main. The main chest is marked with a gold ★.
TIP
Right-clicking an ender chest follows the same routing as /ec. No permission is required to right-click.
Admin Commands
Each /ee command requires only the specific permission listed on it. There is no separate base permission. All admin nodes default to op.
/ee add
Gives a player one or more chests. <size> is a multiple of 9 from 9 to 54. Add a [duration] (e.g. 7d, 1d_12h) to make them temporary.
/ee resize
Changes a chest's slot count. Items in cut-off slots are spilled to a temporary chest rather than deleted.
/ee delete
Deletes the newest <count> chests a player owns. Items are spilled to a temporary chest by default; add force to discard them immediately. The player's first chest is never deleted.
/ee view
Opens a per-chest menu for another player's chests (works offline). From the menu you open the chest, and admins with enhancedechest.admin.clear also get a red (Admin) Clear chest button to empty it. With enhancedechest.admin.view alone the inventory is read-only; add enhancedechest.admin.edit to move items.
/endersee <player> is a shorthand for the same command, with the same permission.
/ee transfer
Moves a player's chests onto another account, for when someone switches accounts. Use all to move every chest (the destination ends up with exactly the source's chests), or a #index or chest name to move just one. If the destination already has items in a chest this would replace, add override to discard them or temp to move them into a temporary chest the player can take them back from. The source's chests are removed, so items are never duplicated.
/ee reload
Reloads config and language files without restarting.
/ee import
Opens a form to copy all data from an old database backend into the active one (for example SQLite → MySQL). The active database must be empty and no other players may be online. See Switching Backends for the full walkthrough.
/ee migrate vanilla
Imports vanilla ender chest contents into the plugin. Each player is migrated only once. Requires the player to be online.
/ee migrate axvaults
Imports vaults from the AxVaults plugin into matching EnhancedEchest chests. Works for offline players and reads the AxVaults database directly. See the Migration page for setup.
/ee migrate playervaultsx
Imports vaults from the PlayerVaultsX plugin into matching EnhancedEchest chests. Works for offline players and reads the PlayerVaultsX flat-file vault data directly. See the Migration page for setup.
/ee migrate customenderchest
Imports a player's single chest from CustomEnderChest into EnhancedEchest chest #1. Works for offline players and reads CustomEnderChest's YAML player files; its H2 and MySQL storage backends are not supported. See the Migration page for setup.
