{"id":39368,"date":"2026-06-01T23:45:04","date_gmt":"2026-06-01T20:45:04","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/chestalerts\/"},"modified":"2026-06-01T23:45:04","modified_gmt":"2026-06-01T20:45:04","slug":"chestalerts","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/chestalerts\/","title":{"rendered":"ChestAlerts"},"content":{"rendered":"<p># ChestAlerts Plugin<\/p>\n<p>**ChestAlerts** is a simple and customizable Spigot plugin that sends an alert when a chest, shulker box, barrel, or ender chest is opened in console as well as to discord through a webhook.<\/p>\n<p>## ChestAlerts In Action<\/p>\n<p>**Console Alerts (Can Be Turned Off In Config):**<\/p>\n<p>![console-alerts](https:\/\/raw.githubusercontent.com\/Kaludii\/ChestAlerts\/main\/images\/console-alerts.png?token=GHSAT0AAAAAAB5T33GKO7RTEWVL6WOV7LQUZGJIH7Q)<\/p>\n<p>**Discord Alerts (Webhook Configurable In Config):**<\/p>\n<p>![webhook-alerts](https:\/\/raw.githubusercontent.com\/Kaludii\/ChestAlerts\/main\/images\/webhook-alerts.png?token=GHSAT0AAAAAAB5T33GLTRUAZDNNHEEOPD3MZGJIIEQ)<\/p>\n<p>## Features<\/p>\n<p>&#8211;   **Instant Alerts**: Get alerted instantly when a player opens a chest, shulker box, barrel, or ender chest.<br \/>\n&#8211;   **Discord Integration**: Send alerts directly to a Discord channel using a webhook.<br \/>\n&#8211;   **Permission Support**: Comes with permission nodes for using the toggle alert command and reloading the plugin.<\/p>\n<p>## Plugin.yml<\/p>\n<p>    name: ChestAlerts<br \/>\n    version: &#8216;1.0&#8217;<br \/>\n    main: com.github.kaludii.chestalerts.ChestAlerts<br \/>\n    api-version: &#8216;1.20&#8217;<br \/>\n    description: Send an alert to Discord and the console when a player opens a chest.<br \/>\n    authors: [Kaludi]<br \/>\n    website: https:\/\/github.com\/Kaludii<br \/>\n    load: STARTUP<br \/>\n    commands:<br \/>\n      ChestAlerts:<br \/>\n        description: Main command for the ChestAlerts plugin.<br \/>\n        usage: \/<command><br \/>\n        permission: chestalerts.use<br \/>\n        permission-message: &#8216;&#038;d&#038;lChestAlerts &#038;2&#038;l\u25baYou do not have permission to use this command.&#8217;<br \/>\n    permissions:<br \/>\n      chestalerts.*:<br \/>\n        description: Gives access to all ChestAlerts commands.<br \/>\n        default: op<br \/>\n      chestalerts.use:<br \/>\n        description: Allows use of the ChestAlerts command.<br \/>\n        default: op<br \/>\n      chestalerts.reload:<br \/>\n        description: Allows use of the \/ChestAlerts reload command.<br \/>\n        default: op<br \/>\n      chestalerts.toggle:<br \/>\n        description: Allows use of the \/ChestAlerts toggle command.<br \/>\n        default: op<\/p>\n<p>## Commands<\/p>\n<p>&#8211;   `\/ChestAlerts reload`: Reloads the plugin configuration.<br \/>\n&#8211;   `\/ChestAlerts toggle`: Toggles chest alerts on or off.<br \/>\n&#8211;   `\/ChestAlerts help`: Shows help message.<\/p>\n<p>## Permissions<\/p>\n<p>&#8211;   `chestalerts.reload`: Allows the use of the `\/ChestAlerts reload` command.<br \/>\n&#8211;   `chestalerts.toggle`: Allows the use of the `\/ChestAlerts toggle` command.<\/p>\n<p>## Configuration<\/p>\n<p>**Config.yml**<\/p>\n<p>    # Configuration file for the ChestAlerts plugin by Kaludi.<br \/>\n    #<br \/>\n    # &#8216;discord-webhook-url&#8217;: The URL for the Discord webhook to post to.<br \/>\n    # &#8216;discord-webhook-name&#8217;: The name for the Discord webhook.<br \/>\n    # &#8216;discord-webhook-image&#8217;: The URL for the image to use for the Discord webhook posts.<br \/>\n    # &#8216;announce-in-terminal&#8217;: Whether to announce to the console when a chest is opened.<br \/>\n    # &#8216;bStatsEnabled&#8217;: Whether to enable bStats metrics for this plugin.<br \/>\n    #<br \/>\n    # After making changes to this file, save and do &#8216;\/ChestAlerts reload&#8217; or restart your server.<br \/>\n    settings:<br \/>\n    discord-webhook-url: &#8221;<br \/>\n    discord-webhook-name: ChestAlerts<br \/>\n    discord-webhook-image: &#8216;https:\/\/media.discordapp.net\/attachments\/705961866962403328\/1135798490417610792\/chest.png&#8217;<br \/>\n    announce-in-terminal: true<br \/>\n    bStatsEnabled: true<\/p>\n<p>**Messages.yml**<\/p>\n<p>    # Messages file for the ChestAlerts plugin by Kaludi.<br \/>\n    #<br \/>\n    # You can use color codes using &#8216;&#038;&#8217;. For example: &#8216;&#038;c&#8217; is red.<br \/>\n    # Don&#8217;t forget to save and do &#8216;\/ChestAlerts reload&#8217; or restart your server after making changes.<br \/>\n    #<br \/>\n    help_message: &#8216;&#038;d&#038;lChestAlerts &#038;2&#038;l\u25ba &#038;bThis is the help message for ChestAlerts. Available commands are: \/ChestAlerts help, \/ChestAlerts reload, \/ChestAlerts toggle&#8217;<br \/>\n    no_permission_message: &#8216;&#038;d&#038;lChestAlerts &#038;2&#038;l\u25ba &#038;cYou do not have permission to use this command.&#8217;<br \/>\n    reload_message: &#8216;&#038;d&#038;lChestAlerts &#038;2&#038;l\u25ba &#038;bThe ChestAlerts plugin has been reloaded.&#8217;<br \/>\n    toggle_on_message: &#8216;&#038;d&#038;lChestAlerts &#038;2&#038;l\u25ba &#038;bChestAlerts have been enabled.&#8217;<br \/>\n    toggle_off_message: &#8216;&#038;d&#038;lChestAlerts &#038;2&#038;l\u25ba &#038;bChestAlerts have been disabled.&#8217;<\/p>\n<p>**This plugin was only tested on 1.19 and 1.20, no other previous versions.**<\/p>\n<p>## Support<\/p>\n<p>For any help or support questions, join our Discord Server.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sends an alert via console and webhook when a chest, shulker box, barrel, or ender chest is opened.<\/p>\n","protected":false},"featured_media":39369,"template":"","meta":{"_minecraft_slug":"chestalerts","_minecraft_project_id":"YW2Vjx92","_minecraft_author":"Kaludii","_minecraft_license":"Apache-2.0","_minecraft_downloads":324,"_minecraft_follows":5,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"chestalerts.zip","_minecraft_size_bytes":29320,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T11:33:59.704597Z","_minecraft_date_created":"2023-08-04T09:59:20.993490Z","_minecraft_date_modified":"2023-08-01T16:36:01.097377Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/chestalerts","_minecraft_icon_attachment_id":39369,"_minecraft_imported_at":"2026-06-01T20:45:05+00:00","_minecraft_import_hash":"8a2d2751d0cef7665b7be7e891a8378c","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,127,128,129,92],"mod_loader":[132,133,134],"minecraft_version":[54,55,56,57,58,59,36],"class_list":["post-39368","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ChestAlerts - 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\/chestalerts\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ChestAlerts - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Sends an alert via console and webhook when a chest, shulker box, barrel, or ender chest is opened.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/chestalerts\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestalerts\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestalerts\\\/\",\"name\":\"ChestAlerts - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestalerts\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestalerts\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/chestalerts-icon-6e434be5ccffa5518f8273386db6ea62b8f25ea6.png\",\"datePublished\":\"2026-06-01T20:45:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestalerts\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestalerts\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestalerts\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/chestalerts-icon-6e434be5ccffa5518f8273386db6ea62b8f25ea6.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/chestalerts-icon-6e434be5ccffa5518f8273386db6ea62b8f25ea6.png\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestalerts\\\/#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\":\"ChestAlerts\"}]},{\"@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":"ChestAlerts - 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\/chestalerts\/","og_locale":"en_US","og_type":"article","og_title":"ChestAlerts - Minecraft","og_description":"Sends an alert via console and webhook when a chest, shulker box, barrel, or ender chest is opened.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/chestalerts\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/chestalerts\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/chestalerts\/","name":"ChestAlerts - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/chestalerts\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/chestalerts\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/chestalerts-icon-6e434be5ccffa5518f8273386db6ea62b8f25ea6.png","datePublished":"2026-06-01T20:45:04+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/chestalerts\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/chestalerts\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/chestalerts\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/chestalerts-icon-6e434be5ccffa5518f8273386db6ea62b8f25ea6.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/chestalerts-icon-6e434be5ccffa5518f8273386db6ea62b8f25ea6.png","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/chestalerts\/#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":"ChestAlerts"}]},{"@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\/39368","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\/39369"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=39368"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=39368"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=39368"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=39368"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}