Introducing Hender Chests – a highly customizable storage option designed for your Minecraft server, enabling players to establish personal virtual chests with distinct identifiers. Join our community on DISCORD: https://discord.gg/SXs6hVQMCz
Key Features
- Configurable number of rows per chest, allowing up to 6 rows.
- Individual or group limitations on the quantity of Hender Chests that can be created.
- Access your Hender Chests swiftly through chat with a user-defined prefix.
- Seamless integration with LuckPerms for precise permission management.
User Commands
- /hc create
~ to create a Hender Chest. - For instance:
/hc create mobdrops - /hc view
~ view the contents of the specified Hender Chest. - /hc list ~ display all your Hender Chests.
- /hc delete
~ remove this chest (ALL ITEMS WILL BE DELETED).
Admin Commands
- /hc viewother
~ view someone else’s Hender Chest. - Example:
/hc viewother exampleusername mobdrops - /hc listother
[true/false] ~ list another player’s Hender Chests; optional argument to view even if their chest is open (setting to true will close the owner’s menu). - /hc deleteother
~ delete the specified Hender Chest of another player.
Quick Chat Access
Players can conveniently access their Hender Chests through a chat message beginning with the designated prefix (default: ..).
..mobdrops
This will open the player’s Hender Chest named mobdrops, provided it exists.
Configuration Settings
The primary configuration file can be found at:
/config/HenderChests/HenderChests.json
In the configuration, you may adjust the following:
- Default number of rows (maximum of 6).
- Default restriction on how many Hender Chests each user can establish.
- The option to enable or disable LuckPerms support.
Permissions Structure
Hender Chests includes permission settings applicable to both standard users and administrators.
General Permissions
| Node | Description |
|---|---|
| hc.user | Provides access to all user commands. |
| hc.admin | Grants access to all administrative commands. |
Row and Limit Control Permissions
| Node | Description |
|---|---|
| hc.rows.INTEGER | Specifies the number of rows a user/group can use for Hender Chests. (Max: 6) |
| hc.limit.INTEGER | Determines the total number of Hender Chests a user/group may create. |
hc.rows.5→ Restricts this user/group to a maximum of 5-row Hender Chests.hc.limit.2→ Limits this user/group to a total of 2 Hender Chests.
User Commands (requires hc.user)
| Node | Description |
|---|---|
| hc.view | Allows users to view their own Hender Chests. |
| hc.create | Enables users to create a new Hender Chest. |
| hc.delete | Permits users to delete their own Hender Chests. |
| hc.list | Displays the list of a user’s Hender Chests. |
Admin Commands (requires hc.admin)
| Node | Description |
|---|---|
| hc.viewother | Allows view access to another player’s Hender Chests. |
| hc.deleteother | Grants permission to delete another player’s Hender Chests. |
| hc.listother | Displays another player’s Hender Chests. |

