{"id":38936,"date":"2026-06-01T23:20:31","date_gmt":"2026-06-01T20:20:31","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/chatsplus\/"},"modified":"2026-06-01T23:20:31","modified_gmt":"2026-06-01T20:20:31","slug":"chatsplus","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/chatsplus\/","title":{"rendered":"ChatsPlus"},"content":{"rendered":"<p>![](https:\/\/imgur.com\/AxH5bBJ.png)<\/p>\n<p>**<center>If you&#8217;re looking for a plugin that allows you to make multiple different chats, then this one is for you!<\/center>**<\/p>\n<p>![](https:\/\/imgur.com\/6YiD8Q2.png)<br \/>\n<center>ChatsPlus allows you to create chats that only certain players and ranks can join and chat in, assign those chats to a certain world and much more!<\/p>\n<p>This plugin also has EssentialsDiscord support. If you have chats, that should not be shown in a Discord server, then you can have them ignored using a sub-configuration inside the config file.<br \/>\n(More about that in the config section of this description)<\/center><\/p>\n<p>![](https:\/\/imgur.com\/zFGXKHn.png)<br \/>\nIt is recommended to use a permissions plugin like LuckPerms for the best experience.<\/p>\n<p>![](https:\/\/imgur.com\/P9fywH0.png)<br \/>\nThis plugin supports Placeholder API!<\/p>\n<p>|Placeholder|Description|<br \/>\n|:&#8212;&#8212;|:&#8212;&#8212;|<br \/>\n|%chatsplus_chat%|returns the chat name the player is in.|<\/p>\n<p>![](https:\/\/imgur.com\/YcFq0pF.png)<br \/>\n<center>This plugin mainly uses the main command <b>\/chat<\/b> in-game, however it comes with subcommands.<\/center><\/p>\n<p>|Command Sender|Command|Description|Permission|<br \/>\n|:&#8212;|:&#8212;|:&#8212;|:&#8212;|<br \/>\n|Player|\/chat <chat>|Assigns you to a chat|chatsplus.command.chat.<chat>|<br \/>\n|Player|\/chat off|Unassigns you from a chat|chatsplus.command.off|<br \/>\n|Player|\/chat mute <chat>|Mutes a chat for the player.|chatsplus.command.mute|<br \/>\n|Player|\/chat unmute <chat>|Unmutes a chat for the player.|chatsplus.command.unmute|<br \/>\n|Player|\/chat help|Shows the list of commands.|chatsplus.command.help|<br \/>\n|||||<br \/>\n|Admin|\/chat assign <player> <chat>|Assigns player to a chat.|chatsplus.command.assign|<br \/>\n|Admin|\/chat kick <player>|Kicks player from chat they&#8217;re assigned to.|chatsplus.command.kick|<br \/>\n|Admin|\/chat reload|Reloads the configs of this plugin.|chatsplus.command.reload|<br \/>\n|||||<br \/>\n|Console|chatsystem listChats|Lists up all chats.|-\/-|<br \/>\n|Console|chatsystem listWorldChats|Lists up all worlds with chat assigned.|-\/-|<br \/>\n|Console|chatsystem getPlayerChats|Lists up all players who are assigned to a chat.|-\/-|<br \/>\n|Console|chatsystem reload|Reloads the configs of this plugin.|-\/-|<\/p>\n<p>![](https:\/\/imgur.com\/HbqF5hy.png)<br \/>\n|Permission|Default|<br \/>\n|:&#8211;|:&#8211;|<br \/>\n|chatsplus.command.*|true|<br \/>\n|chatsplus.command.help|true|<br \/>\n|chatsplus.command.chat.<chat>|true|<br \/>\n|chatsplus.command.off|true|<br \/>\n|chatsplus.command.mute|true|<br \/>\n|chatsplus.command.unmute|true|<br \/>\n|chatsplus.command.assign|op|<br \/>\n|chatsplus.command.reload|op|<br \/>\n|chatsplus.command.kick|op|<br \/>\n|||<br \/>\n|chatsplus.admin.*|op|<br \/>\n|chatsplus.admin.join|true|<br \/>\n|chatsplus.admin.bypass|true|<br \/>\n|chatsplus.chat.read.<chat>|op|<\/p>\n<p>![](https:\/\/imgur.com\/2qhgCi4.png)<\/p>\n<details>\n<summary>config.yml<\/summary>\n<p>&#8220;`YAML<br \/>\n#############################<br \/>\n#  CHATSPLUS by Niestrat99  #<br \/>\n#############################<\/p>\n<p>###########<br \/>\n#  DEBUG  #<br \/>\n###########<\/p>\n<p># Allows the developer to try and find out any possible bugs.<br \/>\ndebug-mode: false<\/p>\n<p># []>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<[]\n\n###########\n#  CHATS  #\n###########\n\n# This option allows you to make new chats. Simply add them to the list below.\n# Each chat, that you create, will automatically have a permission named 'chatsplus.chat.<chatName>&#8216;.<\/p>\n<p># The chats must have sub-settings set up as well, or else it uses default values which may look ugly.<br \/>\n# &#8211; title = The text that appears in the very front of the message.<br \/>\n# &#8211; nameTag = The way the player name is displayed. You can make it look like &#8220;xXPlayerNameXx&#8221; for example.<br \/>\n# &#8211; messageColor = The color of what the actual message shall appear in.<br \/>\n# &#8211; ignoreDiscord = This prevents the EssentialsX Discord plugin from sending a message out of this chat into the Discord server, if set to &#8220;true&#8221;.<br \/>\n# EXAMPLE:<br \/>\n# chats:<br \/>\n#     vip:<br \/>\n#         title: &#8216;&#038;8[&#038;6VIP&#038;8]&#8217;<br \/>\n#         nameTag: &#8216;&#038;8<&#038;6name&#038;8>&#8216;<br \/>\n#         messageColor: &#8216;&#038;6&#8217;<br \/>\n#         ignoreDiscord: true<br \/>\n#<br \/>\n# NOTE:<br \/>\n# &#8211; The color codes (e.g. &#038;6) are optional, but allow you to make your chats look fancier.<br \/>\n# &#8211; You MUST have the text &#8220;name&#8221; included in your nameTag section, or else the player name won&#8217;t be displayed.<br \/>\nchats:<br \/>\n  staff:<br \/>\n    title: &#8216;&#038;b[&#038;fStaffChat&#038;b]&#8217;<br \/>\n    nameTag: &#8216;&#038;b<&#038;fname&#038;b>&#8216;<br \/>\n    messageColor: &#8216;&#038;r&#8217;<br \/>\n    ignoreDiscord: true<br \/>\n  vip:<br \/>\n    title: &#8216;&#038;8[&#038;6VIP&#038;8]&#8217;<br \/>\n    nameTag: &#8216;&#038;8<&#038;6name&#038;8>&#8216;<br \/>\n    messageColor: &#8216;&#038;6&#8217;<br \/>\n    ignoreDiscord: true<\/p>\n<p># []>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<[]\n\n####################\n#  PER WORLD CHAT  #\n####################\n\n# In this section, you can assign a chat to a certain world.\n# If a player joins that world, they'll automatically be assigned to that specific chat.\n# Just like the chats section, this section also comes with sub configurations:\n# - chat = The chat that shall be assigned to the world\n# - isGlobal <true\/false> = Whether the chat shall appear in all worlds or not<br \/>\n# &#8211; offStandard <true\/false> = If the player shall be put into the assigned that when using \/chat off\/kick<\/p>\n<p># To assign a chat to a world you do the following:<br \/>\n# per-world-chat:<br \/>\n#     world:<br \/>\n#         chat: vip<br \/>\n#         isGlobal: true<br \/>\n#         offStandard: false<br \/>\n#<br \/>\n# NOTE:<br \/>\n# &#8211; The world must match the world&#8217;s actual name.<br \/>\n# &#8211; All three sub configurations MUST be included! If not, then the plugin will set default values to it.<br \/>\n# &#8211; Make sure you&#8217;re setting a valid chat created in the chats section above, or else the plugin will remove that setting.<br \/>\nper-world-chat:<br \/>\n  world:<br \/>\n    chat: vip<br \/>\n    isGlobal: true<br \/>\n    offStandard: true<\/p>\n<p># []>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<[]\n\n#########################\n#  ASSIGN CHAT ON JOIN  #\n#########################\n\n# Assigns the joining player to the specified chat, if they have the permission 'chatsplus.admin.join'.\n# This can be ideal, if you want staff members to be automatically assigned to a staff chat.\n# It bypasses the Per-World-Chat settings.\nassign-chat-on-join: \"\"\n```\n\n<\/details>\n<p>![](https:\/\/imgur.com\/y7N568D.png)<br \/>\nIf you found any issues, got questions or need help with this plugin, then feel free to reach out to me here:<br \/>\n&#8211; Discord<br \/>\n&#8211; Github Issue Tracker<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The solution for custom chats with a lot of features.<\/p>\n","protected":false},"featured_media":38937,"template":"","meta":{"_minecraft_slug":"chatsplus","_minecraft_project_id":"kSoxPSAO","_minecraft_author":"Niestrat99","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":414,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"chatsplus.zip","_minecraft_size_bytes":180683,"_minecraft_version_count":3,"_minecraft_updated_at":"2026-05-16T10:56:31.626860Z","_minecraft_date_created":"2024-05-06T04:57:15.654491Z","_minecraft_date_modified":"2025-01-02T16:58:56.961120Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/chatsplus","_minecraft_icon_attachment_id":38937,"_minecraft_imported_at":"2026-06-01T20:20:31+00:00","_minecraft_import_hash":"95f229715da0af013e48635ce22ad971","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[127,867,129,92],"mod_loader":[132,134],"minecraft_version":[51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62],"class_list":["post-38936","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-paper","mod_category-social","mod_category-spigot","mod_category-utility","mod_loader-paper","mod_loader-spigot","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-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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ChatsPlus - 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\/chatsplus\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ChatsPlus - Minecraft\" \/>\n<meta property=\"og:description\" content=\"The solution for custom chats with a lot of features.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/chatsplus\/\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chatsplus\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chatsplus\\\/\",\"name\":\"ChatsPlus - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chatsplus\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chatsplus\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/chatsplus-icon-b8f8a899e5855b39ec77e8e6dc16e1e4192a3bbf.png\",\"datePublished\":\"2026-06-01T20:20:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chatsplus\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chatsplus\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chatsplus\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/chatsplus-icon-b8f8a899e5855b39ec77e8e6dc16e1e4192a3bbf.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/chatsplus-icon-b8f8a899e5855b39ec77e8e6dc16e1e4192a3bbf.png\",\"width\":128,\"height\":128},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chatsplus\\\/#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\":\"ChatsPlus\"}]},{\"@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":"ChatsPlus - 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\/chatsplus\/","og_locale":"en_US","og_type":"article","og_title":"ChatsPlus - Minecraft","og_description":"The solution for custom chats with a lot of features.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/chatsplus\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/chatsplus\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/chatsplus\/","name":"ChatsPlus - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/chatsplus\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/chatsplus\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/chatsplus-icon-b8f8a899e5855b39ec77e8e6dc16e1e4192a3bbf.png","datePublished":"2026-06-01T20:20:31+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/chatsplus\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/chatsplus\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/chatsplus\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/chatsplus-icon-b8f8a899e5855b39ec77e8e6dc16e1e4192a3bbf.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/chatsplus-icon-b8f8a899e5855b39ec77e8e6dc16e1e4192a3bbf.png","width":128,"height":128},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/chatsplus\/#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":"ChatsPlus"}]},{"@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\/38936","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\/38937"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=38936"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=38936"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=38936"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=38936"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}