Proxy Command Reloaded
PluginMIT

Proxy Command Reloaded

A mod that allows you to send commands from your Minecraft server instances to a Velocity proxy

2.2K
Downloads
17
Followers
1 years ago
Updated
📦
5
Versions

📖About Proxy Command Reloaded

Proxy Command Reloaded

Cozy

A fork of "Proxy Comand", and updated to the most recent versions of Minecraft.

What is it?

A command that allows to send commands from your minecraft server instances to a velocity proxy.

Installation

To install this mod on fabric minecraft servers these requirements must be met:

  • fabric and fabric API is installed on your minecraft servers
  • FabricProxy-Lite is installed and working on your minecraft servers
  • You have a velocity server up and running
  • You must install both the fabric mod and the velocity plugin

Forge

As of 10/12/2023, this project is compatible with the latest version of Sinytra Connector, v1.0.0-beta build 18. If you need this project on forge, try this out while.


The project source is available on github/GeraldTM with the latest
readme here.

Usage instructions

On minecraft server instances the command proxycommand "[command]" can get 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 needs 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"

Changelog

Changelog per release cycle can be found here.
This changelog contains information from one release to the next one.

License

MIT License

Additional reading (for devs)

Thanks to @michiruf for the original project