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
  • General Questions
  • Technical Questions
  • Performance Questions

FAQ

General Questions

Q: How do I get started with EasyBrushes?

A: Start by giving yourself a brush with /eb give <yourname> paintbrush, then set the block type with /eb set brush block STONE. Use left/right clicks to place blocks.

Q: Why isn't the preview showing?

A: Check:

  1. Preview is enabled (/eb glow on)

  2. Settings.yml has correct display settings

  3. You have the required permissions

Q: How do I undo mistakes?

A: Use /eb undo to reverse your last action. Multiple undos are supported.

Technical Questions

Q: What versions are supported?

A: EasyBrushes supports Paper/Spigot 1.21.4 and above.

Q: Why is WorldGuard required?

A: WorldGuard integration ensures:

  • Region protection

  • Build permissions

  • Area restrictions

Q: How do I customize brush appearance?

A: In config.yml:

brushes:
  yourbrush:
    itemname: '<red>Custom Brush'
    material: DIAMOND_HOE
    custom_model_data: 1000

Performance Questions

Q: How can I improve performance?

A: Try these settings:

performance:
  max_preview_blocks: 500
  async_preview: true
  preview_throttle: 100

Q: What's the maximum selection size?

A: Default is 1000 blocks, configurable in settings.yml:

brush:
  max_blocks_per_action: 1000
PreviousOverviewNextInstall Guide

Last updated 3 months ago