Why proxy command is not working on Velocity?

If you're experiencing issues with proxy command functionality on Velocity, it's likely due to a configuration setting that facilitates communication between your plugins and the proxy. Specifically, our plugin relies on BungeeCord plugin messaging channel support to seamlessly interact with both BungeeCord and Velocity proxies.

To resolve this, ensure that the following option is set to true in your velocity.toml configuration file:

# Enables BungeeCord plugin messaging channel support on Velocity.
bungee-plugin-message-channel = true

Enabling this option establishes the necessary communication channel, allowing our plugin to effectively communicate with the proxy and execute commands as intended. Failure to enable this option may result in our plugin being unable to interact with the proxy environment, leading to command functionality issues.

Last updated