Scripting
Overview
| Context | Purpose |
|---|---|
| Velocity scripts | Run commands from the proxy on connected Paper servers. |
| Paper scripts | Run commands from a Paper server back to the Velocity proxy. |
Scripts are defined as simple YAML files and live in the plugins/CommandBridge/scripts/ folder of your server.
Scripts define custom commands your players or console can run across your network!
Each script file can register a command (like /alert or /lobby) and attach actions to be executed on target servers.