DriveBackupV2-1.0.0

Details

  • Filename
    DriveBackupV2.jar
  • Uploaded by
  • Uploaded
    May 15, 2020
  • Size
    11.56 MB
  • Downloads
    174
  • MD5
    bd367bb25228ae095a621d736b429a42

Supported Bukkit Versions

  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9

Changelog

In this release, I've redesigned major portions of the plugin to make it easier to set up, more stable, and more secure.

 

  • Made it much easier to authenticate with Google Drive/OneDrive
    • Now, instead of running a companion program and copying the outputted files to the server, users now just have to run a single command
  • Now uploads backups asynchronously, previously uploading a large backup would cause players to get kicked from the server
  • Fixed issue causing backups in OneDrive past the configured number to keep to not get deleted
  • Now requests very limited access from Google Drive and OneDrive
    • This means if there ever is a glitch in the plugin, it can't delete your sensitive Google Drive and/or OneDrive data
    • Previously, the plugin had almost free reign over users' Google Drive and/or OneDrive data
  • Fixed issue causing the suppress-errors setting to not suppress all errors
  • Improved help message that appears when /drivebackup is run
  • Added documentation to previously undocumented classes
  • Removed companion program from Git, as it is no longer used