Fresh Proxy Command (Fresh Proxy Command)
A command to send commands from your Minecraft server instances to a Velocity proxy
This project is a fork of the project Proxy Command from michiruf updated for the new version of Minecraft.
Installation
To install this mod on fabric Minecraft servers, the following requirements must be met:
- fabric and fabric API are installed on your Minecraft servers
- FabricProxy-Lite is installed and working on your Minecraft servers
- CrossStitch is installed on your Minecraft servers
- You have a velocity server up and running
- You must install both the fabric mod and the velocity plugin
This fabric mod is available on modrinth with slug fresh-proxy-command
and the velocity plugin is available on the original project releases (direct download).
The project source is available on github/laToufff with the latest readme here.
Usage instructions
On Minecraft server instances, the command proxycommand "[command]"
can be used via command blocks or other command sources, where a player is the source. The player must be a source of the command, since the plugin and velocity need this to handle the context of the command execution and send e.g. error messages back to the player.
For example, you can teleport all players to a different server with a command block using:
execute as @a run proxycommand "server SERVERNAME"
已复制!
License
Additional reading (for devs)
Fresh Proxy Command 1.20.4
收录