{"id":113979,"date":"2026-06-06T20:14:43","date_gmt":"2026-06-06T17:14:43","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/notifmod\/"},"modified":"2026-06-06T20:14:43","modified_gmt":"2026-06-06T17:14:43","slug":"notifmod","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/notifmod\/","title":{"rendered":"NotifMod"},"content":{"rendered":"<p># NotifMod<\/p>\n<p>**A client-side Fabric mod that gives you notifications when certain things happen!**<br \/>\nThe notifications can be in the form of a sound, a message (chat\/actionbar\/title) or both.<\/p>\n<p>The mod is highly configurable and currently supports the following events:<br \/>\n&#8211; Equipment durability low<br \/>\n&#8211; Unbreakable equipment stopped working (elytra)<br \/>\n&#8211; Equipment fully repaired (mending)<br \/>\n&#8211; Chat message<br \/>\n&#8211; Chat username mention<br \/>\n&#8211; Able to sleep<br \/>\n&#8211; Your lead broke<br \/>\n&#8211; Player joined server<br \/>\n&#8211; Player left server<br \/>\n&#8211; Game&#8217;s done loading<br \/>\n&#8211; World&#8217;s done loading (when initially connecting)<\/p>\n<p>It can also start a timer and remind you when the time&#8217;s up (useful for things like breeding animals).<\/p>\n<p>## Dependencies<\/p>\n<p>This mod depends on:<br \/>\n&#8211; Fabric API<br \/>\n&#8211; Cloth Config API<br \/>\n&#8211; Mod Menu (optional)<\/p>\n<p>*The mod will function without Mod Menu, but you won&#8217;t be able to access the<br \/>\nin-game configuration screen, so it&#8217;s recommended to include it.*<\/p>\n<p>## Notification sounds<\/p>\n<p>The mod comes with a few simple sounds you can use if you want. However, you can use any sound<br \/>\nin the game, or even add your own, by replacing NotifMod&#8217;s sounds using a simple resource pack!<\/p>\n<p>## Notification filters<\/p>\n<p>In the mod&#8217;s settings, you&#8217;ll notice that you can specify what chat messages give you notifications, using regular expressions (aka RegEx).<br \/>\nIf you don&#8217;t know what a regular expression is, it&#8217;s basically a series of characters that describe a pattern to look for (match).<br \/>\nThey&#8217;re really powerful and can describe a ton of things and since this mod is meant to be highly configurable, they&#8217;re perfect for the job.<br \/>\nIf you really want to learn them and do something more complicated, you can find a lot of info or test them online, pretty easily (to get an idea, watch this and check out RegExr)!<\/p>\n<p>I&#8217;ll go over some very common uses of regex in this mod, to give you an idea of how to do simple things.<\/p>\n<p>### *Getting mention notifications for many different variations of your name*<br \/>\nIf people sometimes refer to me by my username, but sometimes call me &#8220;awex&#8221;, &#8220;alex&#8221;, or &#8220;baka&#8221;, I can use this regex: <b style=\"color:#800080\">.*(<span style=\"color:#339\">p<\/span>|awex|alex|baka).*<\/b><\/p>\n<p>This mod will replace any occurrences of <b style=\"color:#339\">p<\/b> with your username, before actually interpreting the regex.<br \/>\nWe can add as many names\/words as we want, inside the parentheses, separated by <b style=\"color:#800080\">|<\/b>.<\/p>\n<p>There&#8217;s a small potential issue with this: if someone says &#8220;alexa&#8221;, I&#8217;ll still get a notification.<br \/>\nTo make it only consider it a mention if it&#8217;s a full word, without any extra letters, we can use this: <b style=\"color:#800080\">(.*W)?(<span style=\"color:#339\">p<\/span>|awex|alex|baka)(W.*)?<\/b><\/p>\n<p>This change tells it that if there&#8217;s any other characters around it, the ones immediately next to it have to be anything but letters or numbers.<\/p>\n<p>The mod can also color your name, when mentioned. You&#8217;ll have to use a regex pattern again, but you most likely want it to be pretty similar to the filter one, from above.<br \/>\nIf you wanted to color different variations of your name, you could basically just omit the <b style=\"color:#800080\">.*<\/b> parts, e.g.: <b style=\"color:#339\">p<\/b><b style=\"color:#800080\">|awex|alex|baka<\/b><\/p>\n<p>### *Getting notifications for private messages*<br \/>\nThis can be a bit more difficult, since private messages work using a server plugin and how it works will be different according to the plugin being used by the server etc.<br \/>\nThe plugin might be using the &#8220;system&#8221; channel instead of &#8220;chat&#8221;, so you&#8217;ll have to make sure you&#8217;re filtering the right channel too.<br \/>\nThe rest comes down to what incoming private messages look like. You&#8217;ll have to write the regex accordingly.<br \/>\nAs an example, if the format of incoming messages is this: **[Joe -> You] Hello!**<br \/>\nYou can use something like this: <b style=\"color:#800080\">.*[.+ -> You] .*<\/b><br \/>\nYou can also use it together with other things. For example, if this is for the &#8220;system&#8221; channel, but you also want to get notifications for messages coming from the server console (they&#8217;d start with **[Server]** and use the &#8220;system&#8221; channel too), you can combine it the same way we did with names above: <b style=\"color:#800080\">([Server] .*)|(.*[.+ -> You] .*)<\/b><\/p>\n<p>~~*Update: as of 1.19, chat messages coming from the server console do not use the &#8220;system&#8221; channel anymore, they&#8217;re now on the &#8220;chat&#8221; channel.*~~<br \/>\nUpdate 2: as of 1.19.1, chat messages coming from the server console use the &#8220;system&#8221; channel again and don&#8217;t include the &#8220;[server]&#8221; part.<\/p>\n<p>## Issues<\/p>\n<p>Please report any issues on GitHub, thanks!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Get notifications when certain things happen!<\/p>\n","protected":false},"featured_media":113980,"template":"","meta":{"_minecraft_slug":"notifmod","_minecraft_project_id":"bmK8wGFt","_minecraft_author":"811Alex","_minecraft_license":"MIT","_minecraft_downloads":14649,"_minecraft_follows":73,"_minecraft_client_side":"required","_minecraft_server_side":"unsupported","_minecraft_storage_type":"zip","_minecraft_archive_name":"notifmod.zip","_minecraft_size_bytes":29049522,"_minecraft_version_count":80,"_minecraft_updated_at":"2026-05-15T22:08:52.978508Z","_minecraft_date_created":"2022-06-25T21:32:28.696015Z","_minecraft_date_modified":"2026-03-29T01:25:20.458997Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/notifmod","_minecraft_icon_attachment_id":113980,"_minecraft_imported_at":"2026-06-06T17:14:43+00:00","_minecraft_import_hash":"2271deacdfbecfcec8a305fe4edb312f","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[88,97,92],"mod_loader":[99],"minecraft_version":[47,48,49,50,51,52,53,54,55,56,57,59,36,60,93,94,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-113979","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-equipment","mod_category-fabric","mod_category-utility","mod_loader-fabric","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","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-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","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>NotifMod - 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\/notifmod\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"NotifMod - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Get notifications when certain things happen!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/notifmod\/\" \/>\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=\"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\\\/notifmod\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notifmod\\\/\",\"name\":\"NotifMod - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notifmod\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notifmod\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/notifmod-icon-56695eeb1ac898df91beccbe35223caa2837e7fc_96.webp\",\"datePublished\":\"2026-06-06T17:14:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notifmod\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notifmod\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notifmod\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/notifmod-icon-56695eeb1ac898df91beccbe35223caa2837e7fc_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/notifmod-icon-56695eeb1ac898df91beccbe35223caa2837e7fc_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notifmod\\\/#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\":\"NotifMod\"}]},{\"@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":"NotifMod - 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\/notifmod\/","og_locale":"en_US","og_type":"article","og_title":"NotifMod - Minecraft","og_description":"Get notifications when certain things happen!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/notifmod\/","og_site_name":"Minecraft","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\/notifmod\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/notifmod\/","name":"NotifMod - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/notifmod\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/notifmod\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/notifmod-icon-56695eeb1ac898df91beccbe35223caa2837e7fc_96.webp","datePublished":"2026-06-06T17:14:43+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/notifmod\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/notifmod\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/notifmod\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/notifmod-icon-56695eeb1ac898df91beccbe35223caa2837e7fc_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/notifmod-icon-56695eeb1ac898df91beccbe35223caa2837e7fc_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/notifmod\/#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":"NotifMod"}]},{"@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\/113979","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\/113980"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=113979"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=113979"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=113979"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=113979"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}