Tags
Creators
Details
1.6.0
Compatibility
Changes
In this update, we've added a new uploader, NextCloud (thanks to @oddstr13 for the PR) and a new /unlink command as well as many, many bugfixes.
If you'd like to help us continue developing this plugin, consider donating on PayPal or even sponsor us on Patreon
Changelog
New Features
- Added new NextCloud uploader (wiki page coming soon) (thanks @oddstr13!)
- Plugin now automatically corrects for schedule backup drift due to low TPS
- Added a new
/unlinkcommand to easily unlink cloud services
Improvements
- Plugin now only disables auto-save while creating the backup and ensures it is re-enabled before uploading
- Plugin now falls back to using the file creation date if the file name doesn't match the current file format
- Updated MiniMessage to 4.10.0
Bug Fixes
- Fixed issue causing large MySQL tables to cause an Out Of Memory error
- Fixed incorrect message being sent if new update is available
- Fixed OneDrive and FTP uploaders from timing out while uploading large files
- Plugin now correctly keeps FTP connection open until all backup files have been uploaded
- Plugin now correctly closes uploaders after upload tests
- Plugin now ensures config values are set before migrating config to a newer version
Developers
- Deprecated DriveBackupV2-Credentials, allowing for the plugin to be built without error
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:BQbKkmMm:aDWVIWEe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BQbKkmMm:aDWVIWEe"
}

