{"id":78009,"date":"2026-06-04T14:58:36","date_gmt":"2026-06-04T11:58:36","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/greetcraft\/"},"modified":"2026-06-04T14:58:36","modified_gmt":"2026-06-04T11:58:36","slug":"greetcraft","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/greetcraft\/","title":{"rendered":"GreetCraft"},"content":{"rendered":"<p># GreetCraft<\/p>\n<p>![Modrinth Downloads](https:\/\/modrinth.com\/plugin\/greetcraft)<br \/>\n![Modrinth Version](https:\/\/modrinth.com\/plugin\/greetcraft)<br \/>\n![GitHub License](LICENSE)<\/p>\n<p>A lightweight, fully configurable Paper plugin that welcomes players with rich, formatted join messages powered by MiniMessage.<\/p>\n<p>## Features<\/p>\n<p>&#8211; **MiniMessage support** \u2014 Gradients, hex colours, decorations, and more via the MiniMessage standard<br \/>\n&#8211; **Broadcast messages** \u2014 Optionally announce joins to the entire server<br \/>\n&#8211; **Placeholder system** \u2014 Inject player name, world, online count, and other dynamic values<br \/>\n&#8211; **Live reload** \u2014 Apply config changes without restarting via `\/greetcraft reload`<br \/>\n&#8211; **Graceful fallback** \u2014 Automatically uses legacy formatting on Spigot\/Bukkit where MiniMessage is unavailable<br \/>\n&#8211; **Fine-grained permissions** \u2014 Control access at a per-feature level<br \/>\n&#8211; **Minimal footprint** \u2014 Designed to have negligible impact on server performance<br \/>\n&#8211; **Modern API usage** \u2014 Built against Paper&#8217;s latest APIs<\/p>\n<p>## Requirements<\/p>\n<p>| Requirement | Minimum |<br \/>\n|&#8212;|&#8212;|<br \/>\n| Java | 17 |<br \/>\n| Minecraft | 1.20 |<br \/>\n| Server software | Paper 1.20+ (see [Compatibility](#compatibility)) |<\/p>\n<p>## Installation<\/p>\n<p>1. Download the latest release from Modrinth.<br \/>\n2. Place the `.jar` file into your server&#8217;s `plugins\/` directory.<br \/>\n3. Restart the server. Avoid using `\/reload confirm` in production environments.<br \/>\n4. Edit `plugins\/GreetCraft\/config.yml` to your liking.<br \/>\n5. Run `\/greetcraft reload` to apply changes without a restart.<\/p>\n<p>## Configuration<\/p>\n<p>The configuration file is generated automatically at `plugins\/GreetCraft\/config.yml` on first run.<\/p>\n<p>&#8220;`yaml<br \/>\n# Enable MiniMessage formatting.<br \/>\n# Set to false to use legacy (&#038;) formatting codes instead.<br \/>\nuse-minimessage: true<\/p>\n<p># Message sent privately to the joining player.<br \/>\nwelcome-message: &#8216;<gold><bold>Welcome to the server, %player%!<\/bold><\/gold>&#8216;<\/p>\n<p># Whether to broadcast a message to all online players when someone joins.<br \/>\nbroadcast-join: true<\/p>\n<p># Message broadcast to all players on join.<br \/>\nbroadcast-message: &#8216;<yellow>%player%<\/yellow> <gray>joined the server (<white>%online%<\/white> online).<\/gray>&#8216;<\/p>\n<p># Set to true to suppress the default &#8220;Player joined the game&#8221; message.<br \/>\noverride-join-message: false<br \/>\n&#8220;`<\/p>\n<p>## Placeholders<\/p>\n<p>These placeholders can be used in any message field within `config.yml`.<\/p>\n<p>| Placeholder | Description |<br \/>\n|&#8212;|&#8212;|<br \/>\n| `%player%` | The joining player&#8217;s username |<br \/>\n| `%displayname%` | The joining player&#8217;s display name |<br \/>\n| `%world%` | The name of the world the player joined in |<br \/>\n| `%online%` | The current number of online players |<\/p>\n<p>## MiniMessage Formatting<\/p>\n<p>When `use-minimessage: true` is set, you can use the full MiniMessage tag syntax in your messages.<\/p>\n<p>&#8220;`yaml<br \/>\n# Colour gradient<br \/>\nwelcome-message: &#8216;<gradient:gold:yellow>Welcome, %player%!<\/gradient>&#8216;<\/p>\n<p># Rainbow text<br \/>\nwelcome-message: &#8216;<rainbow>Welcome, %player%!<\/rainbow>&#8216;<\/p>\n<p># Hex colour<br \/>\nwelcome-message: &#8216;<#00ff00>Welcome, %player%!<\/#00ff00>&#8216;<\/p>\n<p># Combined tags<br \/>\nwelcome-message: &#8216;<gradient:red:blue><bold>Welcome<\/bold><\/gradient> <aqua>%player%<\/aqua>!&#8217;<br \/>\n&#8220;`<\/p>\n<p>For a full reference of available tags, see the MiniMessage Documentation.<\/p>\n<p>## Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `\/greetcraft` | Displays plugin version and information | `greetcraft.use` |<br \/>\n| `\/greetcraft reload` | Reloads `config.yml` without a restart | `greetcraft.reload` |<\/p>\n<p>**Aliases:** `\/gc`, `\/greet`<\/p>\n<p>## Permissions<\/p>\n<p>| Node | Description | Default |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `greetcraft.use` | Access to the `\/greetcraft` command | `true` |<br \/>\n| `greetcraft.reload` | Access to `\/greetcraft reload` | `op` |<br \/>\n| `greetcraft.*` | Grants all GreetCraft permissions | `op` |<\/p>\n<p>## Compatibility<\/p>\n<p>| Platform | Support level |<br \/>\n|&#8212;|&#8212;|<br \/>\n| Paper | Full support (recommended) |<br \/>\n| Purpur | Full support |<br \/>\n| Folia | Full support |<\/p>\n<p>MiniMessage formatting requires Paper or a Paper fork. On Spigot and Bukkit, the plugin automatically falls back to standard `&#038;`-based formatting codes.<\/p>\n<p>## Contributing<\/p>\n<p>Bug reports and feature requests are welcome.<\/p>\n<p>&#8211; **Modrinth:** Use the issue tracker on the Modrinth project page<br \/>\n&#8211; **GitHub:** Open an issue or pull request on the GitHub repository<\/p>\n<p>When reporting a bug, please include your server software, version, and a full copy of any relevant error output from the console.<\/p>\n<p>## Licence<\/p>\n<p>This project is released under the [MIT Licence](LICENSE).<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A powerful and configurable Paper Server plugin that greets players with beautiful, formatted messages when they enter the server.<\/p>\n","protected":false},"featured_media":78010,"template":"","meta":{"_minecraft_slug":"greetcraft","_minecraft_project_id":"JUBzjUml","_minecraft_author":"leotrax3d","_minecraft_license":"MIT","_minecraft_downloads":19,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"greetcraft.zip","_minecraft_size_bytes":10990,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T22:36:13.137183Z","_minecraft_date_created":"2026-02-19T07:42:34.855497Z","_minecraft_date_modified":"2026-02-26T19:23:16.431538Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/greetcraft","_minecraft_icon_attachment_id":78010,"_minecraft_imported_at":"2026-06-04T11:58:39+00:00","_minecraft_import_hash":"e6d3b78ed6f9f4d264a842399a3798bd","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[43,125,89,126,127,128,92],"mod_loader":[131,132,133],"minecraft_version":[59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-78009","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-cursed","mod_category-folia","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-utility","mod_loader-folia","mod_loader-paper","mod_loader-purpur","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>GreetCraft - 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\/greetcraft\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"GreetCraft - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A powerful and configurable Paper Server plugin that greets players with beautiful, formatted messages when they enter the server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/greetcraft\/\" \/>\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\\\/greetcraft\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/greetcraft\\\/\",\"name\":\"GreetCraft - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/greetcraft\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/greetcraft\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/greetcraft-icon-83018190203baf37a75869f16a3e425448ab1f89.png\",\"datePublished\":\"2026-06-04T11:58:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/greetcraft\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/greetcraft\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/greetcraft\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/greetcraft-icon-83018190203baf37a75869f16a3e425448ab1f89.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/greetcraft-icon-83018190203baf37a75869f16a3e425448ab1f89.png\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/greetcraft\\\/#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\":\"GreetCraft\"}]},{\"@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":"GreetCraft - 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\/greetcraft\/","og_locale":"en_US","og_type":"article","og_title":"GreetCraft - Minecraft","og_description":"A powerful and configurable Paper Server plugin that greets players with beautiful, formatted messages when they enter the server.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/greetcraft\/","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\/greetcraft\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/greetcraft\/","name":"GreetCraft - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/greetcraft\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/greetcraft\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/greetcraft-icon-83018190203baf37a75869f16a3e425448ab1f89.png","datePublished":"2026-06-04T11:58:36+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/greetcraft\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/greetcraft\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/greetcraft\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/greetcraft-icon-83018190203baf37a75869f16a3e425448ab1f89.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/greetcraft-icon-83018190203baf37a75869f16a3e425448ab1f89.png","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/greetcraft\/#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":"GreetCraft"}]},{"@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\/78009","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\/78010"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=78009"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=78009"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=78009"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=78009"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}