Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Velocity proxy plugin that automatically redirects players with specific UUIDs
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
- Download the latest jar
- Place the
UUIDRedirect.jarfile in your Velocitypluginsfolder. - Start Velocity to generate the default configuration file:
plugins/UUIDRedirect/config.json. - Stop Velocity and edit
config.jsonto 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"
}
}
Pages
GitHub
Members
Owner