Proxy Command
The Proxy Command modification provides the ability to send commands from Minecraft servers to a Velocity proxy server, opening up new possibilities for managing multiplayer gaming environments.
Installation and Requirements
For the mod to work correctly on Fabric servers, the following conditions must be met:
- Fabric and Fabric API must be installed on Minecraft servers
- FabricProxy-Lite mod must be installed and functioning
- CrossStitch mod is required on game servers
- A working Velocity server is necessary
- Both the Fabric mod and the Velocity plugin must be installed
Usage
On Minecraft servers, you can use the proxycommand "[command]"
command through command blocks or other command sources where a player is the source. Having a player as the command 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.
For example, to teleport all players to a different server, you can use a command block with the following command:
execute as @a run proxycommand "server SERVERNAME"
Compatibility with Other Mods
- ServerPortals - mod for creating portals between servers
Changelog
Information about changes in each release cycle is available in the corresponding project section. The changelog contains detailed information about the transition from one version to the next.
License
The project is distributed under the MIT license.
Additional Materials
- Fabric documentation
- Multiloader template for developers