
Proxy Command Reloaded
This project represents an updated version of the "Proxy Command" mod, adapted to work with the latest versions of Minecraft.
Main Functionality
The mod adds a special command that allows transferring commands from Minecraft servers to the Velocity proxy server. This opens up new possibilities for managing multiplayer gaming environments.
Installation Requirements
For proper mod operation on Fabric servers, the following conditions must be met:
- Fabric and Fabric API must be installed on the servers
- FabricProxy-Lite must be installed and configured
- A Velocity server must be running
- Both the Fabric mod and the Velocity plugin must be installed
Forge Compatibility
Currently, the project is compatible with the latest version of Sinytra Connector v1.0.0-beta build 18. Forge users can try using this version.
Usage Instructions
On Minecraft servers, the command proxycommand "[command]"
is available, which can be used through command blocks or other command sources where a player is the source. Having a player source is mandatory, as the plugin and Velocity use this information to process the command execution context and send error messages back to the player.
Usage example: to teleport all players to another server through a command block, you can use:
execute as @a run proxycommand "server SERVERNAME"
Additional Information
The project source code is available on GitHub. The author expresses gratitude to @michiruf for the original project.