AutoSaveWorld icon indicating copy to clipboard operation
AutoSaveWorld copied to clipboard

Bukkit plugin that provides advanced bukkit server management capabilities. Supports automatic saves, backups, stale data purge, plugin management, and more.

Results 24 AutoSaveWorld issues
Sort by recently updated
recently updated
newest added

## Project is changed to maven Changed on [this commit](https://github.com/LazyGon/AutoSaveWorld/commit/5fde02144d19375f792888e552bf0e44bdf40e3c). All other plugin dependency jars and zlibs classes are [removed](https://github.com/LazyGon/AutoSaveWorld/commit/7533a215f518f3e559461521882ba4a34846fe67). Those are [written](https://github.com/LazyGon/AutoSaveWorld/commit/5fde02144d19375f792888e552bf0e44bdf40e3c#diff-600376dffeb79835ede4a0b285078036R1) in maven pom.xml ## Updated outdated api...

My backups are starting to get rather large, at 200GB> for 7 days worth of backups spaced every 53 minutes. I tried to enable the zip option, but it doesn't...

How much information do you process in your mind each day? How do you prioritize information and decide what's important? What motivates you? money? imortality? Do you process the same...

![image](https://user-images.githubusercontent.com/72184686/94771635-53ffcb00-037d-11eb-9a99-ff22d82cb8c4.png) Google Drive backup appears to be broken. Please fix

This plugin is relied upon by many people to do some fragile things. It uses reflection, jar reinjection, saves entire Minecraft worlds whilst the server is online, allows for creating/deleting...

It appears that `saveLevel()` is absent from `WorldServer.java` in 1.13. All I've done is take what `saveLevel()` was doing which is `this.dataManager.a()` and have the reflection util get the dataManager...

I know that prior issues mentioned saveLevel but this is a different method throwing an error. Some key things: We were running Paper 1.15.2 build #77 and it was fine....

what is authfilepath and rootfolderid in the google drive config? you can give me one example? googledrive: enabled: true authfilepath: https://drive.google.com/drive/folders/1brNTIlyiRM_q3wPUXSgOZ6Rjl4ibI?usp=sharing rootfolderid: '' path: asw worlds: - '*' pluginsfolder: true...

Update libraries as well to build against 1.14

This auto save is inefficient in newer minecraft versions, it pretty much causes lag spikes in newer versions compared to default paper. But since this plugin still has many other...