Network Console Command (Effect) — skNetwork

Addon: skNetwork · Category: Effect · Since: 0.2.0

Syntax

execute [console] command %string% on network server[s] %strings%

Description

Runs a command on another server's console. Off unless `remote-commands` is turned on in the proxy config. Anyone who can write a script on one backend would otherwise have console on every backend, so the proxy refuses and says so in its log. Leave the server out to run it everywhere, including here.

Guide: https://github.com/ahmadmsaleem/skNetwork/wiki/Network-Players

Examples

execute command "save-all" on network server "survival"
execute command "whitelist reload" on the network

View source