- Compatible API Versions
- 1.0.0
Nukkit Auto Save Plugin
Please back up your server before using this plugin (for just in case)
This project welcomes contributions.
This plugin will save all plugins on your server without restarting server.
How it works?
This plugin will shut down the server when there are no people on the server. If you don't want to use it, set "shutdown_delay" to a high value from config.yml
Command
/as save - save instantly
/as reload - reload config.yml
Config
Monitoring
You can monitor by setting debug to true in config.yml
Please back up your server before using this plugin (for just in case)
This project welcomes contributions.
This plugin will save all plugins on your server without restarting server.
How it works?
- It will detect "save" method on plugin and invoke it.
- You can add a plugin from config.yml to invoke_OnDisable if your plugin saves when the server stops.
This plugin will shut down the server when there are no people on the server. If you don't want to use it, set "shutdown_delay" to a high value from config.yml
Command
/as save - save instantly
/as reload - reload config.yml
Config
YAML:
invoke_OnDisable: []
debug: false
save_period: 12000
shutdown_delay: 12000
send_tip: true
tip_message: §6%count% §7plugins left to save
Monitoring
You can monitor by setting debug to true in config.yml