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

Source Code

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

Description:

A targeted spell that regrows sheep's wool.

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
force-wool-color Should it force the wool's color? Boolean false
random-wool-color Should it make the wool color random? Boolean false

Example:

RegrowSpell:
    spell-class: ".targeted.RegrowSpell"
    force-wool-color: true
    wool-color: white
Clone this wiki locally