https://github.com/ohjurot/hostnameredirect
BungeeCord plugin to assign players to servers by the requested hostname
https://github.com/ohjurot/hostnameredirect
bungeecord bungeecord-plugin hostname java minecraft-plugin minecraft-server proxy redirect
Last synced: 6 months ago
JSON representation
BungeeCord plugin to assign players to servers by the requested hostname
- Host: GitHub
- URL: https://github.com/ohjurot/hostnameredirect
- Owner: Ohjurot
- License: mit
- Created: 2022-04-01T10:45:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T12:43:40.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T08:01:54.694Z (6 months ago)
- Topics: bungeecord, bungeecord-plugin, hostname, java, minecraft-plugin, minecraft-server, proxy, redirect
- Language: Java
- Homepage:
- Size: 14.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hostname Redirect
BungeeCord plugin to assign players to servers by the requested hostname### Configuration
After the first launch of the plugin a file ```plugins/HostnameRedirect/hostnames.yml``` will be created. Use this file to specify which Hostnames should be redirect to which server.Example:
```yaml
mydomain@com: server1
mc1@mydomain@com: server1
mc2@mydomain@com: server2
```***IMPORTANT:*** It is important to replace all dots in the hostnames by an ```@```
***IMPORTANT:*** The specified servers must be registered within the bungee proxy. The server name will be looked up on demand.
### Customisation
You can customize common messages in the file ```plugins/HostnameRedirect/messages.yml```