HomeJavaModsFragGuard
FragGuard
ModsJava

FragGuard

A simple and lightweight grief protection plugin that only does what it needs to do and nothing more.

⬇ Download on Modrinth

FragGuard

FragGuard is a Paper plugin that logs block changes for 30 days, lets server operators inspect block history in a radius, and rolls an area back to the state it was in at a chosen time.

What it tracks

FragGuard stores data in plugins/FragGuard/fragguard.db using SQLite.

Commands

Only server operators with fragguard.admin can use these commands.

/fg help
/fg lookup r:30
/fg lookup r:30 p:2
/fg rollback r:30 t:2d 7h 15m

Lookup

/fg lookup r:30

Shows recent block-change logs in a full-height cylinder around your current position. Results are paginated.

Rollback

/fg rollback r:30 t:2d 7h 15m

Restores every logged block change in a radius of 30 blocks back to the state it was in 2 days, 7 hours, and 15 minutes ago. The radius covers the full world height, from bedrock/minimum world height to maximum build height.

Config

plugins/FragGuard/config.yml

retention-days: 30
cleanup-interval-minutes: 60

log-explosions: true
log-fire-spread: true
log-liquid-flow: true
log-pistons: true

lookup-page-size: 15
max-lookup-radius: 150

max-rollback-radius: 100
rollback-blocks-per-tick: 500
rollback-max-blocks-per-command: 50000
apply-physics-during-rollback: false

Notes and limitations

Verified by MCModsHub

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

Explore more