Adds some protect functionality for forge minecraft server Has functions same as coreprotect(not all)
PrismProtect is a server-side Forge mod for Minecraft 1.20.1 that provides CoreProtect-like logging and rollback without plugins, built for modded servers and high performance.
Features:
Logs block break/place/replace with full BlockEntity NBT support
Tracks explosions (TNT, creepers, modded) including the source
Logs entity deaths, important spawns, and item pickups
Records container and inventory changes using diff-based tracking
Optimized SQLite storage with async writes and compression
Commands:
/pp inspect on|off
Enables or disables inspect mode to view block history by clicking
/pp lookup time:<1h|24h|7d|minutes> [player:<name|uuid>] [radius:<blocks>|global] [types:block,entity,inv,explosion] [limit:<number>]
Searches logged actions using filters
/pp rollback time:<...> [player:<...>] [radius:<blocks>|global] [types:...] [limit:<number>] [dryrun:true|false]
Reverts changes made within the selected time range
/pp restore time:<...> [player:<...>] [radius:<blocks>|global] [types:...] [limit:<number>] [dryrun:true|false]
Re-applies previously rolled-back changes
/pp purge olderThan:<days>
Deletes log data older than the specified number of days
/pp status
Shows the current rollback or restore progress
Conversation