Closed rbos closed 2 months ago
Hi,
I want to run a command on the Velocity proxy instead of on the server. How do I do that?
for instance:
punishment: - COMMAND|tempban %player 1d
should run on the proxy, NOT the server.
Added in commit 250b6a2
Now you can use COMMAND_PROXY|tempban %player% 1d to achieve this:)
COMMAND_PROXY|tempban %player% 1d
Included in 1.0 version
Hi,
I want to run a command on the Velocity proxy instead of on the server. How do I do that?
for instance:
should run on the proxy, NOT the server.