Domain Router
๐ก Updated this year๐ผ๏ธ Gallery (2 images)
๐ Analysis
- ๐ #36 of 39 bungeecord mods in this game by downloads
๐ About This Mod
# ๐ DomainRouter !(https://raw.githubusercontent.com/intergrav/devins-badges/refs/heads/v3/assets/cozy/built-with/java21_vector.svg) !(https://raw.githubusercontent.com/intergrav/devins-badges/refs/heads/v3/assets/cozy/supported/velocity_vector.svg) !(https://raw.githubusercontent.com/intergrav/devins-badges/refs/heads/v3/assets/cozy/supported/bungeecord_vector.svg) !(https://raw.githubusercontent.com/intergrav/devins-badges/refs/heads/v3/assets/cozy/available/modrinth_vector.svg) !(https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/hangar_vector.svg) A modern, high-performance proxy routing and network management plugin for Velocity. DomainRouter allows you to seamlessly route incoming players to different backend servers based on the specific domain or IP address they use to connect, while giving you complete control over your network's first impression. Perfect for server networks, lobby systems, or multi-brand Minecraft setups. --- ## โจ Features (Major Update v1.3) * **Domain-Based Routing** โ Direct players instantly to specific backend servers (e.g., Survival, Lobby, PvP) depending on their connection address. * **Advanced Maintenance Mode** โ Shut down public access to your network with a single switch. Features a customizable protocol text, custom multi-line kick messages, and a player whitelist/bypass system via nicknames or UUIDs. * **Smart Fallback & Multi-Server Redirects** โ Prevent players from being disconnected from the entire proxy! If a sub-server crashes or shuts down, DomainRouter automatically routes them to a designated backup server. * **Per-Domain Dynamic MOTD & Icons** โ Deliver distinct server list descriptions and custom `.png` icons/favicons based on the domain used. * **MiniMessage & Legacy Support** โ Express your brand beautifully. Full support for modern RGB gradients, HEX color codes, and legacy formatting (`&`) across MOTDs and kick screens. * **Isolated Player Counters** โ Configure specific domains to count and display players only from selected backend instances rather than displaying the total proxy count. * **Automated Localization System** โ The plugin now automatically generates complete local language template files (`en.yml` and `cz.yml`) on its very first launch. --- ## ๐ฆ Example Routing * `survival.example.com` โ Survival server * `bedwars.example.com` โ BedWars server * `event.example.com` โ Event server --- ## โ๏ธ Configuration <details> <summary>Click to view automatically generated config.yml (v7)</summary> ```yaml # ================================================================= # # DOMAINROUTER CONFIGURATION # # ================================================================= # lang: "en" debug: true # Default server where the proxy sends players if the domain has no specific route default-fallback-server: "lobby" # --- ROUTES --- # Mapping of domains used by players to specific starting servers routes: mc.example.com: "lobby" survival.example.com: "survival" pvp.example.com: "pvp" # --- MAINTENANCE MODE --- maintenance: enabled: false # true = enables global proxy maintenance / false = disabled protocol-text: "ยงcMaintenance" # Custom kick message for players trying to join during maintenance kick-message: "&8\n\n&cThe entire network is currently undergoing scheduled maintenance!\n&7Check our Discord for more info.\n\n&6Updating network to version 1.3..." # Players with a bypass to join during active maintenance (Nick or UUID) allowed-players: - "KuklincYT" # MOTD shown in the server list when maintenance is active motd: - "<gradient:#8a2be2:#da70d6><bold>EXAMPLE NETWORK</bold></gradient> <gray>โข</gray> &cMAINTENANCE\n&7We are currently performing a massive proxy update!" # --- DYNAMIC MOTD PER DOMAIN --- domains: mc.example.com: icon: "server-icon.png" max-players: 1000 # Sums online players only from defined servers (if missing, sums the whole proxy) player-counting-servers: - "lobby" - "survival" # List of MOTDs for this domain (plugin picks randomly if multiple exist) motds: - "<gradient:#8a2be2:#da70d6><bold>Example Network</bold></gradient> <gray>โข</gray> <white>1.19 - 1.21</white>\n&aThe new Survival season has started!" - "<gradient:#8a2be2:#da70d6><bold>Example Network</bold></gradient> <gray>โข</gray> <white>News</white>\n&eJoin and claim your rewards in the lobby!" pvp.example.com: icon: "pvp-icon.png" max-players: 150 player-counting-servers: - "pvp" motds: - "&c&lPVP ARENA\n&7Come test your combat skills!" # Default MOTD if someone connects via an unconfigured subdomain default: icon: "default.png" max-players: 500 motds: - "&8\n&fYou have connected via a backup do
# ๐ DomainRouter
!(https://raw.githubusercontent.com/intergrav/devins-badges/refs/heads/v3/assets/cozy/built-with/java21_vector.svg) !(https://raw.githubusercontent.com/intergrav/devins-badges/refs/heads/v3/assets/cozy/supported/velocity_vector.svg) !(https://raw.githubusercontent.com/intergrav/devins-badges/refs/heads/v3/assets/cozy/supported/bungeecord_vector.svg) !(https://raw.githubusercontent.com/intergrav/devins-badges/refs/heads/v3/assets/cozy/available/modrinth_vector.svg) !(https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/hangar_vector.svg)
A modern, high-performance proxy routing and network management plugin for Velocity. DomainRouter allows you to seamlessly route incoming players to different backend servers based on the specific domain or IP address they use to connect, while giving you complete control over your network's first impression. Perfect for server networks, lobby systems, or multi-brand Minecraft setups.
## โจ Features (Major Update v1. 3)
Domain-Based Routing โ Direct players instantly to specific backend servers (e.g., Survival, Lobby, PvP) depending on their connection address. Advanced Maintenance Mode โ Shut down public access to your network with a single switch. Features a customizable protocol text, custom multi-line kick messages, and a player whitelist/bypass system via nicknames or UUIDs. Smart Fallback & Multi-Server Redirects โ Prevent players from being disconnected from the entire proxy! If a sub-server crashes or shuts down, DomainRouter automatically routes them to a designated backup server. Per-Domain Dynamic MOTD & Icons โ Deliver distinct server list descriptions and custom `.png` icons/favicons based on the domain used. MiniMessage & Legacy Support โ Express your brand beautifully. Full support for modern RGB gradients, HEX color codes, and legacy formatting (`&`) across MOTDs and kick screens. Isolated Player Counters โ Configure specific domains to count and display players only from selected backend instances rather than displaying the total proxy count. Automated Localization System โ The plugin now automatically generates complete local language template files (`en.yml` and `cz.yml`) on its very first launch.
## ๐ฆ Example Routing
`survival.example.com` โ Survival server `bedwars.example.com` โ BedWars server `event.example.com` โ Event server
## โ๏ธ Configuration
Click to view automatically generated config.yml (v7)
```yaml # ================================================================= # # DOMAINROUTER CONFIGURATION # # ================================================================= #
lang: "en" debug: true
# Default server where the proxy sends players if the domain has no specific route default-fallback-server: "lobby"
# --- ROUTES --- # Mapping of domains used by players to specific starting servers routes: mc.example.com: "lobby" survival.example.com: "survival" pvp.example.com: "pvp"
# --- MAINTENANCE MODE --- maintenance: enabled: false # true = enables global proxy maintenance / false = disabled protocol-text: "ยงcMaintenance" # Custom kick message for players trying to join during maintenance kick-message: "&8[&4Maintenance&8]\n\n&cThe entire network is currently undergoing scheduled maintenance!\n&7Check our Discord for more info.\n\n&6Updating network to version 1. 3..." # Players with a bypass to join during active maintenance (Nick or UUID) allowed-players: - "KuklincYT"
# MOTD shown in the server list when maintenance is active
motd:
- "
# --- DYNAMIC MOTD PER DOMAIN ---
domains:
mc.example.com:
icon: "server-icon.png"
max-players: 1000
# Sums online players only from defined servers (if missing, sums the whole proxy)
player-counting-servers:
- "lobby"
- "survival"
# List of MOTDs for this domain (plugin picks randomly if multiple exist)
motds:
- "
pvp.example.com: icon: "pvp-icon.png" max-players: 150 player-counting-servers: - "pvp" motds: - "&c&lPVP ARENA\n&7Come test your combat skills!"
# Default MOTD if someone connects via an unconfigured subdomain default: icon: "default.png" max-players: 500 motds: - "&8[&dExample Network&8]\n&fYou have connected via a backup do
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- KuklincYT
- Version
- 1.3.2-bungee
- Downloads
- 171
- Endorsements
- 2
- Category
- bungeecord
- Created
- 5/12/2026
- Updated
- 8/13/2026
- Game Versions
- 1.0, 1.1, 1.2.1, 1.2.2, 1.2.3
- Tags
- game-mechanics, management, technology
๐ง How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Plugins โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Plugins versions does Domain Router support?
The author lists 1.0, 1.1, 1.2.1, 1.2.2, 1.2.3, 1.2.4. Other versions may work but are untested by the author.
What is the latest version of Domain Router?
Version 1.3.2-bungee, published 2026-08-13 with 171 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await

