caunt / BungeeForge

BungeeForge is a Forge mod that implements BungeeCord protocol
30 stars 3 forks source link

Using BungeeForge Causes Proxy Registered Commands to not Register #4

Closed Aiidoneus closed 11 months ago

Aiidoneus commented 11 months ago

Hello, I was testing this solution on my 1.19 servers (FTB Skies) and any Velocity plugins that register commands like Huskchat or EnhancedVelocity for example do not auto-complete. I switched from Proxy Compatible Forge to this one and it seems to not register it on the client for some reason. The commands still work but they say they don't.

Any ideas?

caunt commented 11 months ago
image

Just tested EnhancedVelocity + FTB Skies setup with "none" forwarding mode (without any PCF nor BungeeForge) Command is still unknown to client, that means the problem is within Velocity or Ambassador itself. Did it work with PCF? If so, probably the PCF has implemented command-forwarding, not only player-related information forwarding

caunt commented 11 months ago

Yes, PCF itself has implemented command forwarding using Ambassador to scrape commands from Velocity. I could potentially use this opportunity to register commands on the client, but I don't guarantee that it will work later in newer versions

Aiidoneus commented 11 months ago

Yes. Looks like you answered most of your questions.

caunt commented 11 months ago

I realized that BungeeForge is compatible with PCF to be installed on the same server. PCF author also mentioned that:

image

Simply install both BungeeForge and PCF. BungeeForge will forward your player information, PCF will forward Velocity commands information. Tested it with All The Mods 9, command forwarding works fine 🙂

Aiidoneus commented 11 months ago

Oh. Interesting so for reference, do not use modern forwarding and probably leave PFCs config empty?

caunt commented 11 months ago

You can leave PCF config with whatever values. Main thing for you to do is set up velocity to legacy forwarding, and install both BungeeForge & Proxy compatible forge