Back to mods
ServerSwitch project artwork

CurseForge · Hytale mod

ServerSwitch

A lightweight plugin that allows your players to switch to configurable servers.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which ServerSwitch release should I use?

Updated 6 months ago

We could not find enough file information to pick a stable Hytale setup for ServerSwitch.

Where it goes

Where should ServerSwitch be installed in Hytale?

Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

Separate client mod Not supported
World host / dedicated server Required
Mod system for this release Built-in Hytale mod system
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.

What else does ServerSwitch need?

Choose a release before relying on this list.

This file does not give us a dependency list. Check the creator notes before installing.

This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.

Before you install it

Add ServerSwitch without breaking your instance.

We could not pick a file, so treat this as a checklist—not a compatibility promise.

  1. 01

    Stick to this file

    We could not pick a stable file here. Check the game version and loader on the official project page before installing anything.

  2. 02

    Bring the mods it needs

    This file does not give us a dependency list. Check the creator notes before installing.

  3. 03

    Enable it on the world host

    Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

  4. 04

    Pick the file you checked

    There is no download page for this exact file. Open the project page in Resources and choose the matching release there.

About this project

What does ServerSwitch add?

ServerSwitch allows you to configure one or multiple commands that will send players to the server of your choice.
YAML configuration.

Command(s):

  • /serverswitch reloadPermissions:
  • serverswitch.admin (reload command)
  • serverswitch.join.<server> (only needed if enable-permission is set to true in your server section)

Default config.yml:

Those options will be used if they're not defined in the server

defaults:
permission-message: "You don't have the permission to join %server%."
sending-message: "Sending you to %server%..."
cooldown-message: "Wait %cooldown%s to join %server% again."

servers:
smp:
host: "play.yourserver.com"
port: 5521
commands:

  • "smp"
  • "survival"

If true, the permission will be serverswitch.join.<server>

<server> being "smp" in this case. (serverswitch.join.smp)

enable-permission: false
permission-message: "You don't have the permission to join the SMP."
sending-message: "Sending you to the SMP..."
cooldown: 3 # in seconds
cooldown-message: "Wait %cooldown%s to join %server% again."
factions:
host: "play.yourserver.com"
port: 5522
commands:

  • "factions"

If true, the permission will be serverswitch.join.<server>

<server> being "factions" in this case. (serverswitch.join.factions)

enable-permission: true
cooldown: 3 # in seconds

Project description from CurseForge.

Recent files

ServerSwitch releases and Hytale builds

0 of 0 releases match

No release information is currently available.

Looking for an older file? The official CurseForge project page is in Resources.