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
  1. Features
  2. Mechanics

Action Types

SINGLE

  • Places a single block at the target location

  • Instant placement

  • Respects WorldGuard regions

  • Uses durability per block

  • Perfect for precise placement

mechanics:
  click_actions:
    left_click: SINGLE

RECTANGULAR

  • Creates box-shaped selections

  • Two-point selection system

  • Perfect for walls and floors

  • Great for large areas

mechanics:
  click_actions:
    right_click: RECTANGULAR

ELLIPSE

  • Creates rounded/spherical selections

  • Two-point selection defines bounds

  • Perfect for organic shapes

  • Creates smooth curves

mechanics:
  click_actions:
    shift_left_click: ELLIPSE

NONE

  • Doesnt do anything (perfect for NEXT mode)

mechanics:
  click_actions:
    shift_left_click: ELLIPSE

RECTANGULAR_O

  • Creates a hollow box-shaped selections

  • Two-point selection system

  • Perfect for walls and floors outlines!

  • Great for large areas

mechanics:
  click_actions:
    right_click: RECTANGULAR_O

ELLIPSE_O

  • Creates a hollow rounded/spherical selections

  • Two-point selection defines bounds

  • Perfect for organic shapes

  • Creates smooth curves

mechanics:
  click_actions:
    shift_left_click: ELLIPSE_O

This action is experimental and may not work properly

LINE

  • Creates lines!

  • Two-point selection defines bounds

  • Perfect for linear paths

  • Creates a line from point A to point B

mechanics:
  click_actions:
    shift_left_click: LINE

CURVE

  • Creates curved lines!

  • Three-point selection defines bounds

  • Perfect for curved paths

  • Creates a line from point A to point C with the curve of point B

mechanics:
  click_actions:
    shift_left_click: CURVE

This action is experimental and may not work properly

NEXT

  • Can use any action listed

    • You can switch modes by doing this command while holding the brush (ONLY IF IT HAS THE NEXT ACTION ENABLED)

    /eb set brush mode NEXT `#Changes the mode based on the order given in settings`
    /eb set brush mode <ACTION_TYPE>
  • Perfect for a brush that does everything!

mechanics:
  click_actions:
    shift_left_click: NEXT

CONSOLE

  • Executes commands

  • Supports delayed messages

  • Can run multiple commands

  • Allows custom effects

  • Perfect for special actions

mechanics:
  click_actions:
    shift_right_click: CONSOLE
  commands:
    - '[console] effect give %player% speed 10 2'
    - '[message] &aSpecial power activated! <delay=20>'

COPY

  • Copies the block you click and makes it your material

  • Perfect for faster block selecting!

mechanics:
  click_actions:
    shift_left_click: COPY
PreviousMechanicsNextPreview System

Last updated 3 months ago