michiruf / MCProxyCommand

Minecraft: A command that allows to send commands from you minecraft server instances to a velocity proxy
MIT License
4 stars 11 forks source link

Send command from proxy to server(-s) #1

Open Siorinex opened 1 year ago

Siorinex commented 1 year ago

If I need change parametrs in many servers for player? /skin - change skin only in one server for player, but need send it in other...

/proxycommand "exec on (servername, or *, or list) command"

michiruf commented 1 year ago

This mod is there to send a command from you minecraft server to the velocity proxy. It does not support sending a command from you minecraft server to all minecraft servers behind the proxy. But if you can find a velocity plugin that is able to send a command to all nodes, you might be able to wire them together

michiruf commented 1 year ago

Actually when I thought again about this, your idea should be a pretty nice addition to this mod. But unfortunately, I cannot think of a way to implement it for now, since there is no way to determine the (player-) context of the command to be executed on the nodes. I might need to rethink this again and check if this is possible. Ill keep you updated here if theres any progress.

Siorinex commented 1 year ago

Look to CommandSync plugin? https://www.spigotmc.org/resources/commandsync.52093/