Newest Version: 1.2
Notes
MORE INFORMATION WILL BE POSTED SOON
About
LegendaryRestarts gives your server the ability to restart every x number or minutes and you also have the option to restart now
Features
- Automatic Server Restarts
- Linux Support
- Windows Support (Windows Script by bergerb)
- Automatic Updates (Optional in config)
Setup
- Download the zip file
- Unzip it
- Put LegendaryRestart.jar and the LegendaryRestart folder in the /plugins/ directory
- Replace your start.bar OR start.sh with the new ones
- Start.sh is used on linux, Start.bat is used on windows
- Run the Start file and then your server is setup for automatic restarts
NOTE
if you are using linux for the start.sh file to work you need to use the command chmod 777 start.sh
Default Config
#all intervals are in minutes
#there is 1440 minutes in 1 day
#720 in 12 hours
Settings:
Restart_Message: '&aServer is restarting'
Broadcast: true
Messages:
1: '&cServer Restarting in 5 Seconds'
2: '&cServer Restarting in 4 Seconds'
3: '&cServer Restarting in 3 Seconds'
4: '&cServer Restarting in 2 Seconds'
5: '&cServer Restarting in 1 Seconds'
6: '&cServer Restarting'
Automatic_Restarts:
Broadcast: true
Restart_Interval: 720
Messages:
1: '&cServer Restarting in 5 Minutes'
2: '&cServer Restarting in 2 Minutes'
3: '&cServer Restarting in 1 Minute'
4: '&cServer Restarting in 30 Seconds'
5: '&cServer Restarting in 15 Seconds'
6: '&cServer Restarting in 10 Seconds'
7: '&cServer Restarting in 5 Seconds'
8: '&cServer Restarting in 4 Seconds'
9: '&cServer Restarting in 3 Seconds'
10: '&cServer Restarting in 2 Seconds'
11: '&cServer Restarting in 1 Second'
12: '&cServer Restarting'
Commands & Permissions
| Command | Description | Permission |
| /legendaryrestart reload | Reload Config | LegendaryRestart.Reload |
| /legendaryrestart restart | RestartServer | LegendaryRestart.Restart |
| /lr reload | Reload Config | LegendaryRestart.Reload |
| /lr restart | RestartServer | LegendaryRestart.Restart |
| /restart | Restart Server | LegendaryRestart.Restart |
To-Do
- More Customization
- More Features