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. EXPERIMENTAL FEATURES

Durability (OLD)

Durability Mechanic Currently Uses the old durability system, Will be updated soon to the new durability sytem, Please only use items that take durability for now (like hoes)

The durability system in EasyBrushes allows brushes to wear down with use.

Configuration

brushes:
  paintbrush:
    durability: 100        # Total uses
    durability_use: 1      # Uses per block

Features

Per-Block Usage

  • Each block placed consumes durability

  • Multiple blocks = multiple durability points

  • Configurable per brush

Durability Settings

  • durability: Maximum uses

  • durability_use: Cost per block

  • Set to 0 for infinite use

Visual Feedback

  • Item damage bar shows remaining uses

  • Breaks when durability reaches 0

  • Configurable maximum durability

Examples

Infinite Brush

brushes:
  infinite_brush:
    durability_use: 0

Limited Use Brush

brushes:
  limited_brush:
    durability: 50
    durability_use: 2  # 25 uses total

Known issue is that Nexo brushes can place blocks past its durabilty (for example durabilty left 20 and blocks you're placing is 50 will still place) This will change so that it doesnt let you place more blocks to than what you have left in your brush.

PreviousWorld Guard (EXPERIMENTAL)NextBrush Examples

Last updated 3 months ago