Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for logo23456

Velocity proxy plugin that automatically redirects players with specific UUIDs

Report UUIDRedirect?

UUIDRedirect

UUIDRedirect is a Velocity proxy plugin that automatically redirects players with specific UUIDs (and/or usernames) to designated servers. It also prevents redirected players from switching to other servers. Known to work with velocity 3.4.0-SNAPSHOT, build 533.

Disclaimer: This plugin was made with the use of AI

Features

  • Redirect players on login to a pre-configured server.
  • Supports redirecting by UUID and/or username.
  • Prevents redirected players from switching to other servers.
  • Automatically updates player usernames in the configuration if they change.
  • Simple configuration using a JSON file.

Installation

  1. Download the latest jar
  2. Place the UUIDRedirect.jar file in your Velocity plugins folder.
  3. Start Velocity to generate the default configuration file: plugins/UUIDRedirect/config.json.
  4. Stop Velocity and edit config.json to configure your redirects.

Configuration

The configuration file config.json maps player UUIDs (or usernames if UUID is unavailable) to a server. Example:

{
  "11111111-1111-1111-1111-111111111111": {
    "username": "ExamplePlayer",
    "server": "survival"
  }
}

Information

CategoryAdmin Tools
Published onSeptember 18, 2025
LicenseMIT
Downloads6
Stars0
Watchers0

Pinned Versions

GitHub

Members