Links
Tags
Creators
Details
Licensed MIT
Published last month
Updated 3 weeks ago
All versions
1.1.0
Release
Simple Server Backups 1.1.0last month 10
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Dedicated servers only
Changes
v1.1.0
Added
- Permissions by user: Server operators can now grant specific players access to
/backup(and all its subcommands) without giving them full OP, via the newallowed-usersoption in the configuration file.
Changed
- Global messages: Status messages (creating/completing a backup, deleting, scheduling a restore, reloading the config) are now broadcast to every connected player, regardless of whether the command was run by a player or from the server console.
- Code translation: All source code comments and internal log messages have been translated to English (Available on GitHub), making the project easier to read and contribute to for non-Spanish speakers. User-facing chat messages remain fully bilingual (English/Spanish) via the existing language configuration.
Notes
- Existing
simple-server-backups.propertiesfiles from 1.0.0 will keep working; add the newallowed-usersline manually, 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:1tPsq1dW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gp99v8bo:1tPsq1dW"
}

