Added code to prevent hot-loading the plugin. (Plugin must be started with the server)
RCON settings are no longer needed in the config.
RCON commands execute much faster.
Added option to toggle displaying commands being executed in the API Log.
Existing configs will work without changes but you will not see commands in the log window anymore unless you add the above option with `true`JSON:"DisplayCommandLog": false, //True will show executed commands in the API Log
**(Minor config changes)**
Buy me a coffee<http://bit.ly/3sutgAE-Dono>
Added code to prevent hot-loading the plugin. (Plugin must be started with the server)
RCON settings are no longer needed in the config.
RCON command execute much faster.
Added option to toggle displaying commands being executed in the API Log.
Existing configs will work without changes but you will not see commands in the log window anymore unless you add the above option with `true`JSON:"DisplayCommandLog": false, //True will show executed commands in the API Log
**(Minor config changes)**
Buy me a coffee<http://bit.ly/3sutgAE-Dono>
Added new option to message players after they join the server.
Changed the color options to use the named colors that can be found in the Colors.txt included. You must change the "Color" options in your config to this new format.JSON:"PlayerJoin": { "Enabled": true, "Message": "This appears about 15 seconds after player joins!", "Color": "Green", "DisplayTime": 10.0, "DisplayScale": 1.3 },
Added Cron Scheduling option
Here is a online tool to help build the expressions
https://crontab.guru/