Links
Tags
Creators
Details
Licensed CC-BY-4.0
Published 3 years ago
Updated 2 years ago
All versions
1.3.0
Release
Git Backup Mod 1.3.0 for Minecraft 1.212 years ago 146
Uploaded by
Compatibility
Minecraft: Java Edition
1.21
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
1.3.0
- Updated to minecraft 1.21.0
- Added server running argument
- Improved shutdown behaviour to wait for file handlers to close
- Changed default scripts to always perform backup on server shutdown
1.2.1
- Updated to minecraft 1.20.4
- Changed script argument tick time to AVG tick time
1.2.0
- Removed waiting for
on-save.shat server tick, now script may run as long as server is still running - Moved scripts directory to
configdirectory - Changed script parameter from TPS to tick time
- Adjusted script output logging, now standard output and standart error are read at the same time, so potential warnings are in correct order of occurrence among normal messages
Thanks @wereii and @NekoNoor for reporting issues.
1.1.0
- Extracted logic to user defined scripts
1.0.0
- Initial release
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| backup-scripts-1.3.0-sources.jar | Unknown | 506.47 KiB |
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:qKTboxdx:UbCe314P"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qKTboxdx:UbCe314P"
}

