Links
Tags
Creators
Details
Licensed MIT
Published 2 weeks ago
Updated 2 weeks ago
All versions
1.2.0
Release
Simple Server Backups 1.2.02 weeks ago 8
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Dedicated servers only
Changes
v1.2.0 (Minecraft 26.2 build)
This release contains the same features as v1.2.0 for Minecraft 26.1.2, recompiled and verified against Minecraft 26.2.
Added
/backup next: shows how much time is left until the next scheduled automatic backup (or that automatic backups are disabled).- UUID support for
allowed-users: the permission whitelist now accepts player UUIDs in addition to player names.
Changed
- Automatic backups now run at a fixed daily time (
auto-backup-time, e.g.04:00) instead of a repeating interval in minutes. - No backup on startup: if the server starts after the configured time has already passed for the day, the automatic backup is skipped until the next day.
Fixed
- Fixed the automatic backup unexpectedly triggering right when the server started.
Notes
- Existing
simple-server-backups.propertiesfiles from 1.1.0 will keep working; replace the oldauto-backup-interval-minutesline with the newauto-backup-timeoption (e.g.auto-backup-time=04:00), or delete the file to regenerate it with the updated, fully commented template.
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:gp99v8bo:HtWwKI8q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gp99v8bo:HtWwKI8q"
}

