Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
ServerSwap
PluginLicenseRef-OQL-v1.3

ServerSwap

Allows both manual and automatic redirection of players to other servers.

15
Downloads
0
Followers
5 months ago
Updated
📦
1
Versions
managementtechnologyutilitypaperpurpur
Download Latestv1.0View on Modrinth

📖About ServerSwap

Banner with ServerSwap logo and text saying "ServerSwap"
Believe it or not, Minecraft actually has this functionallity built in through the TRANSFER packet (0x7F). This packet allows a server to tell a client to disconnect from it and connect to another instead. Clients as low as 1.20.5 support this packet, and you might be able to go even lower under specific circumstances, more info about this can be found in the compatability

Banner with ServerSwap logo and text saying "Usage"
Using this plugin is as simple as can be. There's a fairly limited amount of permissions, commands, and config. Below is the main command of the plugin (/serverswap)

/serverswap

┣ swap [players]

┖ reload

Do note that the serverswap command is also accessible via the alias of ss. Whilst swapping your own server requires that a player be running the command (else who are transfer). Transfering whilst specifying players and reloading can be run by any executor with sufficent permissions such as console or even if you wanted a really enthusiastic pig.

Banner with ServerSwap logo and text saying "Config"
By default the plugin ships with this config file:

# ServerSwap configuration - list your target servers here
# The plugin will create permissions for each entry automatically:
#   serverswap.use.<server>
#   serverswap.use.others.<server>
# You can also grant the wildcard permissions:
#   serverswap.use.*
#   serverswap.use.others.*

servers:
  Hub:
    address: hub.example.com
    port: 25565
  Minigames:
    address: minigames.example.com
    port: 25565

autoRedirect:
  play.example.com: Hub
  pvp.example.com: Minigames

Let's break this down each property at a time. First up we have the servers block which is where you tell the plugin where to find each server, it will have an address and a port associated with it. In the default config file there is two servers configured one being called "Hub" which links to a server at hub.example.com on port 25565 (The default minecraft port).

Then we have the autoRedirect section, this is similar to Velocity's forced-hosts. In short if someone connects to your server by joining the hostname specified as the objects name (in this case being play.example.com) it will transfer them automatically to the corrisponding server such as Hub.

Banner with ServerSwap logo and text saying "Permissions"
There are some default permisisons that the plugin creates and then there are dynamic permissions based off your config file. Let's start off by listing the static permissions:

  • serverswap.use / serverswap.use.*: Allows the player to transfer them to any server specified within the config file. Default: True
  • serverswap.use.others / serverswap.use.others.*: Allows the executor to transfer other players to any server specified within the config file. Default: OP
  • serverswap.reload: Allows the user to simply reload the config file for the plugin and regenerate permissions based on it. Default: OP

Now as for the dynamic permissions:

  • serverswap.use.[serverName]: Allows the player to swap themselves to the specified server.
  • serverswap.use.others.[serverName]: Allows the exector to transfer other players to the server specified in the permission.

👥 Team & Contributors

MisremEmberEd
MisremEmberEdOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperpurpur
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+4 more

🔗 Links

Modrinth Page