Easy Brushes
  • Easy Brushes
  • Overview
  • FAQ
  • Install Guide
  • Support
  • Changelog
  • Features
    • Mechanics
      • Action Types
    • Preview System
    • Commands
    • Undo
    • Config
    • Particles
    • Sounds
    • Placeholders
    • Palettes
    • Settings
    • Patterns
  • EXPERIMENTAL FEATURES
    • Performance (EXPERIMENTAL)
    • World Guard (EXPERIMENTAL)
    • Durability (OLD)
  • Examples
    • Brush Examples
    • Language Configuration Example
  • My Other Plugins
    • Easy Placeholders
Powered by GitBook
On this page
  • Configuration
  • Features
  • Examples
  1. Features

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
PreviousCommandsNextConfig

Last updated 3 months ago