Domain Router
作者:rebot | 分类:模组
Minecraft 版本: 1.0 1.1 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.3.1 1.3.2 1.4.2 1.4.4 1.4.5 1.4.6 1.4.7 1.5.1 1.5.2 1.6.1 1.6.2 1.6.4 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.7.10 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.10 1.10.1 1.10.2 1.11 1.11.1 1.11.2 1.12 1.12.1 1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
平台: bungeecord
标签: game-mechanics management technology
? DomainRouter
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
.pngicons/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.ymlandcz.yml) on its very first launch.
? Example Routing
survival.example.com➔ Survival serverbedwars.example.com➔ BedWars serverevent.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: - "EXAMPLE NETWORK • &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: - "Example Network • 1.19 - 1.21\n&aThe new Survival season has started!" - "Example Network • News\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[&dExample Network&8]\n&fYou have connected via a backup domain." # --- FALLBACKS AND KICKS --- # When a server on the left goes offline, players are sent to the right (instead of being kicked from proxy) server-fallbacks: survival: "lobby" skyblock: "lobby" # List of servers from which players are completely kicked off the proxy when they shut down kick-servers: - "pvp" - "minigames" # Custom message for kick / disconnect from a server on the fly kick-message: "&8[&dExample Network&8]\n\n&aServer &d%server% &ais currently offline.\n&8>> &aMoving you to the main lobby... &8? Extra Translations & Custom Languages
To ensure 100% completeness and professional quality, you can find and download additional language files directly from our repository workspace:
➔ Download Official Extra Translations
How to use them:
-
Download the language file you need (e.g.,
de.yml,es.yml) from the link above. -
Upload the file into your proxy folder at:
plugins/DomainRouter/languages/ -
Update the
langoption in your mainconfig.ymlto match the file name (e.g.,lang: de). -
Run
/domainrouter reloadto apply the changes.
? NOTE: You can fully modify and tweak any downloaded language file to better suit your network's style!
⚡ Perfect for Minecraft networks that want professional server routing without complicated setup.
?️ The plugin is actively being developed and will receive new features and improvements over time.
请登录后举报
暂无评论,抢个沙发吧~