{"id":6464,"date":"2026-05-31T17:17:51","date_gmt":"2026-05-31T14:17:51","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/adminwatchdog\/"},"modified":"2026-05-31T17:17:51","modified_gmt":"2026-05-31T14:17:51","slug":"adminwatchdog","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/adminwatchdog\/","title":{"rendered":"AdminWatchdog"},"content":{"rendered":"<p># AdminWatchdog<\/p>\n<div align=\"center\">\n<p>![License](https:\/\/img.shields.io\/badge\/License-Proprietary-red?style=for-the-badge)<br \/>\n![Minecraft](https:\/\/img.shields.io\/badge\/Minecraft-1.20+-green?style=for-the-badge&#038;logo=minecraft)<\/p>\n<p>**Monitor what your admins are doing and get notified on Discord**<\/p>\n<p>[Documentation](#features) | Report Bug | Request Feature<\/p>\n<\/div>\n<p>&#8212;<\/p>\n<p>## What is AdminWatchdog?<\/p>\n<p>AdminWatchdog monitors what staff members do on your server. When an admin runs a command, changes gamemode, or takes items from creative mode, the plugin sends a message to your Discord channel. Helps you keep track of staff activity and catch misuse.<\/p>\n<p>### What it does<\/p>\n<p>&#8211; Sends Discord messages when admins run commands<br \/>\n&#8211; Tracks gamemode switches<br \/>\n&#8211; Logs items taken from creative inventory<br \/>\n&#8211; Sets up custom alerts for specific commands<br \/>\n&#8211; Only monitors who you want to monitor<br \/>\n&#8211; Lets trusted admins bypass monitoring<\/p>\n<p>## Screenshots<\/p>\n<p>### Discord messages<\/p>\n<p>**Creative inventory tracking**<\/p>\n<p>When someone takes items from creative mode, you get a Discord message showing exactly what they took:<\/p>\n<p>![Replace this with a description](https:\/\/cdn.modrinth.com\/data\/cached_images\/6c28fc8affd6b432fdf79867097c9b84fbd2c00a.png)<\/p>\n<p>**Command alerts**<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"993\" height=\"150\" alt=\"image\" src=\"https:\/\/github.com\/user-attachments\/assets\/31d78544-8499-4ab1-89ea-0edcb153023a\" \/><\/p>\n<p>**Custom alerts**<\/p>\n<p>Set up special messages for important commands:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"806\" height=\"70\" alt=\"image\" src=\"https:\/\/github.com\/user-attachments\/assets\/e64af8ac-be4c-403a-b376-a0694cce6191\" \/><\/p>\n<p>**Gamemode changes**<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"641\" height=\"144\" alt=\"image\" src=\"https:\/\/github.com\/user-attachments\/assets\/de961a9e-2f48-41a2-b208-d2fe41ddab50\" \/><\/p>\n<p>## Features<\/p>\n<p>### Discord alerts<\/p>\n<p>&#8211; Instant notifications in your Discord server<br \/>\n&#8211; Nice looking messages with item pictures<br \/>\n&#8211; Ping specific roles for important commands<br \/>\n&#8211; Works with any Discord channel using webhooks<\/p>\n<p>### What gets monitored<\/p>\n<p>&#8211; Commands run by admins<br \/>\n&#8211; Commands run from console<br \/>\n&#8211; Gamemode changes<br \/>\n&#8211; Items taken from creative inventory<\/p>\n<p>### Who gets monitored<\/p>\n<p>You choose:<\/p>\n<p>&#8211; Only OPs<br \/>\n&#8211; Only players with certain permissions<br \/>\n&#8211; Or everyone<\/p>\n<p>You can also give trusted admins a bypass permission so they don&#8217;t get logged.<\/p>\n<p>### Custom command alerts<\/p>\n<p>Set up special alerts for commands you care about. You can even match specific command patterns:<\/p>\n<p>&#8211; `ban` &#8211; matches any ban command<br \/>\n&#8211; `lp user` &#8211; matches LuckPerms user commands<br \/>\n&#8211; `lp user * permission set *` &#8211; matches only when someone sets a permission<\/p>\n<p>Get pinged only for the important stuff, like when someone grants a dangerous permission.<\/p>\n<p>## How to install<\/p>\n<p>1. Download the plugin from the Downloads tab<br \/>\n2. Put the JAR file in your server&#8217;s `plugins` folder<br \/>\n3. Restart your server<br \/>\n4. Edit `plugins\/AdminWatchdog\/config.yml`<br \/>\n5. Add your Discord webhook URL<br \/>\n6. Run `\/adminwatchdog reload`<\/p>\n<p>## Setting up Discord<\/p>\n<p>1. In Discord, go to your channel settings<br \/>\n2. Click &#8220;Integrations&#8221; then &#8220;Webhooks&#8221;<br \/>\n3. Create a new webhook<br \/>\n4. Copy the webhook URL<br \/>\n5. Paste it in your config.yml<\/p>\n<p>## Configuration<\/p>\n<p>### Basic setup<\/p>\n<p>&#8220;`yaml<br \/>\ndiscord:<br \/>\n  webhook-url: &#8220;YOUR_WEBHOOK_URL_HERE&#8221;<br \/>\n  enabled: true<br \/>\n&#8220;`<\/p>\n<p>### Custom alerts<\/p>\n<p>Set up alerts for specific commands:<\/p>\n<p>&#8220;`yaml<br \/>\ncustom-responses:<br \/>\n  enabled: true<\/p>\n<p>  # Alert when someone uses \/ban<br \/>\n  ban: &#8220;**BAN** &#8211; %player% banned someone at %time%&#8221;<\/p>\n<p>  # Alert and ping a role when someone uses \/op<br \/>\n  op: &#8220;**CRITICAL** &#8211; %player% used OP! <@&#038;YOUR_ROLE_ID> at %time%&#8221;<\/p>\n<p>  # Alert for specific LuckPerms commands<br \/>\n  &#8220;lp user * permission set *&#8221;: &#8220;**PERMISSION** &#8211; %player% set permission: %command%&#8221;<br \/>\n&#8220;`<\/p>\n<p>### What the placeholders mean<\/p>\n<p>&#8211; `%player%` &#8211; The player who ran the command<br \/>\n&#8211; `%sender%` &#8211; For console commands<br \/>\n&#8211; `%command%` &#8211; The full command they typed<br \/>\n&#8211; `%time%` &#8211; When it happened<\/p>\n<p>### Mentioning roles in Discord<\/p>\n<p>To ping a role, you need the role ID. In Discord, type `@RoleName` to get the ID, then use it like `<@&#038;123456789>` in your config.<\/p>\n<p>## Commands<\/p>\n<p>| Command | What it does |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br \/>\n| `\/adminwatchdog` or `\/aw` | Shows plugin info |<br \/>\n| `\/adminwatchdog version` | Shows version number |<br \/>\n| `\/adminwatchdog reload` | Reloads the config |<br \/>\n| `\/adminwatchdog update` | Checks for updates |<\/p>\n<p>## Permissions<\/p>\n<p>| Permission | What it does | Who has it |<br \/>\n|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `adminwatchdog.reload` | Lets you reload config | OPs only |<br \/>\n| `adminwatchdog.monitor` | Makes you get monitored | OPs only |<br \/>\n| `adminwatchdog.bypass.commands` | Stops your commands being logged | Nobody |<br \/>\n| `adminwatchdog.bypass.creative` | Stops creative inventory being logged | Nobody |<br \/>\n| `adminwatchdog.bypass.customresponses` | Stops custom alerts for you | Nobody |<br \/>\n| `adminwatchdog.bypass.gamemode` | Stops gamemode changes being logged | Nobody |<\/p>\n<p>### How to stop being monitored<\/p>\n<p>Give yourself one of the bypass permissions. For example, if you don&#8217;t want custom responses pinging you:<\/p>\n<p>&#8220;`<br \/>\n\/lp user YourName permission set adminwatchdog.bypass.customresponses true<br \/>\n&#8220;`<\/p>\n<p>## Need help?<\/p>\n<p>1. Check if someone already asked about your problem in Issues<br \/>\n2. Join the Discord server<br \/>\n3. Open a new issue on GitHub<\/p>\n<p>## Requirements<\/p>\n<p>&#8211; Paper or Spigot server (Paper recommended)<br \/>\n&#8211; Minecraft 1.20 or newer<br \/>\n&#8211; Java 21 or newer<\/p>\n<p>## License<\/p>\n<p>This plugin has a proprietary license. You can use it on your server, but you cannot modify the code or redistribute it.<\/p>\n<p>&#8212;<\/p>\n<div align=\"center\">\n<p>Made by TejasLamba2006<\/p>\n<p>GitHub | Discord<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>AdminWatchdog lets you monitor what staff members do on your server. When an admin runs a command, changes gamemode, or takes items from creative mode, the plugin sends a message to your Discord channel. This helps server owners keep track of staff activit<\/p>\n","protected":false},"featured_media":6465,"template":"","meta":{"_minecraft_slug":"adminwatchdog","_minecraft_project_id":"eeVR5226","_minecraft_author":"TejasLamba2006","_minecraft_license":"LicenseRef-PROPRIETARY-LICENSE","_minecraft_downloads":311,"_minecraft_follows":4,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"adminwatchdog.zip","_minecraft_size_bytes":1716471,"_minecraft_version_count":7,"_minecraft_updated_at":"2026-05-16T11:42:18.067863Z","_minecraft_date_created":"2025-09-26T01:41:55.375615Z","_minecraft_date_modified":"2026-04-13T12:43:52.097597Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/adminwatchdog","_minecraft_icon_attachment_id":6465,"_minecraft_imported_at":"2026-05-31T14:17:51+00:00","_minecraft_import_hash":"51023089c06d34e970f1f743187393c3","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,125,126,127,128,867,129,123,92],"mod_loader":[130,131,132,133,134],"minecraft_version":[54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-6464","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-folia","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_category-technology","mod_category-utility","mod_loader-bukkit","mod_loader-folia","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","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","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","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AdminWatchdog - 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\/adminwatchdog\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AdminWatchdog - Minecraft\" \/>\n<meta property=\"og:description\" content=\"AdminWatchdog lets you monitor what staff members do on your server. When an admin runs a command, changes gamemode, or takes items from creative mode, the plugin sends a message to your Discord channel. This helps server owners keep track of staff activit\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/adminwatchdog\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/github.com\/user-attachments\/assets\/31d78544-8499-4ab1-89ea-0edcb153023a\" \/>\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\\\/adminwatchdog\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/adminwatchdog\\\/\",\"name\":\"AdminWatchdog - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/adminwatchdog\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/adminwatchdog\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/adminwatchdog-icon-db372059e067af0691a036d339ccc34eb3d0286c_96.webp\",\"datePublished\":\"2026-05-31T14:17:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/adminwatchdog\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/adminwatchdog\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/adminwatchdog\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/adminwatchdog-icon-db372059e067af0691a036d339ccc34eb3d0286c_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/adminwatchdog-icon-db372059e067af0691a036d339ccc34eb3d0286c_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/adminwatchdog\\\/#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\":\"AdminWatchdog\"}]},{\"@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":"AdminWatchdog - 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\/adminwatchdog\/","og_locale":"en_US","og_type":"article","og_title":"AdminWatchdog - Minecraft","og_description":"AdminWatchdog lets you monitor what staff members do on your server. When an admin runs a command, changes gamemode, or takes items from creative mode, the plugin sends a message to your Discord channel. This helps server owners keep track of staff activit","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/adminwatchdog\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/github.com\/user-attachments\/assets\/31d78544-8499-4ab1-89ea-0edcb153023a","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\/adminwatchdog\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/adminwatchdog\/","name":"AdminWatchdog - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/adminwatchdog\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/adminwatchdog\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/adminwatchdog-icon-db372059e067af0691a036d339ccc34eb3d0286c_96.webp","datePublished":"2026-05-31T14:17:51+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/adminwatchdog\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/adminwatchdog\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/adminwatchdog\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/adminwatchdog-icon-db372059e067af0691a036d339ccc34eb3d0286c_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/adminwatchdog-icon-db372059e067af0691a036d339ccc34eb3d0286c_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/adminwatchdog\/#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":"AdminWatchdog"}]},{"@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\/6464","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\/6465"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=6464"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=6464"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=6464"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=6464"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}