CheckYourChest
CheckYourChest is a practical Minecraft mod that works great for both multiplayer servers and single-player worlds. It's specially designed for players managing automated farms and complex item storage systems.
Main Features
Tracking Any Chest
You can mark absolutely any chests - both single and double, gaining complete control over their contents.
Real-time Monitoring
The mod constantly tracks the contents of marked chests and automatically sends updates at specified intervals.
Discord Integration
Receive detailed chest content reports directly to a Discord channel via webhook - the perfect solution for remote monitoring.
Automated Systems Support
Excellent for complex automated systems, farms and large storage facilities where it's important to constantly monitor resource supplies.
How to Start Using
Obtaining the Marking Stick
Use the /cyc command in-game to get the special Marking Stick item for marking chests.
Marking Chests
Holding the Marking Stick, sneak and right-click any chest to enable monitoring. The mod will immediately start tracking content changes.
Removing Marks
To stop tracking a chest, simply sneak and right-click the marked chest with the same stick.
Discord Integration Setup
Webhook Setup
- Go to your Discord channel settings
- In the "Integrations" section, create a new webhook and copy its URL
- After starting the server/world use the command
/cyc setWebhookURL <URL> - As an alternative - paste the URL in the configuration file
config/checkyourchest-common.toml - Restart the server
Check Intervals
Configure update intervals in the config file using the checkInterval parameter (in minutes):
toml checkInterval = 60 # Send updates every hour
You can also change the interval in-game with the command:
/cyc setCheckInterval <minutes>
Chunk Force Loading Function
Use the command /cyc forceload <true|false> to enable or disable permanent loading of chunks with marked chests. This guarantees that chunks remain active even when no players are nearby.
This option is also available in the configuration file:
toml\nforceLoadChunks = true # Ensures permanent loading of chunks with marked chests\n
This function is disabled by default. When enabled, chunks with tracked chests always remain loaded for uninterrupted monitoring.