{"id":127990,"date":"2026-06-07T15:49:18","date_gmt":"2026-06-07T12:49:18","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/quill-chat\/"},"modified":"2026-06-07T15:49:18","modified_gmt":"2026-06-07T12:49:18","slug":"quill-chat","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/quill-chat\/","title":{"rendered":"Quill Chat"},"content":{"rendered":"<p># QuillChat &#8211; Customizable Chat for Minecraft Servers<\/p>\n<p>**QuillChat** is a simple and flexible plugin for Paper-based servers (version 1.21 and above), allowing full customization of the in-game chat. With it, you can configure global and local chat, add placeholder support, manage link sending, and more. Ideal for role-playing servers where chat separation by distance is important, or for any projects needing a stylish and functional chat.<\/p>\n<p>The plugin is developed in Java using Gradle, and it uses `paper-plugin.yml` for the manifest, ensuring compatibility with the Paper API.<\/p>\n<p>## Key Features<br \/>\n&#8211; **Advanced Group-Based Chat Formats**: Now you can create completely custom chat styles for any player group (Default, VIP, Admin, Donor, YouTuber, etc.).<br \/>\n&#8211; **Global Chat**: All players see messages. Use a prefix (default `!`) to switch from local mode.<br \/>\n&#8211; **Local Chat**: Messages are visible only within a radius (default 100 blocks). Perfect for immersive gameplay where players communicate only with those nearby.<br \/>\n&#8211; **Customizable Formats**: Use MiniMessage for color formatting. In the config, set templates like `{player}` for the name and `{message}` for the text. Supports placeholders from LuckPerms (e.g., `%luckperms_prefix%`).<br \/>\n&#8211; **Link Support**: Automatic URL parsing in chat with clickability. You can globally allow\/disallow links or restrict them with the permission `quillchat.links`.<br \/>\n&#8211; **Commands**:<br \/>\n  &#8211; `\/chat reload` &#8211; Reload the configuration (requires permission `quillchat.reload`).<br \/>\n&#8211; **Integration with PlaceholderAPI**: If installed, the plugin automatically uses placeholders for dynamic content (e.g., prefixes from LuckPerms).<br \/>\n&#8211; **Permissions**:<br \/>\n  &#8211; `quillchat.reload`: For reloading the config (default for OP).<br \/>\n  &#8211; `quillchat.links`: For sending links (default for OP if globally allowed).<br \/>\n  &#8211; `quillchat.format.default`: Default chat format (default: true).<br \/>\n&#8211; **Chat Enable\/Disable**: Fully disable the chat in the config if needed.<\/p>\n<p>## Installation<br \/>\n1. Download the JAR file from Modrinth.<br \/>\n2. Place it in your server&#8217;s `plugins` folder.<br \/>\n3. Restart the server &#8211; the plugin will automatically create `config.yml` in the `plugins\/QuillChat` folder.<br \/>\n4. Customize the config to your liking and use `\/chat reload` to apply changes without restarting.<\/p>\n<p>## Configuration (config.yml)<br \/>\nHere&#8217;s an example of the base config:<\/p>\n<p>&#8220;`yml<br \/>\n# Chat settings for the QuillChat plugin<br \/>\nchat-settings:<br \/>\n  enable: true<br \/>\n  global-chat-symbol: &#8220;!&#8221;<br \/>\n  enable-local-chat: true<br \/>\n  radius: 100<br \/>\n  allow-links: true<\/p>\n<p># === FORMATS SYSTEM ===<br \/>\n# Important! If the vip format is lower than the default format, the default chat formatting will be used.<br \/>\n# Therefore, write the groups in descending order! For example:<br \/>\n# Alternatively, set the default permission to false in your permission plugin.<br \/>\nformats:<br \/>\n  admin:<br \/>\n    permission: quillchat.format.admin<br \/>\n    global: &#8220;<red>[ADMIN]<\/red> %luckperms_prefix%<color:#79dae0>{player}<\/color> <dark_gray>\u00bb<\/dark_gray> <color:#ffeccf>{message}<\/color>&#8221;<br \/>\n    local: &#8220;<red>[ADMIN]<\/red> %luckperms_prefix%<color:#e0e0e0>{player}<\/color> <dark_gray>\u00bb<\/dark_gray> {message}&#8221;<\/p>\n<p>  vip:<br \/>\n    permission: quillchat.format.vip<br \/>\n    global: &#8220;<gold>[VIP]<\/gold> %luckperms_prefix%<color:#79dae0>{player}<\/color> <dark_gray>\u00bb<\/dark_gray> <color:#ffeccf>{message}<\/color>&#8221;<br \/>\n    local: &#8220;<gold>[VIP]<\/gold> %luckperms_prefix%<color:#e0e0e0>{player}<\/color> <dark_gray>\u00bb<\/dark_gray> {message}&#8221;<\/p>\n<p>  default:<br \/>\n    permission: quillchat.format.default<br \/>\n    global: &#8220;<color:#1eff00>\u25cf<\/color> %luckperms_prefix%<color:#79dae0>{player}<\/color> <dark_gray>\u00bb<\/dark_gray> <color:#ffeccf>{message}<\/color>&#8221;<br \/>\n    local: &#8220;%luckperms_prefix%<color:#e0e0e0>{player}<\/color> <dark_gray>\u00bb<\/dark_gray> {message}&#8221;<\/p>\n<p># Custom messages<br \/>\nmessages:<br \/>\n  command-usage: &#8220;<color:#cfffad>Usage: \/chat reload<\/color>&#8221;<br \/>\n  no-permission: &#8220;<red>You don&#8217;t have permission to execute this command!&#8221;<br \/>\n  reload-success: &#8220;<green>The configuration has been successfully reloaded!&#8221;<br \/>\n  no-link-permission: &#8220;<red>You don&#8217;t have the right to send links to the chat!&#8221;<br \/>\n&#8220;`<\/p>\n<p>You can edit colors, formats, and messages using MiniMessage (e.g., `<red>`, `<green>`, or gradients).<\/p>\n<p>## Dependencies<br \/>\n&#8211; **Required**: Paper 26.1.1<br \/>\n&#8211; **Optional**:<br \/>\n  &#8211; PlaceholderAPI (for placeholders, e.g., from LuckPerms).<br \/>\n  &#8211; LuckPerms (recommended for prefixes and suffixes).<\/p>\n<p>## Compatibility<br \/>\n&#8211; Tested on Paper 26.1.1<br \/>\n&#8211; Works with other chat plugins, but it&#8217;s recommended to disable Minecraft&#8217;s built-in chat to avoid conflicts.<br \/>\n&#8211; No conflicts with MiniMessage or Adventure API.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A high-quality chat formatting plugin.<\/p>\n","protected":false},"featured_media":127991,"template":"","meta":{"_minecraft_slug":"quill-chat","_minecraft_project_id":"nxoDYJM2","_minecraft_author":"sitafe","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":48,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"quill-chat.zip","_minecraft_size_bytes":39281,"_minecraft_version_count":3,"_minecraft_updated_at":"2026-05-15T21:21:08.040852Z","_minecraft_date_created":"2025-11-13T00:52:04.314744Z","_minecraft_date_modified":"2026-04-04T07:18:02.441850Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/quill-chat","_minecraft_icon_attachment_id":127991,"_minecraft_imported_at":"2026-06-07T12:49:19+00:00","_minecraft_import_hash":"f0d06ef5bc9aa8fb982aa533f516aa03","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,156,127,128,867,129,92],"mod_loader":[130,132,133,134],"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-127990","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-decoration","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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>Quill Chat - 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\/quill-chat\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Quill Chat - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A high-quality chat formatting plugin.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/quill-chat\/\" \/>\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\\\/quill-chat\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/quill-chat\\\/\",\"name\":\"Quill Chat - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/quill-chat\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/quill-chat\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/quill-chat-icon-0f78d9ee4861d953a13f869dfff8c0fa7bf35bec_96.webp\",\"datePublished\":\"2026-06-07T12:49:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/quill-chat\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/quill-chat\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/quill-chat\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/quill-chat-icon-0f78d9ee4861d953a13f869dfff8c0fa7bf35bec_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/quill-chat-icon-0f78d9ee4861d953a13f869dfff8c0fa7bf35bec_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/quill-chat\\\/#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\":\"Quill Chat\"}]},{\"@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":"Quill Chat - 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\/quill-chat\/","og_locale":"en_US","og_type":"article","og_title":"Quill Chat - Minecraft","og_description":"A high-quality chat formatting plugin.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/quill-chat\/","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\/quill-chat\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/quill-chat\/","name":"Quill Chat - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/quill-chat\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/quill-chat\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/quill-chat-icon-0f78d9ee4861d953a13f869dfff8c0fa7bf35bec_96.webp","datePublished":"2026-06-07T12:49:18+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/quill-chat\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/quill-chat\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/quill-chat\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/quill-chat-icon-0f78d9ee4861d953a13f869dfff8c0fa7bf35bec_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/quill-chat-icon-0f78d9ee4861d953a13f869dfff8c0fa7bf35bec_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/quill-chat\/#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":"Quill Chat"}]},{"@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\/127990","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\/127991"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=127990"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=127990"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=127990"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=127990"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}