SilentAutoSave
A plugin that silently saves the world every second without showing any output.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
SilentAutoSave
SilentAutoSave
Version: 5.2
Description
SilentAutoSave is a discreet Bukkit/Spigot plugin that automatically saves your server's world at specified intervals without displaying any command output or notifications in the console, to operators, or to players. This ensures a seamless experience without interruptions, keeping your server running smoothly and safely.
Features
- Configurable Interval: Saves the server world at user-defined intervals. - Configurable Interval: Completely silent operation—no command outputs, logs, or alerts in the console or to players. - Configurable Interval: Easily adjust the save interval to suit your server needs.
Configuration
The plugin comes with a simple configuration file (`config.yml`) to set the save interval:
Spoiler
```yaml
SilentAutoSave Plugin Configuration
-------------------------
Auto Save Configuration
-------------------------
Interval (in seconds) for auto-saving the world
save-interval: 60 ```