Skip to content

Per server IP & profile forwarding configuration#1166

Closed
paulzzh wants to merge 13 commits intoPaperMC:dev/3.0.0from
paulzzh:feature/per-server-forwarding-configuration
Closed

Per server IP & profile forwarding configuration#1166
paulzzh wants to merge 13 commits intoPaperMC:dev/3.0.0from
paulzzh:feature/per-server-forwarding-configuration

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

Details 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
@paulzzh
Copy link
Author

paulzzh commented Jun 28, 2024

#1357

@paulzzh paulzzh closed this Jun 28, 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