作者:rebot | 分类:模组
Minecraft 版本: 26.1 26.1.1 26.1.2
平台: fabric
标签: utility
Same as FabricProxy but only supports Velocity and uses Fabric-API to handle Velocity packets.
This one will have better compatibility with other mods.
player-info-forwarding-mode to modern and setting forwarding-secretsecret in config/FabricProxy-Lite.toml to match Velocity configHere are all the parameters that you can set in the FabricProxy-Lite.toml config file or environment variables. Note that all properties require a value, but if the property isn't specified in the config file it'll just get populated by the default value. So the parameters that are marked as required needs a manually added value i.e. the Velocity forwarding secret.
| Name | Environment Variable | Description | Default | Required |
|:--|:--|:--|:-:|:-:|
| hackOnlineMode | FABRIC_PROXY_HACK_ONLINE_MODE | Allows connection through a proxy without disabling online-mode. | true | |
| hackEarlySend | FABRIC_PROXY_HACK_EARLY_SEND | Fabric-API can't send packet before QUERY_START event, so player info(UUID) will not ready at QUERY_START event. Setting hackEarlySend to true will use mixin for early send packet to velocity.
This is required for some mods, such as LuckPerms. | false | |
| hackMessageChain | FABRIC_PROXY_HACK_MESSAGE_CHAIN | This option fixes players being kicked for Received chat packet with missing or invalid signature. or Chat message validation failure, which only happens when the player switches to another server.
See #30 and #121 for more info. | false | |
| disconnectMessage | FABRIC_PROXY_DISCONNECT_MESSAGE | The custom disconnect/kick message for users that aren't connecting through Velocity. | "This server requires you to connect with Velocity." | |
| secret | FABRIC_PROXY_SECRET | The Velocity forwarding secret. This should be the same random string as in Velocity's forwarding.secret file.
Alternatively you could set the FABRIC_PROXY_SECRET_FILE environment variable to read the secret from a file instead of config. | | ✓ |
If you have found something wrong, like mod compatibility or login problem, follow the steps below to let us know:
We thank all the contributions you made, thank you!
也歡迎用中文回報問題喔 ;)
请登录后举报
暂无评论,抢个沙发吧~