Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Per server IP & profile forwarding configuration #1166

Open
wants to merge 13 commits into
base: dev/3.0.0
Choose a base branch
from

Conversation

paulzzh
Copy link

@paulzzh paulzzh commented Dec 25, 2023

Make it possible to configure forwarding method for each server.
tests:
fabric 1.20.4 + modern : ok
forge 1.12.2 with spongeforge + legacy : ok
Can not test forge 1.13+ because some classes moved and Ambassador break.

Fix #304
Make #291 mergeable.

config file

player-info-forwarding-mode = "none" #set default here

[servers]

Modpack.address = "127.0.0.1:26665"
Modpack.forwarding = "legacy" #use bungeecord legacy forwarding

Vanilla.address = "127.0.0.1:26666"
Vanilla.forwarding = "modern" #use velocity modern forwarding

Sky = "127.0.0.1:26667" #default

@4drian3d 4drian3d added the type: feature New feature or request label Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Playerdata forwarding
3 participants