HomeJavaModsBlockRollback
BlockRollback
ModsJava

BlockRollback

by ProjectMichi · on Modrinth

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.2–1.21.11 · Bukkit⬇ Download for 1.21.11 · Fabric⬇ Download for 1.21.2–1.21.11 · Paper⬇ Download for 1.21.2–1.21.11 · Purpur⬇ Download for 1.21.3–1.21.11 · Spigot
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
BlockRollback — screenshot 1BlockRollback — screenshot 2

BlockRollback

BlockRollback is a lightweight audit and rollback plugin for Bukkit-family 1.21.x servers such as Paper, Spigot, and Purpur.
It records player actions, some natural changes, and command-based edits into SQLite so they can later be inspected, looked up, and rolled back with inspect, lookup, and rollback.

You can use /br as an alias for /blockrollback.

Main Features

Supported Environment

Commands

Command Description
/br inspect [on|off] Toggles Inspect mode. While it is on, clicking a block shows the history of that block position.
/br lookup <player|*|#Mobs|#DespawnItem> <time> [radius] [page] Searches logs that match the given conditions. time uses formats such as 30m, 1h, 1d, 1w, and 1y.
/br rollback <player|*|#Mobs|#DespawnItem> <time> [radius] Applies rollbackable records that match the given conditions.
/br tp <world> <x> <y> <z> Teleports you to the coordinates from a lookup result.
/br cancel Cancels the currently running rollback.
/br status Shows database size, log count, write queue status, and rollback progress.
/br reload Reloads config.yml, config.json, and language files.
/br help Shows help.

Examples

How Filters Work

What Gets Logged

Rollbackable

Audit Only

Permissions

Permission Description Default
blockrollback.inspect Toggle Inspect mode OP
blockrollback.lookup Run lookup and use /br tp OP
blockrollback.rollback Run rollback and cancel OP
blockrollback.admin Run status and reload OP

Configuration

config.yml

Main settings:

Key Description
database-file SQLite file name
log.block-place-break Log block placement and breaking
log.buckets Log bucket actions
log.container-transactions Log container transactions
log.item-despawn Log item despawns
log.mob-kill Log mob deaths
log.interactions Log block clicks
log.explosions Log explosions
log.fire Log burning caused by fire
log.fluid-flow Log fluid flow
log.natural-block-updates Log natural block updates
inspect.use-adjacent-when-holding-block When holding a block and right-clicking, inspect the adjacent target position
rollback.default-radius Default radius used when a player omits the radius
rollback.max-radius Maximum rollback radius
rollback.max-records-per-run Maximum records processed in one rollback run
rollback.apply-per-tick Number of records applied per tick
command-tracking.fill Enable /fill tracking
command-tracking.fill-max-blocks Maximum number of blocks tracked for /fill
command-tracking.kill Enable /kill tracking
command-tracking.kill-max-entities Maximum number of entities tracked for /kill
command-tracking.console-world World name used for console-issued commands
command-tracking.notify-skip Notify when tracking is skipped because the target is too large

config.json

config.json is used to configure the language.

{
  "configVersion": 1,
  "language": "en_us "
}

Supported languages:

The default value on first launch is en_us.
You can also edit the .lang files generated in plugins/BlockRollback/lang/ to create your own translation.

Behavior Notes

Stored Data

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more