Version 1.1.1
447 downloads
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.
Unloads itself when finished to save server resources. (1.1.0)
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"
]
}