{"id":114398,"date":"2026-06-06T20:49:31","date_gmt":"2026-06-06T17:49:31","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/nullbrand\/"},"modified":"2026-06-06T20:49:31","modified_gmt":"2026-06-06T17:49:31","slug":"nullbrand","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/nullbrand\/","title":{"rendered":"NullBrand"},"content":{"rendered":"<p># NullBrand<\/p>\n<p>**NullBrand** is an ultra-lightweight proxy plugin for **Velocity** that removes default proxy branding and provides a clean, configurable MOTD with full HEX color support.<\/p>\n<p>Designed to be minimal, fast, and invisible.<\/p>\n<p>![promo](https:\/\/client.teronastudios.com\/)<\/p>\n<p>![discord](https:\/\/discord.com\/invite\/88avyryBgt)<\/p>\n<p>&#8212;<\/p>\n<p>## \u2728 Features<\/p>\n<p>&#8211; \ud83d\udd12 **F3 Branding Override**<br \/>\n  &#8211; Replace default proxy branding<br \/>\n  &#8211; Fully configurable<br \/>\n  &#8211; Supports legacy (`&#038;`) and HEX colors<\/p>\n<p>&#8211; \ud83d\udcdd **Custom MOTD**<br \/>\n  &#8211; Single or multi-line MOTD<br \/>\n  &#8211; HEX (`#RRGGBB`) and legacy color support<br \/>\n  &#8211; Applied instantly on ping<\/p>\n<p>&#8211; \ud83d\udd01 **Reload Command**<br \/>\n  &#8211; Reload configuration without restarting<br \/>\n  &#8211; Command: `\/nullbrand reload`<br \/>\n  &#8211; Permission-based<\/p>\n<p>&#8211; \u26a1 **Extremely Lightweight**<br \/>\n  &#8211; No schedulers<br \/>\n  &#8211; No background tasks<br \/>\n  &#8211; No reflection<br \/>\n  &#8211; Minimal memory usage<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce6 Requirements<\/p>\n<p>&#8211; **Velocity** 3.3.0+<br \/>\n&#8211; **WaterFall, BungeeCord** 1.16+<br \/>\n&#8211; **Java** 17+<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcc2 Installation<\/p>\n<p>1. Download the latest `NullBrand.jar`<br \/>\n2. Place it in your Velocity `plugins\/` folder<br \/>\n3. Start the proxy once to generate the config<br \/>\n4. Edit `config.yml` to your liking<br \/>\n5. Reload using `\/nullbrand reload`<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration (`config.yml`)<\/p>\n<p>&#8220;`yml<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n# NullBrand Configuration<br \/>\n# Lightweight MOTD system<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<\/p>\n<p># Enables debug logging<br \/>\ndebug: false<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n# MOTD SETTINGS<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\nmotd:<\/p>\n<p>  # Enable MOTD control<br \/>\n  enabled: true<\/p>\n<p>  # Active profile<br \/>\n  profile: &#8220;default&#8221;<\/p>\n<p>  # Favicon file inside \/plugins\/NullBrand\/favicons\/<br \/>\n  favicon: &#8220;test.png&#8221;<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n# MOTD PROFILES<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n# NOTE: Hover will only work on Proxies, and it does not support HEX Colors!<\/p>\n<p>profiles:<\/p>\n<p>  # Global fallback profile<br \/>\n  global:<br \/>\n    lines:<br \/>\n      &#8211; &#8220;&#038;7Welcome to our server&#8221;<br \/>\n      &#8211; &#8220;&#038;fHave fun!&#8221;<\/p>\n<p>  # Default server MOTD<br \/>\n  default:<br \/>\n    lines:<br \/>\n      &#8211; &#8220;&#038;5Null&#038;dBrand&#8221;<br \/>\n      &#8211; &#8220;&#038;7This is line 2&#8221;<br \/>\n    hover:<br \/>\n      enabled: false<br \/>\n      lines:<br \/>\n        &#8211; &#8220;&#038;7Welcome to &#038;5Null&#038;dBrand&#8221;<br \/>\n        &#8211; &#8220;&#038;7Running powerful infrastructure&#8221;<\/p>\n<p>  # Example event profile<br \/>\n  event:<br \/>\n    lines:<br \/>\n      &#8211; &#8220;&#038;6Special Event Live!&#8221;<br \/>\n      &#8211; &#8220;&#038;eJoin today!&#8221;<br \/>\n    hover:<br \/>\n      enabled: true<br \/>\n      lines:<br \/>\n        &#8211; &#8220;&#038;6Limited time event&#8221;<br \/>\n        &#8211; &#8220;&#038;eDon&#8217;t miss it!&#8221;<\/p>\n<p>&#8220;`<br \/>\n![copyright](https:\/\/cdn.modrinth.com\/data\/cached_images\/c0ed4260b1584b2f8a3d8cd12068aebbdbf85179.png)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A simple yet lightweight MOTD, hover, and favicon plugin for Waterfall and BungeeCord.<\/p>\n","protected":false},"featured_media":114399,"template":"","meta":{"_minecraft_slug":"nullbrand","_minecraft_project_id":"g6qs8F6i","_minecraft_author":"DarkZmaj","_minecraft_license":"Apache-2.0","_minecraft_downloads":39,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"nullbrand.zip","_minecraft_size_bytes":68519,"_minecraft_version_count":3,"_minecraft_updated_at":"2026-05-15T21:39:40.536095Z","_minecraft_date_created":"2026-02-05T00:03:21.061780Z","_minecraft_date_modified":"2026-03-16T16:03:29.195590Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/nullbrand","_minecraft_icon_attachment_id":114399,"_minecraft_imported_at":"2026-06-06T17:49:32+00:00","_minecraft_import_hash":"788fe21465719bc3fab0a02c30d438c7","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,894,156,125,126,127,128,867,129,985,992],"mod_loader":[130,895,131,132,133,134,986,993],"minecraft_version":[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,40,41,73,74,38,78,79,80,81,82],"class_list":["post-114398","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-bungeecord","mod_category-decoration","mod_category-folia","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_category-velocity","mod_category-waterfall","mod_loader-bukkit","mod_loader-bungeecord","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","mod_loader-velocity","mod_loader-waterfall","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-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>NullBrand - 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\/nullbrand\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"NullBrand - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A simple yet lightweight MOTD, hover, and favicon plugin for Waterfall and BungeeCord.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/nullbrand\/\" \/>\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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nullbrand\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nullbrand\\\/\",\"name\":\"NullBrand - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nullbrand\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nullbrand\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/nullbrand-icon-e43733091dbef2085c969ba2a32af34991254aba_96.webp\",\"datePublished\":\"2026-06-06T17:49:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nullbrand\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nullbrand\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nullbrand\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/nullbrand-icon-e43733091dbef2085c969ba2a32af34991254aba_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/nullbrand-icon-e43733091dbef2085c969ba2a32af34991254aba_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nullbrand\\\/#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\":\"NullBrand\"}]},{\"@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":"NullBrand - 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\/nullbrand\/","og_locale":"en_US","og_type":"article","og_title":"NullBrand - Minecraft","og_description":"A simple yet lightweight MOTD, hover, and favicon plugin for Waterfall and BungeeCord.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/nullbrand\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/nullbrand\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/nullbrand\/","name":"NullBrand - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/nullbrand\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/nullbrand\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/nullbrand-icon-e43733091dbef2085c969ba2a32af34991254aba_96.webp","datePublished":"2026-06-06T17:49:31+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/nullbrand\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/nullbrand\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/nullbrand\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/nullbrand-icon-e43733091dbef2085c969ba2a32af34991254aba_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/nullbrand-icon-e43733091dbef2085c969ba2a32af34991254aba_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/nullbrand\/#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":"NullBrand"}]},{"@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\/114398","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\/114399"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=114398"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=114398"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=114398"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=114398"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}