Undo
Configuration
brush:
max_undo_history: 50 # Maximum actions to store
Features
Undo Command
/eb undo
Reverses last action
Supports multiple undos
Per-player history
History Management
Configurable history size
Automatic cleanup
Memory-efficient storage
Technical Details
Block state preservation
Safe restoration
WorldGuard integration
Permission checks
Examples
Basic Usage
Place blocks with brush
Use
/eb undo
to reverseMultiple undos supported
Memory Management
brush:
max_undo_history: 25 # Reduce for memory savings
auto_cleanup: true # Remove old history
cleanup_interval: 3600 # Cleanup every hour
Last updated