CheckYourChest

Quick rating

CheckYourChest

No reviews yet

CheckYourChest is a Minecraft mod that lets you track chest contents in real-time and receive automated updates via Discord webhook.

No Theme
Tech
QoL & Tweaks
Storage & Organization
Server Utility
Mod Loaders
Forge
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
CheckYourChest LICENSE
Latest Version
checkyourchest-1.20.1-1.1.2
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

checkyourchest_header

CheckYourChest

...is a Minecraft utility mod designed for both servers and single-player worlds, perfect for players managing farms or automated item systems. The mod allows players to mark specific chests, track their contents in real-time, and receive detailed inventories via a webhook directly to a Discord server.

Whether you're away from your base or want to monitor your storage, CheckYourChest provides a seamless way to stay updated on what's happening in your chests.


Features

  • Mark Any Chest Mark any single or double chest in your world and monitor its contents.
  • Track Single and Double Chests Automatically handle both single and double chests with ease.
  • Real-Time Updates Monitor chest contents in real-time and automatically send updates at specified intervals.
  • Discord Integration via Webhook Send detailed inventory reports directly to a Discord channel using a webhook.
  • Ideal for Automated Systems Perfect for automation, farms, and large storage systems where keeping track of resources is essential.

How It Works

  1. Marking a Chest Use a custom item (Marking Stick) to mark any chest. When a chest is marked, its contents will be tracked and updated at regular intervals.
  2. Chest Monitoring Track the chest's contents in real-time. The mod works with both single and double chests, ensuring comprehensive tracking for all your storage needs.
  3. Automatic Webhook Updates At each interval (defined in the config), the contents of the marked chest(s) are sent to your designated Discord webhook, providing a detailed list of items and their quantities.

Configuration

  1. Webhook Setup To set up a Discord webhook, follow these steps:
    • Go to your Discord channel settings.
    • Under the "Integrations" tab, create a new webhook and copy its URL.
    • Paste the webhook URL into the mod's configuration file (config/checkyourchest-common.toml).
      Additionally, you can set the interval dynamically in-game using the following command:
      /cyc setWebhookURL "<webhookURL>"
  1. Interval Settings You can customize how often chest updates are sent to the webhook by adjusting the checkInterval in the config file. This value is in minutes. For example:
checkInterval = 60 #Sends updates every hour

Additionally, you can set the interval dynamically in-game using the following command:

/cyc setCheckInterval <minutes>

Usage

  1. Command to Get the Marking Stick Use the /cyc command in the game to get the Marking Stick. This special item allows you to mark chests for monitoring.
  2. Marking a Chest To mark a chest, hold the Marking Stick and sneak right-click on the chest you want to track. The mod will start monitoring the contents of the chest and send updates to your webhook at the configured interval.
  3. Unmarking a Chest To unmark a chest, simply sneak right-click on the marked chest or any other block with the Marking Stick, and the chest will be unmarked.

Made with Love ❤️

checkyourchest_header

CheckYourChest

CheckYourChest is a Minecraft utility mod designed for both servers and single-player worlds, perfect for players managing farms or automated item systems. The mod allows players to mark specific chests, track their contents in real-time, and receive detailed inventories via a webhook directly to a Discord server.

Whether you're away from your base or want to monitor your storage, CheckYourChest provides a seamless way to stay updated on what's happening in your chests.
Chest Icon


Features🛠️

  • Mark Any Chest
    Mark any single or double chest in your world and monitor its contents.

  • Track Single and Double Chests
    Automatically handle both single and double chests with ease.

  • Real-Time Updates
    Monitor chest contents in real-time and automatically send updates at specified intervals.

  • Discord Integration via Webhook
    Send detailed inventory reports directly to a Discord channel using a webhook.

  • Ideal for Automated Systems
    Perfect for automation, farms, and large storage systems where keeping track of resources is essential.


How It Works

  1. Marking a Chest
    Use a custom item (Marking Stick) to mark any chest. When a chest is marked, its contents will be tracked and updated at regular intervals.

  2. Chest Monitoring
    Track the chest's contents in real-time. The mod works with both single and double chests, ensuring comprehensive tracking for all your storage needs.

  3. Automatic Webhook Updates
    At each interval (defined in the config), the contents of the marked chest(s) are sent to your designated Discord webhook, providing a detailed list of items and their quantities.


Installation

  1. Requirements

  • Install the Mod

    • Place the downloaded .jar file into your Minecraft mods folder.
    • Ensure you have the correct Forge version installed.

Configuration🔧

  1. Webhook Setup
    To set up a Discord webhook, follow these steps:

    • Go to your Discord channel settings.
    • Under the "Integrations" tab, create a new webhook and copy its URL.
    • Start the server / client world once.
    • Now you can either enter the command /cyc setWebhookURL <URL> or paste the URL in the mod's configuration file (config/checkyourchest-common.toml).
    • Restart the server.
  • Interval Settings
    You can customize how often chest updates are sent to the webhook by adjusting the checkInterval in the config file. This value is in minutes. For example:

    checkInterval = 60  # Sends updates every hour
    

    Additionally, you can set the interval dynamically in-game using the following command:

    /cyc setCheckInterval <minutes>
    

Usage

  1. Command to Get the Marking Stick
    Use the /cyc command in the game to get the Marking Stick. This special item allows you to mark chests for monitoring.

  2. Marking a Chest
    To mark a chest, hold the Marking Stick and sneak right-click on the chest you want to track. The mod will start monitoring the contents of the chest and send updates to your webhook at the configured interval.

  3. Unmarking a Chest
    To unmark a chest, simply sneak right-click on the marked chest or any other block with the Marking Stick, and the chest will be unmarked.

Force Load Chunks

You can also use the /cyc forceload <true|false> command to enable or disable chunk force loading for marked chests. This ensures that the chunk where the chest is located remains loaded, even if no players are nearby.

Additionally, you can configure this setting in the mod's configuration file (config/checkyourchest-common.toml). For example:

forceLoadChunks = true  # Ensures marked chests' chunks are always loaded

By default, chunk force loading is disabled. If enabled, chunks containing marked chests will remain loaded to guarantee uninterrupted monitoring and updates.


Made with Love ❤️

Screenshots

Gallery

  • CheckYourChest
    CheckYourChest

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~2,000
Total Downloads
CurseForge
~1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works