ServerSave
SS is a simple plugin that allows you to automatically save your server at specified interval in minutes with customized pre-save and post save messages.
Features
- Custom pre-save message
- Custom post-save message
- Custom save interval
- Automatic save retry if save fails
- Custom save retry interval
Setup
Step 1
Place the .jar in your plugins folder.
Step 2
Restart your server
Optional
Edit the config.yml file to suit your needs: All intervals are in minutes.
save_message: 'The server is saving, you may experience a slight lag spike.' save_finished: 'The server has been saved.' save_interval: 30 save_retry: 1
Updating
Updating from 1.0.1:
You must add this line to your config file: save_retry: 1
OR
You must delete the config file to automatically rebuild it.
You can use colors in the messages by using the color codes available at http://xpaw.ru/mcolors.php
(Does not support &, must use § symbol)

