About Execute after Startup
Simple plugin that executes listed commands after x seconds when server has finished loading in (similar to ReloadAfterStartup).
This can be useful manually resetting variables .
Features :
- Simple config
- Set time (seconds) to run sequence x seconds after server has finished loading in.
- Set time (seconds) between each command to be executed.
Configuration :
{ "Command settings": { "Time After Startup (seconds)": 20.0, "Time between Command Execution (seconds)": 2.0, "Commands to Execute": [ "o.reload SkinBox", "example consolecommand 2", "example consolecommand 3" ] }