{"id":113981,"date":"2026-06-06T20:15:04","date_gmt":"2026-06-06T17:15:04","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/notify-plugin\/"},"modified":"2026-06-06T20:15:04","modified_gmt":"2026-06-06T17:15:04","slug":"notify-plugin","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/notify-plugin\/","title":{"rendered":"Notify Plugin"},"content":{"rendered":"<p># Notify Plugin<\/p>\n<p>![Banner][banner]<\/p>\n<div align=\"center\">\n<p>  [![Modrinth][badge-modrinth]][modrinth]<br \/>\n  [![License][badge-license]][license]<br \/>\n  <\/p>\n<p>  [![Discord][badge-discord]][social-discord]<br \/>\n  [![Follow @simplecloudapp][badge-x]][social-x]<br \/>\n  [![Follow @simplecloudapp][badge-bluesky]][social-bluesky]<br \/>\n  [![Follow @simplecloudapp][badge-youtube]][social-youtube]<br \/>\n  <\/p>\n<p>  [Report a Bug][issue-bug-report]<br \/>\n  \u00b7<br \/>\n  [Request a Feature][issue-feature-request]<br \/>\n  <\/p>\n<p>\ud83c\udf1f Give us a star \u2014 your support means the world to us!\n<\/p><\/div>\n<p><\/p>\n<p>> All information about this project can be found in our detailed [documentation][docs-thisproject].<\/p>\n<p>Keep your staff informed about server state changes with real-time notifications using MiniMessage formatting.<\/p>\n<p>## Features<\/p>\n<p>&#8211; [x] **Ingame Notifiction**: Get chat messages about server changes<br \/>\n&#8211; [x] **Customize Messages**: Configurable messages (minimessage supported)<br \/>\n&#8211; [x] **Velocity &#038; BungeeCord support**<\/p>\n<p>## Configuration<\/p>\n<p>Here you can see the configuration file for the plugin. All possible options are explained in the comments.<br \/>\n&#8220;`yaml<br \/>\n# The date format pattern the notify plugin uses.<br \/>\n# For more information, see the official Java documentation: https:\/\/docs.oracle.com\/en\/java\/javase\/21\/docs\/api\/java.base\/java\/text\/SimpleDateFormat.html<br \/>\ndate-format: dd.MM.yyyy HH:mm:ss<\/p>\n<p># Filter server states to notify about.<br \/>\nserver-state-filter:<br \/>\n    # server-state obviously sets the server state to filter for<br \/>\n&#8211;   server-state: STARTING<br \/>\n    # The message that is being sent to the permitted players goes here.<br \/>\n    # Don&#8217;t get irritated by the |- format, it&#8217;s just a multiline string. You can also pass oneliners.<br \/>\n    # Possible placeholders you can use here are:<br \/>\n    # &#8211; <server_group>: The group name the server belongs to<br \/>\n    # &#8211; <server_id>: The numerical id of the server<br \/>\n    # &#8211; <server_uuid>: The UUID of the server<br \/>\n    # &#8211; <server_state>: The state of the server after the update<br \/>\n    # &#8211; <server_ip>: The IP that the server is running on<br \/>\n    # &#8211; <server_port>: The port that the server is bound to<br \/>\n    # &#8211; <online_players>: The amount of players currently online on the server<br \/>\n    # &#8211; <max_players>: The maximum amount of players that can join the server<br \/>\n    # &#8211; <server_update_date>: The date of the last update of the server<br \/>\n    # &#8211; <server_create_date>: The date of the initial update (creation) of the server<br \/>\n    message: |-<br \/>\n        <color:#38bdf8><bold>\u26a1<\/bold><\/color> <hover:show_text:'<color:#38bdf8><bold>\u26a1<\/bold><\/color> Information of <server_group> <server_id><br \/>\n           <color:#a3a3a3>Timestamp:<\/color> <color:#38bdf8><server_update_date><\/color>\n           <color:#a3a3a3>State:<\/color> <color:#38bdf8><server_state><\/color>\n           <color:#a3a3a3>Server-IP:<\/color> <color:#38bdf8><server_ip><\/color>\n           <color:#a3a3a3>Port:<\/color> <color:#38bdf8><server_port><\/color>\n           <color:#a3a3a3>Players:<\/color> <color:#38bdf8><online_players>\/<max_players><\/color>&#8216;><color:white>Server <server_group> <server_id><\/hover> updated its state to <color:#fbbf24><server_state><\/color>.<br \/>\n    # Users will need this permission to receive the message. Leave it empty (just &#8221;) to allow everyone to receive it.<br \/>\n    permission: notify.receive.state-changed.starting<\/p>\n<p>    # You can add more server states to filter like this:<br \/>\n&#8211;   server-state: AVAILABLE<br \/>\n    # To design your own messages, we recommend using the minimessage web-ui: https:\/\/webui.advntr.dev\/<br \/>\n    message: |-<br \/>\n        <color:#38bdf8><bold>\u26a1<\/bold><\/color> <hover:show_text:'<color:#38bdf8><bold>\u26a1<\/bold><\/color> Information of <server_group> <server_id><br \/>\n           <color:#a3a3a3>Timestamp:<\/color> <color:#38bdf8><server_update_date><\/color>\n           <color:#a3a3a3>State:<\/color> <color:#38bdf8><server_state><\/color>\n           <color:#a3a3a3>Server-IP:<\/color> <color:#38bdf8><server_ip><\/color>\n           <color:#a3a3a3>Port:<\/color> <color:#38bdf8><server_port><\/color>\n           <color:#a3a3a3>Players:<\/color> <color:#38bdf8><online_players>\/<max_players><\/color>&#8216;><color:white>Server <server_group> <server_id><\/hover> updated its state to <color:#fbbf24><server_state><\/color>.<br \/>\n    # The default permission is notify.receive.state-changed.[server-state]<br \/>\n    permission: notify.receive.state-changed.available<\/p>\n<p>&#8211;   server-state: STOPPING<br \/>\n    message: |-<br \/>\n        <color:#38bdf8><bold>\u26a1<\/bold><\/color> <hover:show_text:'<color:#38bdf8><bold>\u26a1<\/bold><\/color> Information of <server_group> <server_id><br \/>\n           <color:#a3a3a3>Timestamp:<\/color> <color:#38bdf8><server_update_date><\/color>\n           <color:#a3a3a3>State:<\/color> <color:#38bdf8><server_state><\/color>\n           <color:#a3a3a3>Server-IP:<\/color> <color:#38bdf8><server_ip><\/color>\n           <color:#a3a3a3>Port:<\/color> <color:#38bdf8><server_port><\/color>\n           <color:#a3a3a3>Players:<\/color> <color:#38bdf8><online_players>\/<max_players><\/color>&#8216;><color:white>Server <server_group> <server_id><\/hover> updated its state to <color:#fbbf24><server_state><\/color>.<br \/>\n    # Here you can see that everyone will receive the message, as the permission is empty.<br \/>\n    permission: &#8221;<br \/>\n&#8220;`<\/p>\n<p>## Contributing<br \/>\nContributions to SimpleCloud are welcome and highly appreciated. However, before you jump right into it, we would like you to read our [Contribution Guide][docs-contribute].<\/p>\n<p>## License<br \/>\nThis repository is licensed under [Apache 2.0][license].<\/p>\n<p><!-- LINK GROUP --><\/p>\n<p><!-- \u2705 PLEASE EDIT --><br \/>\n[banner]: https:\/\/raw.githubusercontent.com\/simplecloudapp\/branding\/refs\/heads\/main\/readme\/banner\/plugin\/notify.png<br \/>\n[issue-bug-report]: https:\/\/github.com\/theSimpleCloud\/notify-plugin\/issues\/new?labels=bug&#038;projects=template=01_BUG-REPORT.yml&#038;title=%5BBUG%5D+%3Ctitle%3E<br \/>\n[issue-feature-request]: https:\/\/github.com\/theSimpleCloud\/notify-plugin\/discussions\/new?category=ideas<br \/>\n[docs-thisproject]: https:\/\/docs.simplecloud.app\/plugin\/notify<br \/>\n[docs-contribute]: https:\/\/docs.simplecloud.app\/contribute<\/p>\n<p>[modrinth]: https:\/\/modrinth.com\/plugin\/notify-plugin<br \/>\n[maven-central]: https:\/\/central.sonatype.com\/artifact\/app.simplecloud.controller\/controller-api<br \/>\n[dev]: https:\/\/repo.simplecloud.app\/#\/snapshots\/app\/simplecloud\/controller\/controller-api<\/p>\n<p>[artifacts]: https:\/\/repo.simplecloud.app\/#\/snapshots\/app\/simplecloud\/controller\/controller-api<br \/>\n[dev-artifacts]: https:\/\/repo.simplecloud.app\/#\/snapshots\/app\/simplecloud\/controller\/controller-api<\/p>\n<p>[badge-maven-central]: https:\/\/img.shields.io\/maven-central\/v\/app.simplecloud.controller\/controller-api?labelColor=18181b&#038;style=flat-square&#038;color=65a30d&#038;label=Release<br \/>\n[badge-dev]: https:\/\/repo.simplecloud.app\/api\/badge\/latest\/snapshots\/app\/simplecloud\/controller\/controller-api?name=Dev&#038;style=flat-square&#038;color=0ea5e9<\/p>\n<p><!-- \u26d4 DON'T TOUCH --><br \/>\n[license]: https:\/\/opensource.org\/licenses\/Apache-2.0<br \/>\n[snapshots]: https:\/\/repo.simplecloud.app\/#\/snapshots<\/p>\n<p>[social-x]: https:\/\/x.com\/simplecloudapp<br \/>\n[social-bluesky]: https:\/\/bsky.app\/profile\/simplecloud.app<br \/>\n[social-youtube]: https:\/\/www.youtube.com\/@thesimplecloud9075<br \/>\n[social-discord]: https:\/\/discord.simplecloud.app<\/p>\n<p>[badge-modrinth]: https:\/\/img.shields.io\/badge\/modrinth-18181b.svg?style=flat-square&#038;logo=modrinth<br \/>\n[badge-license]: https:\/\/img.shields.io\/badge\/apache%202.0-blue.svg?style=flat-square&#038;label=license&#038;labelColor=18181b&#038;style=flat-square&#038;color=e11d48<br \/>\n[badge-discord]: https:\/\/img.shields.io\/badge\/Community_Discord-d95652.svg?style=flat-square&#038;logo=discord&#038;color=27272a<br \/>\n[badge-x]: https:\/\/img.shields.io\/badge\/Follow_@simplecloudapp-d95652.svg?style=flat-square&#038;logo=x&#038;color=27272a<br \/>\n[badge-bluesky]: https:\/\/img.shields.io\/badge\/Follow_@simplecloud.app-d95652.svg?style=flat-square&#038;logo=bluesky&#038;color=27272a<br \/>\n[badge-youtube]: https:\/\/img.shields.io\/badge\/youtube-d95652.svg?style=flat-square&#038;logo=youtube&#038;color=27272a<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Keep your staff informed about SimpleCloud server state changes with real-time notifications using MiniMessage formatting.<\/p>\n","protected":false},"featured_media":41603,"template":"","meta":{"_minecraft_slug":"notify-plugin","_minecraft_project_id":"daugEY3o","_minecraft_author":"FllipEis","_minecraft_license":"Apache-2.0","_minecraft_downloads":2538,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"notify-plugin.zip","_minecraft_size_bytes":35544134,"_minecraft_version_count":22,"_minecraft_updated_at":"2026-05-16T05:40:42.811742Z","_minecraft_date_created":"2025-01-09T09:02:27.943055Z","_minecraft_date_modified":"2026-04-01T17:49:46.937098Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/notify-plugin","_minecraft_icon_attachment_id":41603,"_minecraft_imported_at":"2026-06-06T17:15:05+00:00","_minecraft_import_hash":"a36a4759ce3ede7e2149cb1db772b64d","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[894,126,92,985,992],"mod_loader":[895,993],"minecraft_version":[59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167],"class_list":["post-113981","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bungeecord","mod_category-management","mod_category-utility","mod_category-velocity","mod_category-waterfall","mod_loader-bungeecord","mod_loader-waterfall","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","minecraft_version-26-1","minecraft_version-26-1-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Notify Plugin - 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\/notify-plugin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Notify Plugin - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Keep your staff informed about SimpleCloud server state changes with real-time notifications using MiniMessage formatting.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/notify-plugin\/\" \/>\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\\\/notify-plugin\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notify-plugin\\\/\",\"name\":\"Notify Plugin - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notify-plugin\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notify-plugin\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cloud-command-plugin-icon-888df2ac10c2f9c074d7bfa786b1bd0275aaca22_96.webp\",\"datePublished\":\"2026-06-06T17:15:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notify-plugin\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notify-plugin\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notify-plugin\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cloud-command-plugin-icon-888df2ac10c2f9c074d7bfa786b1bd0275aaca22_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cloud-command-plugin-icon-888df2ac10c2f9c074d7bfa786b1bd0275aaca22_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notify-plugin\\\/#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\":\"Notify Plugin\"}]},{\"@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":"Notify Plugin - 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\/notify-plugin\/","og_locale":"en_US","og_type":"article","og_title":"Notify Plugin - Minecraft","og_description":"Keep your staff informed about SimpleCloud server state changes with real-time notifications using MiniMessage formatting.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/notify-plugin\/","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\/notify-plugin\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/notify-plugin\/","name":"Notify Plugin - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/notify-plugin\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/notify-plugin\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/cloud-command-plugin-icon-888df2ac10c2f9c074d7bfa786b1bd0275aaca22_96.webp","datePublished":"2026-06-06T17:15:04+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/notify-plugin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/notify-plugin\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/notify-plugin\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/cloud-command-plugin-icon-888df2ac10c2f9c074d7bfa786b1bd0275aaca22_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/cloud-command-plugin-icon-888df2ac10c2f9c074d7bfa786b1bd0275aaca22_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/notify-plugin\/#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":"Notify Plugin"}]},{"@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\/113981","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\/41603"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=113981"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=113981"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=113981"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=113981"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}