Structure Grief Manager

A server-side (and client side) protection mod that allows temporary destruction and building within structures using auto-respawn and auto-decay mechanics.

File Details

structure_grief_manager-0.1.jar

  • B
  • Feb 3, 2026
  • 67.39 KB
  • 12
  • 1.20.1
  • Forge

File Name

structure_grief_manager-1.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:strucure-grief-manager-1452273:7570451")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

New Features:

  • Advanced Rule Filtering: You can now add a blacklist to any rule in sgm.json to exclude specific blocks from a wildcard target (e.g., Target *, Blacklist minecraft:dirt).
  • Smart Macros: Added @solid, @non_solid, @gravity, @container, and @redstone selectors to easily target groups of blocks without listing IDs.
  • Client Prediction: Placing denied blocks is now blocked client-side (no more ghost blocks/lag-back), providing a smoother experience similar to Adventure mode.

Technical Changes:

  • Refactored network packets to synchronize full rule definitions (targets & blacklists) to the client.
  • Improved NBT handling for respawning containers: inventory contents are now properly saved, cleared before destruction (preventing drops), and restored/synced upon respawn.
  • Updated JSON Schema generation.