Velocity support does not work.
Virologicbody opened this issue ยท 8 comments
Using Velocity: I have port forwarding set up correctly.
Message in server console:
[AdvancedPortals] Proxy features disabled for Advanced Portals as bungee isn't enabled on the server (spigot.yml) or if you are using Paper settings.velocity-support.enabled may not be enabled (paper.yml)
Paper 1.19.2-271
AdvancedPortals v0.9.2
When trying to use a portal cross-server, message in server console:
[AdvancedPortals] You do not have bungee setup correctly. Cross server destinations won't work.
Ah yes, just checking it seems to be they have changed the location name slightly in the config.
For now you can set ForceEnableProxySupport if you want which will enable the features and ill take a look when I get a moment at re-naming the variable so it pulls from the new location.
It now seems to be proxies.velocity.enabled
rather than velocity-support.enabled
. Hence why the plugin isn't detecting it.
Don't worry about enabling that setting. As long as you have those velocity settings enabled and the plugin on the proxy it should exactly the same as me creating the fix.
Hi, thank you for the reply.
'Don't worry about enabling that setting'? - ForceEnableProxySupport?
I enabled that and everything is working for me.
Yep thats the setting :) Its just off by default usually to save people who havent setup their servers correctly which youve shown me you have. Ill update the plugin to support the new setting location.
You have not enabled the settings it mentions. I believe paper has changed the location of that setting into the config folder under paper-global.yml
Would you mind if I ask a question? I know this is supposed to be for new features/bug reports but I don't see anywhere to ask... the Spigot discussion seems to be quiet!
When we set a portal how does the plugin move a player from one server to the next? Is there a command the plugin runs?
Thank you
The plugin sends a packet to the proxy, it's defined in the bungee spec but most proxy's support it.
๐ Issue was released in v0.9.3
๐