You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Send will send a command to the gameserver, as if it were entered into the console of the gameserver.
10
+
11
+
### Scheduled Commands
12
+
13
+
A [cronjob](../configuration/cronjobs.md) can be set to run `send` at any given time.
14
+
15
+
To edit cronjobs,. type:
16
+
17
+
`crontab -e`
18
+
19
+
A cronjob can be run as the `gameserver user` or as `root`, this choice is down to personal preference. Remember to amend the examples to match a specific game server.
20
+
21
+
Here is an example of a user based cronjob to send a message to a server every hour.
0 commit comments