Skip to content
JasperLorelai edited this page May 19, 2024 · 8 revisions

Source Code

spell-class: ".targeted.ShearSpell"
Value Supported
entity true
location false
entity_from_location false

Description:

Shears the targeted sheep.

Configuration:

Since 4.0 Beta 13 these options support dynamic values through numeric or string expressions.

Option Description Type Default
wool-color Color of the wool. DyeColor
min-wool-drop Minimal amount of wool to drop. Integer 1
max-wool-drop Maximum amount of wool to drop. Integer 3
drop-offset Offset of the drop. Double 1
force-wool-color Should wool's color be forced? Boolean false
random-wool-color Should the wool's color be random. Boolean false

Example:

shear: 
    spell-class: ".targeted.ShearSpell"
    cooldown: 15
    wool-color: white
Clone this wiki locally