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

  1. Place blocks with brush

  2. Use /eb undo to reverse

  3. Multiple 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