{"id":81454,"date":"2026-06-04T19:27:38","date_gmt":"2026-06-04T16:27:38","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/holaantispam\/"},"modified":"2026-06-04T19:27:38","modified_gmt":"2026-06-04T16:27:38","slug":"holaantispam","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/holaantispam\/","title":{"rendered":"HolaAntiSpam"},"content":{"rendered":"<p># **<\/p>\n<p align=\"center\">HolaAntiSpam<\/p>\n<p>**<\/p>\n<div align=\"center\">\n  <!-- Discord Button --><\/p>\n<p>    <img decoding=\"async\" src=\"https:\/\/img.shields.io\/badge\/Discord-7289DA?style=for-the-badge&#038;logo=discord&#038;logoColor=white&#038;labelColor=5865F2\" alt=\"Discord\"><\/p>\n<p>  <!-- GitHub Button --><\/p>\n<p>    <img decoding=\"async\" src=\"https:\/\/img.shields.io\/badge\/GitHub-181717?style=for-the-badge&#038;logo=github&#038;logoColor=white&#038;labelColor=000000\" alt=\"GitHub\"><\/p>\n<\/div>\n<p>## What is HolaAntiSpam?<\/p>\n<p>**HolaAntiSpam** is a powerful anti-spam plugin designed for Velocity-powered Minecraft servers. It ensures a clean and professional server environment by preventing spam in chat and command usage. With configurable cooldowns, message length restrictions, and duplicate message detection, HolaAntiSpam empowers server administrators to maintain order and enhance the player experience.<\/p>\n<p>## **Features**<\/p>\n<p>&#8211; \ud83d\udee1\ufe0f **Chat Cooldowns**: Enforce customizable cooldowns between chat messages to prevent rapid spamming, ensuring smooth and controlled communication.<\/p>\n<p>&#8211; \u23f2\ufe0f **Command Cooldowns**: Apply cooldowns to command executions, reducing command spam and server overload.<\/p>\n<p>&#8211; \u2705 **Duplicate Message Detection**: Detect and block repeated messages, maintaining chat clarity and preventing abuse.<\/p>\n<p>&#8211; \ud83d\udccf **Message Length Limits**: Restrict message length to prevent overly long or spammy messages, with configurable maximum lengths.<\/p>\n<p>&#8211; \ud83d\udea8 **Real-Time Alerts**: Notify staff with the `holaantispam.admin` permission of spam violations through in-game and console alerts, with one-time alerts per player to avoid notification spam.<\/p>\n<p>&#8211; \u2692\ufe0f **Reloadable Configuration**: Use `\/holaantispam reload` or `\/has reload` to dynamically update settings without restarting the server.<\/p>\n<p>&#8211; \ud83d\udcd8 **Permission-Based Controls**: Support for bypass permissions (`holaantispam.bypass`) to exempt certain players and reload permissions (`holaantispam.admin`) for configuration management.<\/p>\n<p>&#8211; \ud83c\udf08 **Customizable Alerts**: Fully configurable alert formats using MiniMessage, with support for gradients, hover events, and click-to-copy player names for enhanced usability.<\/p>\n<p>## \ud83e\uded9 Requirements<\/p>\n<p>&#8211; Velocity 3.3.0+<br \/>\n&#8211; Java 17+<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>HolaAntiSpam offers a highly customizable `config.yml` to tailor anti-spam settings to your server\u2019s needs.<\/p>\n<p>**Anti-Spam Settings:**<\/p>\n<details>\n<summary>Configuration settings<\/summary>\n<p>&#8220;`yaml<br \/>\nsettings:<br \/>\n  # Prefix displayed before all messages<br \/>\n  prefix: &#8220;<gradient:dark_aqua:aqua>[HolaAntiSpam]<\/gradient> &#8221;<\/p>\n<p>  # Permission required to receive spam alerts<br \/>\n  notify-permission: &#8220;holaantispam.admin&#8221;<\/p>\n<p>  # Permission to bypass anti-spam restrictions<br \/>\n  bypass-permission: &#8220;holaantispam.bypass&#8221;<\/p>\n<p>  # Permission to reload the configuration<br \/>\n  reload-permission: &#8220;holaantispam.admin&#8221;<\/p>\n<p>chat:<br \/>\n  # Cooldown between chat messages (in milliseconds)<br \/>\n  cooldown-ms: 2000<\/p>\n<p>  # Maximum allowed message length<br \/>\n  max-length: 100<\/p>\n<p>command:<br \/>\n  # Cooldown between command executions (in milliseconds)<br \/>\n  cooldown-ms: 1000<\/p>\n<p>spam:<br \/>\n  # Number of violations before resetting spam score<br \/>\n  threshold: 3<\/p>\n<p>logging:<br \/>\n  # Enable or disable console logging<br \/>\n  enable: true<br \/>\n&#8220;`<\/p>\n<\/details>\n<p>**Messages Configuration:**<\/p>\n<details>\n<summary>Messages configuration<\/summary>\n<p>&#8220;`yaml<br \/>\nmessages:<br \/>\n  # Message displayed when configuration is reloaded<br \/>\n  reload: &#8220;<prefix><gray>[<green>\u2713<\/green>]<\/gray> <green>Configuration reloaded successfully!<\/green>&#8221;<\/p>\n<p>  # Message displayed when the player lacks permission<br \/>\n  no-permission: &#8220;<prefix><gray>[<dark_red>\u2715<\/dark_red>]<\/gray> <gradient:dark_red:red>You do not have permission to use this command!<\/gradient>&#8221;<\/p>\n<p>  spam:<br \/>\n    # Alert format sent to players with notify permission<br \/>\n    player: |\n      <prefix><gray>\u2554\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2557<\/gray>\n      <prefix><red>\u2551 \u26a0 <dark_red><bold>SPAM ALERT<\/bold><\/dark_red> \u26a0 \u2551<\/red>\n      <prefix><gray>\u2560\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2563<\/gray>\n      <prefix><gray>\u2560 Player: <yellow><hover:show_text:'<green>Click to copy player name!<\/green>&#8216;><click:copy_to_clipboard:<player>><player><\/click><\/hover><\/yellow>\n      <prefix><gray>\u2560 Message: <white><message><\/white>\n      <prefix><gray>\u255a\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u255d<\/gray><\/p>\n<p>    # Alert format sent to console<br \/>\n    console: |\n      <prefix><gray>\u2554\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2557<\/gray>\n      <prefix><red>\u2551 \u26a0 <dark_red><bold>SPAM ALERT<\/bold><\/dark_red> \u26a0 \u2551<\/red>\n      <prefix><gray>\u2560\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2563<\/gray>\n      <prefix><gray>\u2560 Player: <yellow><player><\/yellow>\n      <prefix><gray>\u2560 Message: <white><message><\/white>\n      <prefix><gray>\u255a\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u255d<\/gray><\/p>\n<p>  violation:<br \/>\n    # Message sent to players on spam violation<br \/>\n    cooldown: &#8220;<prefix><gray>[<dark_red>\u2715<\/dark_red>]<\/gray> <red>Please wait before sending another message.<\/red>&#8221;<br \/>\n    repeated: &#8220;<prefix><gray>[<dark_red>\u2715<\/dark_red>]<\/gray> <red>Repeated messages are not allowed.<\/red>&#8221;<br \/>\n    length: &#8220;<prefix><gray>[<dark_red>\u2715<\/dark_red>]<\/gray> <red>Message exceeds maximum length of <length> characters.<\/red>&#8221;<br \/>\n    command: &#8220;<prefix><gray>[<dark_red>\u2715<\/dark_red>]<\/gray> <red>Please wait before executing another command.<\/red>&#8221;<br \/>\n&#8220;`<\/p>\n<\/details>\n<p>## \ud83d\udcdd Commands<\/p>\n<p>**\/holaantispam** or **\/has**: Displays plugin information and current spam scores.<\/p>\n<p>**\/holaantispam reload** or **\/has reload**: Reloads the configuration (requires `holaantispam.admin` permission).<\/p>\n<p>## \ud83d\udd10 Permissions<\/p>\n<p>**holaantispam.admin**: Receive in-game spam alerts and reload the configuration.<\/p>\n<p>**holaantispam.bypass**: Bypass anti-spam restrictions for chat and commands.<\/p>\n<p>## \ud83c\udf1f Why Choose HolaAntiSpam?<\/p>\n<p>HolaAntiSpam is the perfect solution for server administrators looking to maintain a spam-free environment without compromising performance. Its lightweight design, single-alert system to prevent notification spam, and extensive configuration options make it suitable for servers of all sizes. Whether you run a small community or a large network, HolaAntiSpam ensures a clean and enjoyable player experience.<\/p>\n<p>***Developed by M0_kii, HolaAntiSpam combines robust functionality with a user-friendly configuration, making spam prevention effortless and effective.***<\/p>\n","protected":false},"excerpt":{"rendered":"<p>HolaAntiSpam is a velocity plugin to manage chat spam and command spam<\/p>\n","protected":false},"featured_media":81455,"template":"","meta":{"_minecraft_slug":"holaantispam","_minecraft_project_id":"ed5lrAAD","_minecraft_author":"M0_kii","_minecraft_license":"MIT","_minecraft_downloads":101,"_minecraft_follows":4,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"holaantispam.zip","_minecraft_size_bytes":939426,"_minecraft_version_count":3,"_minecraft_updated_at":"2026-05-15T19:40:28.603395Z","_minecraft_date_created":"2025-08-21T21:15:35.417347Z","_minecraft_date_modified":"2025-08-23T16:38:04.134323Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/holaantispam","_minecraft_icon_attachment_id":81455,"_minecraft_imported_at":"2026-06-04T16:27:39+00:00","_minecraft_import_hash":"67db7013e3ef6a588914682ba7e7b370","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,867,123,92,985],"mod_loader":[986],"minecraft_version":[339,340,341,357,359,360,379,382,385,438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,73,74,38,78,79,80,81,21,13,14,15,16,17,18,19,20,22,23,24,25,26,27,28,29,30,31,860,861,862,863,864],"class_list":["post-81454","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-social","mod_category-technology","mod_category-utility","mod_category-velocity","mod_loader-velocity","minecraft_version-1-10","minecraft_version-1-10-1","minecraft_version-1-10-2","minecraft_version-1-11","minecraft_version-1-11-1","minecraft_version-1-11-2","minecraft_version-1-12","minecraft_version-1-12-1","minecraft_version-1-12-2","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","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","minecraft_version-1-21-1","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-7-10","minecraft_version-1-7-2","minecraft_version-1-7-3","minecraft_version-1-7-4","minecraft_version-1-7-5","minecraft_version-1-7-6","minecraft_version-1-7-7","minecraft_version-1-7-8","minecraft_version-1-7-9","minecraft_version-1-8","minecraft_version-1-8-1","minecraft_version-1-8-2","minecraft_version-1-8-3","minecraft_version-1-8-4","minecraft_version-1-8-5","minecraft_version-1-8-6","minecraft_version-1-8-7","minecraft_version-1-8-8","minecraft_version-1-8-9","minecraft_version-1-9","minecraft_version-1-9-1","minecraft_version-1-9-2","minecraft_version-1-9-3","minecraft_version-1-9-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>HolaAntiSpam - 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\/holaantispam\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HolaAntiSpam - Minecraft\" \/>\n<meta property=\"og:description\" content=\"HolaAntiSpam is a velocity plugin to manage chat spam and command spam\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/holaantispam\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/img.shields.io\/badge\/Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white&labelColor=5865F2\" \/>\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\\\/holaantispam\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/holaantispam\\\/\",\"name\":\"HolaAntiSpam - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/holaantispam\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/holaantispam\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/holaantispam-icon-9744fe39ab7276f486fbb4f7b357b0395759a24e_96.webp\",\"datePublished\":\"2026-06-04T16:27:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/holaantispam\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/holaantispam\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/holaantispam\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/holaantispam-icon-9744fe39ab7276f486fbb4f7b357b0395759a24e_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/holaantispam-icon-9744fe39ab7276f486fbb4f7b357b0395759a24e_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/holaantispam\\\/#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\":\"HolaAntiSpam\"}]},{\"@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":"HolaAntiSpam - 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\/holaantispam\/","og_locale":"en_US","og_type":"article","og_title":"HolaAntiSpam - Minecraft","og_description":"HolaAntiSpam is a velocity plugin to manage chat spam and command spam","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/holaantispam\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/img.shields.io\/badge\/Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white&labelColor=5865F2","type":"","width":"","height":""}],"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\/holaantispam\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/holaantispam\/","name":"HolaAntiSpam - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/holaantispam\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/holaantispam\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/holaantispam-icon-9744fe39ab7276f486fbb4f7b357b0395759a24e_96.webp","datePublished":"2026-06-04T16:27:38+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/holaantispam\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/holaantispam\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/holaantispam\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/holaantispam-icon-9744fe39ab7276f486fbb4f7b357b0395759a24e_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/holaantispam-icon-9744fe39ab7276f486fbb4f7b357b0395759a24e_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/holaantispam\/#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":"HolaAntiSpam"}]},{"@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\/81454","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\/81455"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=81454"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=81454"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=81454"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=81454"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}