Fresh Proxy Command
This project is a fork of the Proxy Command modification from developer michiruf, updated to work with current versions of Minecraft.
Installation
Several conditions must be met for the mod to function properly on Fabric servers:
- Fabric and Fabric API must be installed on servers
- Working FabricProxy-Lite must be present
- CrossStitch mod is required
- Velocity server must be configured and running
- Both Fabric mod and Velocity plugin need to be installed
Usage Instructions
On game servers, the command proxycommand "[command]"
can be used through command blocks or other command sources where a player is specified as the source. Having a player as the command source is mandatory, as the plugin and Velocity use this information to handle command execution context and send error messages.
For example, to teleport all players to a different server using a command block, use:
execute as @a run proxycommand "server SERVERNAME"
Project source code is available on GitHub.
Additional Information for Developers
- Fabric wiki
- Multiloader template