With control command you can control the power of your server!
Download the program suitable for your operating system:
Windows: PowerControl.exe
Linux: PowerControl
and place it in your server folder (near server.properties). Then create a config.json file with:
                {
                "startup: [
                "java",
                "-jar",
                "server.jar"
                ],
                "stop": [
                "stop"
                ],
                "password": "anything"
                }
            
Then start the program. And in discord, run the command: To add a control: /control action:add
Then put your server ip and password.
To start/stop the server:
/control action:start ✅ Started server! /control action:stop ✅ Stopped server!
Support