Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.4–1.20.6
Platforms
Tags
Creators
Details
Licensed Apache-2.0
Published 3 days ago
SlashServer Reloaded ⚡
A modern, high-performance Velocity proxy plugin that allows players to seamlessly navigate your network using custom /<servername> commands.
Built from the ground up for modern networks (Java 21 / Velocity 3.5.0+), SlashServer Reloaded completely replaces outdated BungeeCord navigation plugins. It features a custom, zero-dependency YAML engine, allowing for deep customization without the bloat.
✨ Features
- Instant Navigation: Adds a custom command for your servers to teleport players instantly.
- Custom Aliases: Assign multiple shortcuts to a single server (e.g., use
/lobbyor just/lto get to the hub). - Advanced Filters: Set up Whitelists or Blacklists per command. Need a proxy command to ignore certain Paper servers so a local plugin can use it? Just add the server to the blacklist!
- 100% In-Game Management: Never touch a config file again. Add commands, edit aliases, change permissions, and modify filters live in-game with full tab-completion support.
- Custom Permissions: Every single command gets its own configurable permission node.
- Customizable Messages: Fully edit all plugin messages using classic legacy color codes (
&a,&c, etc.).
💻 Commands & Permissions
Player Commands:
/<command>— Transports the player to the target server.- Permission: Configurable per command (Default:
slashserver.command.<name>)
- Permission: Configurable per command (Default:
Admin Commands:
/slashserver(Alias:/ss) — The main administrative command.- Permission:
slashserver.admin /ss reload— Reloads the configuration and updates proxy commands./ss add <cmd> <server>— Creates a new teleport command./ss remove <cmd>— Deletes a command./ss mode <cmd> <WHITELIST|BLACKLIST|NONE>— Changes the command's proxy filter behavior./ss filter <cmd> <add|remove> <server>— Adds/removes a server from the whitelist/blacklist./ss alias <cmd> <add|remove> <alias>— Adds/removes a command shortcut./ss permission <cmd> <node>— Sets a custom permission node for the command.
- Permission:
⚙️ Configuration
The plugin has a clean, easy-to-read YAML configuration.
# SlashServer Reloaded Configuration (YAML)
commands:
hub:
target-server: "lobby"
permission: "slashserver.command.hub"
filter-mode: "BLACKLIST"
aliases:
- "l"
filter-servers:
- "lobby"
messages:
no-permission: "&cYou do not have permission to connect to this server."
server-offline: "&cError: The server '{server}' is offline."
already-connected: "&eYou are already connected to {server}!"
sending: "&aSending you to {server}..."
only-players: "&cOnly players can use this command."


