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
  • Main Configuration (config.yml)
  • Brush Configuration
  1. Features

Config

Main Configuration (config.yml)

Brush Configuration

brushes:
  paintbrush:
    itemname: '<red>Paint Brush'
    material: STICK
    max_stack_size: 1
    durability: 100
    custom_model_data: 1000
    mechanics:
      click_actions:
        left_click: SINGLE
        right_click: RECTANGULAR
        shift_left_click: ELLIPSE
        shift_right_click: CONSOLE
      commands:
        - '[console] say Hi from Paint Brush!'
        - '[message] Your Paint Brush is ready! <delay=20>'

Brush Properties

Property
Description
Example

itemname

Display name

'<red>Paint Brush'

material

Item material

STICK

max_stack_size

Maximum stack size

1

durability

Tool durability

100

custom_model_data

Custom model data

1000

Maximum stack size currently doesnt work.

Available Blocks

available_blocks:
  stone:
    material: STONE
    permission: all
  dirt:
    material: DIRT
    permission: easybrushes.blocks.dirt

Placeable Blocks

placeable_blocks:
  all:
    material: STONE
    permission: all

Placement Rules

placeable_on: ALL  # ALL, SPECIFIC
placeable_sides: ALL  # ALL, WALL, FLOOR, CEILING
PreviousUndoNextParticles

Last updated 3 months ago