Compatibility
Minecraft: Java Edition
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
🔌 ServerSelector – The Ultimate Customizable Server Menu Plugin
Take your Minecraft server to the next level with ServerSelector – a fully customizable server selection GUI plugin designed for both functionality and style. Whether you're running a network or a multi-world setup, ServerSelector makes it easy for players to switch servers or worlds through an intuitive, sleek menu interface.
What does it offer? It offers a powerful GUI for inter-server transportation, or any use you may need it to do
✨ Features:
Fully customizable GUI layout and items via config
Support for server switching (Bungee/Velocity compatible)
Perfect for hubs, lobbies, and custom game modes—ServerSelector puts the power in your hands to build the player experience your way. You can repurpose this GUI for anything you would like! Config. It is really simple , nothing too special
# GUI Settings
gui:
title: "&8&lServer Selector"
size: 27 # Must be a multiple of 9 (9, 18, 27, 36, 45, 54)
# Selector Item Settings
selector:
material: COMPASS
name: "&6&lServer Selector"
lore:
- "&7Click to view available servers"
- "&7Right-click to open the server selector"
slot: 4 # Inventory slot to place the item (0-8 for hotbar)
# Give selector on every join, not just first join
give-on-every-join: false
# Prevent players from moving the selector item
lock-selector-item: true
# Decoration settings (fill empty slots)
decoration:
enabled: true
# Simple alternating pattern (default)
alternate-colors: true
# Advanced pattern system (set use-pattern to true to enable)
use-pattern: true
pattern:
- "111111111" # First row
- "122222221" # Second row
- "122222221" # Third row
pattern-items:
"1": # Border
material: LIGHT_BLUE_STAINED_GLASS_PANE
name: "&9&l✦"
"2": # Interior
material: GRAY_STAINED_GLASS_PANE
name: " "
# GUI Items
items:
survival:
slot: 10
material: GRASS_BLOCK
name: "&a&lSurvival Server"
lore:
- "&7Click to join the survival server!"
- "&7Players online: 24/100"
command: "server survival" # Command to run when clicked
creative:
slot: 12
material: DIAMOND_BLOCK
name: "&b&lCreative Server"
lore:
- "&7Click to join the creative server!"
- "&7Players online: 15/50"
command: "server creative"
skyblock:
slot: 14
material: FEATHER
name: "&e&lSkyblock"
lore:
- "&7Click to join the skyblock server!"
- "&7Players online: 32/100"
command: "server skyblock"
minigames:
slot: 16
material: TNT
name: "&c&lMinigames"
lore:
- "&7Click to play minigames!"
- "&7Players online: 45/100"
command: "server minigames"
website:
slot: 22
material: BOOK
name: "&d&lWebsite"
lore:
- "&7Click to get our website link!"
command: 'console:tellraw %player% {"text":"www.yourserver.com","color":"aqua","clickEvent":{"action":"open_url","value":"https://www.yourserver.com"}}'