{"id":126026,"date":"2026-06-07T12:46:26","date_gmt":"2026-06-07T09:46:26","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/public-ender-chest\/"},"modified":"2026-06-07T12:46:26","modified_gmt":"2026-06-07T09:46:26","slug":"public-ender-chest","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/public-ender-chest\/","title":{"rendered":"Public Ender Chest"},"content":{"rendered":"<p><center><br \/>\n    <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/SxdRC9A.png\"><br \/>\n<\/center><\/p>\n<p># Public Ender Chest<br \/>\nThis server-side, configurable Fabric Minecraft mod adds a new public inventory accessible via Ender Chest blocks.<br \/>\nThe mod also includes a built-in logging system for server admins to keep track of changes to this public inventory, and other useful configuration options.<\/p>\n<p>## Sponsored by Ember Host<br \/>\nCheck out Ember Host if you are looking for a Minecraft server host that offers exceptional value for price. You can support my development by using the banner below, which gives a 50% cut for every first purchase to me, alongside a 10% discount to you. <\/p>\n<p><center><\/p>\n<p>        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/dfm9S3K.png\"><\/p>\n<p><\/center><\/p>\n<p>## Features<\/p>\n<p>### Accessing the Public Ender Chest inventory<\/p>\n<p>Players are able to access the public inventory by crouching and then right-clicking an Ender Chest block.<br \/>\nPlayers can also hold an Ender Chest item in their hand and then right-click to open it.<\/p>\n<p>Players can toggle the usage of the public inventory<br \/>\nusing the command `\/publicenderchest usePublicInventory [true|false]`,<br \/>\nso that it doesn&#8217;t get in the way of placing blocks on an Ender Chest block.<\/p>\n<p>When users hover their mouse over an item stack in the public inventory,<br \/>\nthey will be able to see the player who inserted that item into the inventory,<br \/>\nas well as how long ago it was inserter.<\/p>\n<p>Server operators can also access the Public Ender Chest inventory using the command `\/publicenderchest openPublicEnderChestInventory`.<\/p>\n<p>### Configuration<\/p>\n<p>The mod has a configuration file which can be found in `\/config\/publicenderchest.toml`.<br \/>\nHere, you can configure a couple of things:<\/p>\n<p>&#8211; **Player Blacklist**: You can toggle and use a blacklist which will prevent added players from being able to access the public Ender Chest inventory.<br \/>\n&#8211; **Dimension Blacklist**: You can toggle and use a blacklist for dimensions where players are not allowed to use the Public Ender Chest inventory.<br \/>\n&#8211; **Database Purge Older Than Days**: You can configure the entries that the mod will purge based on how old they are.<\/p>\n<p>Server operators bypass both the player and dimension blacklists.<br \/>\nYou will also find commands available to operators to edit these settings<br \/>\n(except the blacklist settings themselves) by using `\/publicenderchest config`.<br \/>\nThe config can also be reloaded by using `\/publicenderchest config reload`.<\/p>\n<p>### Logging system<\/p>\n<p>The mod has an integrated logging system<br \/>\nthat allows server admins to see how players have interacted with the Public Ender Chest inventory.<br \/>\nYou can see when the interaction happened, who did it,<br \/>\nhow many items were inserted or removed, and the Item stack itself.<\/p>\n<p>To query the database, you can use the following command.<\/p>\n<p>&#8220;`<br \/>\n\/publicenderchest database query [before|after] <days> <hours> <minutes> <seconds> <playerName>\n&#8220;`<\/p>\n<p>The days, hours, minutes,<br \/>\nand seconds are a time parameter that will determine the queried logs based on the chosen **time search type**:<\/p>\n<p>&#8211; **Before**: Returns all the logs from the beginning until the current time minus the time specified in the command. For example, by running `\/publicenderchest database query before 0 1 0 0`, you will see all the logs that happened between the start and one hour ago.<br \/>\n&#8211; **After**: Returns all the logs that happened between the current time and the current time minus the time specified in the command. For example, if you run `\/publicenderchest database query 1 0 0 0`, you will see all the logs that happened between now and 1 day ago.<\/p>\n<p>You should favor using `after` queries, since the mod will have to look for considerably less log entries, compared to using a `before` query, which will go all the way back to the beginning starting from the specified time parameter.<\/p>\n<p>There is also an optional `playerName` parameter that you can use to look for actions done by a specific player. The logs returned will correspond to those made by players with the given name, regardless of players&#8217; UUID.<\/p>\n<p>When performing a query, the logs will be shown in your chat in a paginated style.<\/p>\n<p>&#8211; Hover your mouse over the player&#8217;s username to see their full UUID. Click on the username to copy the UUID to your clipboard.<br \/>\n&#8211; Hover your mouse over the Item identifier to see the full Item stack information.<\/p>\n<p>At the bottom of the logs, you will see two icons `<<` and `>>`,<br \/>\nwhich you can click to turn to the previous or the next page.<\/p>\n<p>Finally, there is also a command to purge the database&#8230;<\/p>\n<p>&#8220;`<br \/>\n\/publicenderchest database purge<br \/>\n&#8220;`<\/p>\n<p>&#8230;which will purge database logs<br \/>\nwhich are older than the time specified in the mod&#8217;s `purge_older_than_x_days` config setting.<br \/>\nYou can also use&#8230;<\/p>\n<p>&#8220;`<br \/>\n\/publicenderchest database purge <entriesOlderThanDays><br \/>\n&#8220;`<\/p>\n<p>&#8230;to purge entries<br \/>\nusing the `entriesOlderThanDays` parameter specified in the command rather than the setting in the mod&#8217;s config.<br \/>\nThe database is also automatically purged upon server shutdown.<\/p>\n<p>All the database related commands are only available to operators.<\/p>\n<p>## Optional client-side functionality<\/p>\n<p>You can optionally install this mod in your client.<br \/>\nDoing so will let you right-click an Ender Chest item in your inventory<br \/>\nwhile holding the Cntrl or Alt keys to open the Public Ender Chest inventory.<\/p>\n<p>Furthermore,<br \/>\ninstalling the mod in the client will allow for proper syncing of item stack information between the server and the client,<br \/>\nallowing for proper usage of mods like Item Scroller,<br \/>\nand reducing item stack flickering when doing quick item stack movements between inventories.<\/p>\n<p>## Support<\/p>\n<p>If you would like to report a bug, or make a suggestion, you can do so via the mod&#8217;s issue tracker.<\/p>\n<p>## Credits<\/p>\n<p>&#8211; Thanks to Kioku for the mod&#8217;s icon and banner.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A Minecraft server-side mod that adds a public inventory accessible via an Ender Chest.<\/p>\n","protected":false},"featured_media":126027,"template":"","meta":{"_minecraft_slug":"public-ender-chest","_minecraft_project_id":"72qdVlp0","_minecraft_author":"ArkoSammy12","_minecraft_license":"MIT","_minecraft_downloads":14904,"_minecraft_follows":12,"_minecraft_client_side":"optional","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"public-ender-chest.zip","_minecraft_size_bytes":110220179,"_minecraft_version_count":8,"_minecraft_updated_at":"2026-05-15T21:42:20.900143Z","_minecraft_date_created":"2024-07-27T03:24:55.622071Z","_minecraft_date_modified":"2026-01-11T23:20:47.451509Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/public-ender-chest","_minecraft_icon_attachment_id":126027,"_minecraft_imported_at":"2026-06-07T09:46:27+00:00","_minecraft_import_hash":"e589529d88e0dbc118ea6d545682ca3e","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,89,91,92],"mod_loader":[99],"minecraft_version":[62,37,40,41,38,78,79,80,81],"class_list":["post-126026","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-game-mechanics","mod_category-storage","mod_category-utility","mod_loader-fabric","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Public Ender Chest - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/public-ender-chest\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Public Ender Chest - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A Minecraft server-side mod that adds a public inventory accessible via an Ender Chest.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/public-ender-chest\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i.imgur.com\/SxdRC9A.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/public-ender-chest\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/public-ender-chest\\\/\",\"name\":\"Public Ender Chest - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/public-ender-chest\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/public-ender-chest\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/public-ender-chest-icon-500b70d53ac818d62a8ef6ca967fc8db978597d5.png\",\"datePublished\":\"2026-06-07T09:46:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/public-ender-chest\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/public-ender-chest\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/public-ender-chest\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/public-ender-chest-icon-500b70d53ac818d62a8ef6ca967fc8db978597d5.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/public-ender-chest-icon-500b70d53ac818d62a8ef6ca967fc8db978597d5.png\",\"width\":400,\"height\":400},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/public-ender-chest\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Public Ender Chest\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Public Ender Chest - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/public-ender-chest\/","og_locale":"en_US","og_type":"article","og_title":"Public Ender Chest - Minecraft","og_description":"A Minecraft server-side mod that adds a public inventory accessible via an Ender Chest.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/public-ender-chest\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/i.imgur.com\/SxdRC9A.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/public-ender-chest\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/public-ender-chest\/","name":"Public Ender Chest - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/public-ender-chest\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/public-ender-chest\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/public-ender-chest-icon-500b70d53ac818d62a8ef6ca967fc8db978597d5.png","datePublished":"2026-06-07T09:46:26+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/public-ender-chest\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/public-ender-chest\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/public-ender-chest\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/public-ender-chest-icon-500b70d53ac818d62a8ef6ca967fc8db978597d5.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/public-ender-chest-icon-500b70d53ac818d62a8ef6ca967fc8db978597d5.png","width":400,"height":400},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/public-ender-chest\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Public Ender Chest"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/126026","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/126027"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=126026"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=126026"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=126026"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=126026"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}