Перейти к содержимому
Mineforgian

Public Ender Chest

A Minecraft server-side mod that adds a public inventory accessible via an Ender Chest.

15K загрузок12 подписчиковMITfabric

Обновлён 11 января 2026 г. · опубликован 26 июля 2024 г.

  • The main UI
  • Logging

Public Ender Chest

This server-side, configurable Fabric Minecraft mod adds a new public inventory accessible via Ender Chest blocks. The 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.

Sponsored by Ember Host

Check 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.

Features

Accessing the Public Ender Chest inventory

Players are able to access the public inventory by crouching and then right-clicking an Ender Chest block. Players can also hold an Ender Chest item in their hand and then right-click to open it.

Players can toggle the usage of the public inventory using the command /publicenderchest usePublicInventory [true|false], so that it doesn't get in the way of placing blocks on an Ender Chest block.

When users hover their mouse over an item stack in the public inventory, they will be able to see the player who inserted that item into the inventory, as well as how long ago it was inserter.

Server operators can also access the Public Ender Chest inventory using the command /publicenderchest openPublicEnderChestInventory.

Configuration

The mod has a configuration file which can be found in /config/publicenderchest.toml. Here, you can configure a couple of things:

  • Player Blacklist: You can toggle and use a blacklist which will prevent added players from being able to access the public Ender Chest inventory.
  • Dimension Blacklist: You can toggle and use a blacklist for dimensions where players are not allowed to use the Public Ender Chest inventory.
  • Database Purge Older Than Days: You can configure the entries that the mod will purge based on how old they are.

Server operators bypass both the player and dimension blacklists. You will also find commands available to operators to edit these settings (except the blacklist settings themselves) by using /publicenderchest config. The config can also be reloaded by using /publicenderchest config reload.

Logging system

The mod has an integrated logging system that allows server admins to see how players have interacted with the Public Ender Chest inventory. You can see when the interaction happened, who did it, how many items were inserted or removed, and the Item stack itself.

To query the database, you can use the following command.

/publicenderchest database query [before|after] <days> <hours> <minutes> <seconds> <playerName>

The days, hours, minutes, and seconds are a time parameter that will determine the queried logs based on the chosen time search type:

  • 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.
  • 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.

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.

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' UUID.

When performing a query, the logs will be shown in your chat in a paginated style.

  • Hover your mouse over the player's username to see their full UUID. Click on the username to copy the UUID to your clipboard.
  • Hover your mouse over the Item identifier to see the full Item stack information.

At the bottom of the logs, you will see two icons << and >>, which you can click to turn to the previous or the next page.

Finally, there is also a command to purge the database...

/publicenderchest database purge

...which will purge database logs which are older than the time specified in the mod's purge_older_than_x_days config setting. You can also use...

/publicenderchest database purge <entriesOlderThanDays>

...to purge entries using the entriesOlderThanDays parameter specified in the command rather than the setting in the mod's config. The database is also automatically purged upon server shutdown.

All the database related commands are only available to operators.

Optional client-side functionality

You can optionally install this mod in your client. Doing so will let you right-click an Ender Chest item in your inventory while holding the Cntrl or Alt keys to open the Public Ender Chest inventory.

Furthermore, installing the mod in the client will allow for proper syncing of item stack information between the server and the client, allowing for proper usage of mods like Item Scroller, and reducing item stack flickering when doing quick item stack movements between inventories.

Support

If you would like to report a bug, or make a suggestion, you can do so via the mod's issue tracker.

Credits

  • Thanks to Kioku for the mod's icon and banner.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.2.3Релиз1.21.11fabric11 января 2026 г..jar (13.2 МБ)
1.2.2Релиз1.21.10fabric26 декабря 2025 г..jar (13.2 МБ)
1.2.1Релиз1.21.6, 1.21.7, 1.21.8fabric21 июня 2025 г..jar (13.2 МБ)
1.2.0Релиз1.21.5fabric25 марта 2025 г..jar (13.2 МБ)
1.1.1Релиз1.21.4fabric10 декабря 2024 г..jar (13.1 МБ)
1.1.0Релиз1.21, 1.21.1fabric18 августа 2024 г..jar (13.1 МБ)
1.0.1Релиз1.21fabric28 июля 2024 г..jar (13.1 МБ)
1.0.0Релиз1.21fabric26 июля 2024 г..jar (13.1 МБ)

Ченджлог

1.2.3Релиз1.21.11 · 11 января 2026 г.
  • Updated to 1.21.11.
1.2.2Релиз1.21.10 · 26 декабря 2025 г.
  • Update to 1.21.10
1.2.1Релиз1.21.6, 1.21.7, 1.21.8 · 21 июня 2025 г.
  • Updated to 1.21.6.

If you would like to report a bug, or make a suggestion, you can do so via the mod's issue tracker.

1.2.0Релиз1.21.5 · 25 марта 2025 г.

Changelog

  • Update to 1.21.5.
  • Version number will from now on not include the Minecraft version, as it will be assumed that the latest version of the mod supports the latest Minecraft version.

If you would like to report a bug, or make a suggestion, you can do so via the mod's issue tracker.

1.1.1Релиз1.21.4 · 10 декабря 2024 г.
  • Update to 1.21.4.

If you would like to report a bug, or make a suggestion, you can do so via the mod's issue tracker.

1.1.0Релиз1.21, 1.21.1 · 18 августа 2024 г.
  • When hovering your mouse over an item stack in the public inventory, the player who inserted the name, as well as how long ago they did, will be shown in the item stack's tooltip. It is recommended to install the mod in the client to improve interaction to reduce visual glitches when interacting with the inventory, as well as to enable proper usage of mods like Item Scroller.
  • The database query command now includes an optional playerName parameter at the end, to filter queries based on the player's name. The query will return queries that match the given player name, regardless of the player's UUID.
  • Fix a crash on the client when pressing LMB while the cursor is hovering outside the inventory when the mod is installed in the client.
1.0.1Релиз1.21 · 28 июля 2024 г.
  • Fix inventory serialization and logging failing when attempting to store an inventory that contains an enchanted item.

If you would like to report a bug, or make a suggestion, you can do so via the mod's issue tracker.

1.0.0Релиз1.21 · 26 июля 2024 г.

This is the first release of the mod.

If you would like to report a bug, or make a suggestion, you can do so via the mod's issue tracker.

Полная история изменений — на Modrinth.

Комментарии

Загружаем…