Server Redirect
⚪ Last updated 2024Preview

🔍 Analysis
- 👍 0.0% endorsement rate
- 🏆 #16 of 1560 bukkit mods in this game by downloads
📋 About This Mod
## Server Redirect This mod provides a lightweight way for servers to transfer players to another server address, without the use of a proxy server.
Server Redirect supports Forge, Fabric, Bukkit/Spigot, SpongeVanilla/SpongeForge, Bungeecord/Waterfall and Velocity.
With Server Redirect, server admins can avoid mod incompatibility issues caused by proxy servers (Bungeecord, Waterfall, and Velocity). In particular, this mod can be used in combination with Waterfall and Forge 1. 13+ servers and clients to provide a way to transfer players between servers (currently, the 1. 13+ Forge server needs to be "online" as they haven't included IP forwarding yet...).
This mod is optional, so it can be added to modpacks and players can still join servers without this mod. Likewise, servers with this mod can be joined by clients without this mod.
## Commands - /redirect <Target> <Server Address>: redirects the specified target player(s) to the specified address - /fallback <Target> <Server Address>: sets the fallback server address for the specified target player(s) - /ifplayercanredirect <Target> <Command...>: runs the specified command for each of the target player(s) that have Server Redirect - /ifplayercannotredirect <Target> <Command...>: runs the specified command for each of the target player(s) that have not Server Redirect
The command source can be anything that can run a command, like a command block, a player, or console. Replace /redirect with /fallback to have the specified target players connect to the specified server address when they get forcefully disconnected from the server.
##### The <Target> argument can be one of the following: - Player Name/UUID: the specified player on the server - Target Selector: a (https://minecraft.fandom.com/wiki/Target_selectors). Target selectors are not available on Bungeecord and Velocity. - r=N: all players within N blocks from the command sender, or from the overworld spawn if run by console. Plugin version only. - s=<ServerName>: all players in the specified ServerName. Bungeecord and Velocity only. - : all players on the server.
##### The <Command...> argument can contain the following placeholders: - %PlayerName: this placeholder will be replaced with the player's name - %PlayerId: this placeholder will be replaced with the player's UUID
NOTICE: /ifplayercanredirect and /ifplayercannotredirect will likely not work as expected if run when the target player just joined the server. These commands rely on the client sending a packet to the server telling them they have this mod installed. This packet requires some time to be sent by the client and processed by the server. It is recommended to delay this command execution by at least 20 ticks after the player has joined the server!
#### Examples: - /redirect KaiNoMood myawesomemcserver.net:25667: the player named KaiNoMood will connect to myawesomemcserver.net:25667 - /redirect a54a7884-9ea4-4d54-ac35-1623d70ffbe1 myawesomemcserver.net:25667: the player with the specified UUID will connect to myawesomemcserver.net:25667 - /redirect myawesomemcserver.net:25667: all players on the server will connect to myawesomemcserver.net:25667. - /redirect @a myawesomemcserver.net:25667: all players in creative mode will connect to myawesomemcserver.net:25667. - /redirect r=10 myawesomemcserver.net:25667: all players within 6 blocks from the command sender will connect to myawesomemcserver.net:25667. This works on Bukkit and Sponge based servers only. - /redirect s=lobby myawesomemcserver.net:25667: all players in the "lobby" server will connect to myawesomemcserver.net:25667. This works on Bungeecord and Velocity proxy servers only. - /ifplayercanredirect say %PlayerName is online and using Server Redirect! Yay!: the specified command will run for each player on the server that has Server Redirect. - /ifplayercannotredirect @a tell %PlayerName It does not seem you have Server Redirect installed! Make sure to install it!: the specified command will run for all players without Server Redirect within 5 blocks of the command source.
Replace /redirect with /fallback for setting a fallback address for the target players. For more info about the fallback command, read below.
## FAQ ### How this mod redirects players* - By running the /redirect command, the server will send a "transfer" packet containing the specified server address to the specified players. - All players receiving the packet that have the ServerRedirect mod installed will disconnect from the server, and automatically direct connect to the specified server address.
Any server address that is reachable by the players with the "Direct Connect" button can be used. The "transfer" packet will not affect players without the mod inst
Server Redirect is a lightweight mod that lets servers transfer players to another server address without a proxy, supporting multiple platforms including Forge, Fabric, Bukkit, and Bungeecord. It offers commands for redirecting players and checking mod presence, and is optional for clients. With 115 endorsements and frequent updates, it's a niche tool for server admins seeking proxy-free player transfer.
✨ Key Features
📊 Pros & Cons
✅ Pros
- Lightweight solution for server transfer without proxy overhead
- Cross-platform support covers major mod loaders and server types
- Active development (last updated 2024-08-28) with 115 endorsements
⚠️ Cons
- Target selectors not available on Bungeecord and Velocity, limiting command flexibility
- Forge 1.13+ servers must be online for transfer to work, which may complicate setup
- Niche use case: only relevant for server admins needing proxy-free transfer
This is for server admins who want to transfer players between servers without running a proxy like Bungeecord. It's also useful for modpack creators who want to avoid proxy-related mod incompatibilities. If you're a player, you don't need this mod unless your server uses it.
💡 Beginner Tips
- Use /redirect with a player name or UUID to send a specific player to another server address.
- Set a fallback address with /fallback so players get redirected when forcefully disconnected.
- Test the /ifplayercanredirect command to run actions only for players who have the mod installed.
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- KaiKikuchi
- Version
- 1.4.3
- Downloads
- 687,974
- Endorsements
- 115
- Category
- bukkit
- Created
- 7/10/2022
- Updated
- 8/28/2024
- Game Versions
- 1.8.9, 1.9.4, 1.10.2, 1.12.2, 1.16.5
- Tags
- utility
🔧 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 Server Redirect support?
The author lists 1.8.9, 1.9.4, 1.10.2, 1.12.2, 1.16.5, 1.17.1. Other versions may work but are untested by the author.
What is the latest version of Server Redirect?
Version 1.4.3, published 2024-08-28 with 687,974 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await