View Single Post
CliptonHeist
Senior Member
Join Date: Feb 2016
Old 03-08-2019 , 21:25   Re: [CS:GO] Day Specific Plugin Enabling
Reply With Quote #6

From the post:
Quote:
A cronjob can execute one of three different command types:

Server console commands
Execute commands on the server console

System commands
Execute commands on the shell with the system2 extension


Player commands
Players on the server will execute a command
With a system command you can do something like this in the cronjobs.txt file:
Code:
// Moves a plugin to the disabled folder every Wednesday
// 0 0 * * 3 system mv "/home/server/csgo/addons/plugins/plugin.smx" "/home/server/csgo/addons/plugins/disabled"
CliptonHeist is offline