Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Send a command in the console #4

Open
Fede445 opened this issue Feb 11, 2022 · 0 comments
Open

Request: Send a command in the console #4

Fede445 opened this issue Feb 11, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Fede445
Copy link

Fede445 commented Feb 11, 2022

Request:
The ability to send commands in the console before the restart, such as messages, would be nice.
For example, if I wanted to backup the server before the restart, the command is sent a few minutes before to start the backup.

"messageList": [
    {
      "time": 900,
      "message": "Server restart in 15 minutes"
    },
    {
      "time": 300,
      "message": "Server restart in 5 minutes"
      "command": "ebackup backup"
    }
  ],

In this case, 5 minutes before restart, in addition to sending the notification to the players also sends a command in the console to start the backup of the server through, in this case, the ebackup plugin.

@CmdrJane CmdrJane added the enhancement New feature or request label Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants