- Automatic backups once a day (currently at 4am)
- Extendes features (while fully supporting the native commands) like manual backups
- It's possible to automatically run other custom commands after each backup
- Download "MCpal.jar"
- Move it into your minecraft server directory
- Open a console window and jump to the specific server directory (example: cd /home/Potato/minecraft_server/)
- Now run "java -jar MCpal.jar b:PATH_TO_BACKUP_FOLDER Example: java -jar MCpal.jar b:C:/Users/Potato/mc_backups
- (Optional) A config file will be generated, which means that from now on you can call "java -jar MCpal.jar" after the first run. You no longer need to provide the other commands.
In your terminal, where you actually run MCPal, just type:
backup
: To start a backup (including 10 seconds countdown)stop
: To stop the server (including 10 seconds countdown)istop
: To immediately stop the serverstart
: To start the server
Other than that, the console will be the usual minecraft server console. You can interact with it like with any other console.
Hit me up on telegram @codepleb for the shortest feedback loop. I cannot guarantee responses on other sources.