
CoreProtect Time-Lapse
CoreProtect Time-Lapse is an add-on tool for CoreProtect that will automatically step through your CoreProtect logs in order to help create a time-lapse from historical data of any length. Besides using its API, his tool is not affiliated with CoreProtect.
Tags
Creators
Details
1.3.0
Compatibility
Changes
Commits on Apr 2, 2026 Replace CommandAPI with Bukkit command handling
@R2bEEaton R2bEEaton committed 5 days ago Merge origin/main into fix/paper-1.21.10-commandapi-load
@R2bEEaton R2bEEaton committed 5 days ago Merge pull request https://github.com/R2bEEaton-Minecraft/CoreProtectTimeLapse/pull/20 from R2bEEaton-Minecraft/fix/paper-1.21.10-com…
@R2bEEaton R2bEEaton authored 5 days ago Commits on Apr 7, 2026 Update docs for Bukkit command handling
@R2bEEaton R2bEEaton committed 35 minutes ago Add interactive start chat picker
@R2bEEaton R2bEEaton committed 7 minutes ago
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:64UYguZE:Zt76Kv7x"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:64UYguZE:Zt76Kv7x"
}
