{"id":82868,"date":"2026-06-04T20:59:51","date_gmt":"2026-06-04T17:59:51","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/hyacinth\/"},"modified":"2026-06-04T20:59:51","modified_gmt":"2026-06-04T17:59:51","slug":"hyacinth","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/hyacinth\/","title":{"rendered":"HyacinthHello"},"content":{"rendered":"<p># HyacinthHello<\/p>\n<p>Simple plugin for players to set their own custom join, leave, and death messages.<\/p>\n<p>Messages can be set from `\/joinmsg`, `\/leavemsg`, and `\/deathmsg` and are stored in the plugin directory under `PlayerDatabase`.<\/p>\n<p>See a demo at https:\/\/www.youtube.com\/watch?v=L6Li0QnvPis.<\/p>\n<p>## Commands<\/p>\n<p>Messages are set with commands. You can clear a message by passing a blank value.<br \/>\n&#8211; `\/joinmsg [message]`<br \/>\n&#8211; `\/leavemsg [message]`<br \/>\n&#8211; `\/deathmsg [message]`<\/p>\n<p>Moderators can override messages of other users if they have the `hyacinthhello.mod` permission node.<br \/>\n&#8211; `\/hh mod joinmsg [user] [message]`<br \/>\n&#8211; `\/hh mod leavemsg [user] [message]`<br \/>\n&#8211; `\/hh mod deathmsg [user] [message]`<\/p>\n<p>## Configuration<\/p>\n<p>The configuration allows you to modify how the plugin looks. Here&#8217;s an example:<\/p>\n<p>&#8220;`yaml<br \/>\nenabled: true # Whether to enable the plugin<br \/>\nproxy-mode: false # Whether to enable Velocity support (see below)<br \/>\nproxy-redis: # Ignore if above is false<br \/>\n  address: 0.0.0.0 # Your redis address, this is likely fine<br \/>\n  port: 6379 # Your redis port, this is likely fine<br \/>\n  channel: hyacinthhello # Leave default, unless you have multiple proxies with HyacinthHello<br \/>\n  ssl: false # Leave blank unless you know you have to change this<br \/>\n  pass: # Leave blank unless you know what to put here<br \/>\ndatabase:<br \/>\n  type: yaml # Default is yaml. Other options are mysql or postgres<br \/>\n  # If you chose yaml, you can ignore the rest of the database config<br \/>\n  host: 0.0.0.0<br \/>\n  port: 3306 # Default mysql is 3306, postgres is 5432<br \/>\n  db: hyacinthhello # Create this<br \/>\n  user: # Fill this in<br \/>\n  pass: # Fill this in<br \/>\neconomy:<br \/>\n  enabled: false # Whether to charge for changing messages<br \/>\n  type: &#8216;vault&#8217; # Options are vault or playerpoints<br \/>\n  cost: # PlayerPoints only supports whole numbers (eg 10.0, not 10.5)<br \/>\n    joinmsg: 10.0<br \/>\n    leavemsg: 10.0<br \/>\n    deathmsg: 10.0<br \/>\nprefix: &#8220;&#8221; # Prefix before command responses<br \/>\nwrapper-left: &#8220;&#038;e&#038;o&#8221; # Prefix for messages<br \/>\nwrapper-right: &#8220;&#8221; # Suffix for messages<br \/>\nmaximum-message-length: 60 # Checked when player sets message<br \/>\nregex-filters: # Regex filters don&#8217;t need to be wrapped in \/<br \/>\n  &#8211; &#8220;simpleexactmatch&#8221;<br \/>\n  &#8211; &#8220;t[a-zA-Z]st&#8221;<br \/>\n&#8220;`<\/p>\n<p>## Economy<\/p>\n<p>Supports either Vault or Rosewood Development&#8217;s PlayerPoints.<\/p>\n<p>Players will not be charged for clearing their message, only setting it.<\/p>\n<p>## Permissions<\/p>\n<p>&#8211; `hyacinthhello.use` to use any commands<br \/>\n&#8211; `hyacinthhello.mod` to use mod commands<br \/>\n&#8211; `hyacinthhello.joinmsg` to set and have join messages sent<br \/>\n&#8211; `hyacinthhello.leavemsg` to set and have leave messages sent<br \/>\n&#8211; `hyacinthhello.deathmsg` to set and have death messages sent<br \/>\n&#8211; `hyacinthhello.color` to use color in messages<\/p>\n<p>## Placeholders<\/p>\n<p>Each message type has its own placeholder. Placeholders will not include the wrappers set in the config.<br \/>\n&#8211; `%hyacinthhello_join%`<br \/>\n&#8211; `%hyacinthhello_leave%`<br \/>\n&#8211; `%hyacinthhello_death%`<\/p>\n<p>Placeholders will also have color and formatting in them if the player has permission. You can exclude that:<br \/>\n&#8211; `%hyacinthhello_join-clean%`<br \/>\n&#8211; `%hyacinthhello_leave-clean%`<br \/>\n&#8211; `%hyacinthhello_death-clean%`<\/p>\n<p>You can also pass a username to get a specific player&#8217;s message.<br \/>\n&#8211; `%hyacinthhello_join_[username]%`<\/p>\n<p>## Velocity<\/p>\n<p>With HyacinthHello Velocity, you can have HyacinthHello&#8217;s custom messages broadcasted across your entire network.<\/p>\n<p>The Velocity plugin can just forward to the other servers, or take over all join, leave, and death messages across the proxy. The latter option is recommended.<\/p>\n<p>If you wanted to sync player&#8217;s custom messages across your proxy, you could use a single MySQL or Postgres database for all of your servers. <\/p>\n<p>Requires Redis.<\/p>\n<p>On your server:<\/p>\n<p>&#8220;`yaml<br \/>\nproxy-mode: true<br \/>\nproxy-redis:<br \/>\n  address: 0.0.0.0 # Your redis address, this is likely fine<br \/>\n  port: 6379 # Your redis port, this is likely fine<br \/>\n  channel: hyacinthhello # Leave default, unless you have multiple proxies with HyacinthHello<br \/>\n  ssl: # Leave blank unless you know you have to change this<br \/>\n  pass: # Leave blank unless you know what to put here<br \/>\n&#8220;`<\/p>\n<p>On your proxy:<\/p>\n<p>&#8220;`yaml<br \/>\n# Variables:<br \/>\n#   {p}   player name<br \/>\n#   {s}   server name<br \/>\n#   {m}   forwarded message<br \/>\nredis:<br \/>\n  address: 0.0.0.0 # Your redis address, this is likely fine<br \/>\n  port: 6379 # Your redis port, this is likely fine<br \/>\n  prefix: hyacinthhello # Leave default, unless you have multiple proxies with HyacinthHello<br \/>\n  ssl: # Leave blank unless you know you have to change this<br \/>\n  pass: # Leave blank unless you know what to put here<\/p>\n<p>override-backends: true # Overrides default and custom messages.<br \/>\njoin-message: &#8216;<yellow>{p} joined {s}&#8217; # Allows setting custom formatting for join<br \/>\nleave-message: &#8216;<yellow>{p} left {s}&#8217; # Allows setting custom formatting for leave<br \/>\ndeath-message: &#8216;<yellow>{m}&#8217; # Just wraps over the message forwarded from backend servers<\/p>\n<p>wrapper-left: &#8216;&#038;e&#038;o&#8217;<br \/>\nwrapper-right: &#8221;<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Simple plugin for players to set their own custom join, leave, and death messages<\/p>\n","protected":false},"featured_media":82869,"template":"","meta":{"_minecraft_slug":"hyacinth","_minecraft_project_id":"rvjK8Oco","_minecraft_author":"ihateblueb","_minecraft_license":"AGPL-3.0-only","_minecraft_downloads":1224,"_minecraft_follows":9,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"hyacinth.zip","_minecraft_size_bytes":60118473,"_minecraft_version_count":19,"_minecraft_updated_at":"2026-05-16T07:57:25.019366Z","_minecraft_date_created":"2022-10-19T00:15:29.661092Z","_minecraft_date_modified":"2026-02-06T14:15:09.490431Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/hyacinth","_minecraft_icon_attachment_id":82869,"_minecraft_imported_at":"2026-06-04T17:59:52+00:00","_minecraft_import_hash":"381f9d0d0025696c9513966b48ffcb02","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[127,128,867,129,92,985],"mod_loader":[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-82868","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_category-utility","mod_category-velocity","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>HyacinthHello - 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\/hyacinth\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HyacinthHello - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Simple plugin for players to set their own custom join, leave, and death messages\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/hyacinth\/\" \/>\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\\\/hyacinth\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hyacinth\\\/\",\"name\":\"HyacinthHello - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hyacinth\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hyacinth\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hyacinth-icon-6df898ca4b87777202a5aaf91248cf3ee37cc032.png\",\"datePublished\":\"2026-06-04T17:59:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hyacinth\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hyacinth\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hyacinth\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hyacinth-icon-6df898ca4b87777202a5aaf91248cf3ee37cc032.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hyacinth-icon-6df898ca4b87777202a5aaf91248cf3ee37cc032.png\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hyacinth\\\/#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\":\"HyacinthHello\"}]},{\"@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":"HyacinthHello - 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\/hyacinth\/","og_locale":"en_US","og_type":"article","og_title":"HyacinthHello - Minecraft","og_description":"Simple plugin for players to set their own custom join, leave, and death messages","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/hyacinth\/","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\/hyacinth\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/hyacinth\/","name":"HyacinthHello - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hyacinth\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hyacinth\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hyacinth-icon-6df898ca4b87777202a5aaf91248cf3ee37cc032.png","datePublished":"2026-06-04T17:59:51+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hyacinth\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/hyacinth\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/hyacinth\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hyacinth-icon-6df898ca4b87777202a5aaf91248cf3ee37cc032.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hyacinth-icon-6df898ca4b87777202a5aaf91248cf3ee37cc032.png","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/hyacinth\/#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":"HyacinthHello"}]},{"@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\/82868","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\/82869"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=82868"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=82868"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=82868"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=82868"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}