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

Source Code

spell-class: ".targeted.TreeSpell"
Value Supported
entity false
location true
entity_from_location false
  • special - Plays the effect at every block placed during the tree growth animation.

Description:

A targeted spell that makes a tree grow at the targeted location.

Configuration:

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

Option Description Type Default
tree-type Type of the tree tree
animation-speed Speed of the tree grow animation. Integer 20

Example:

growtree:
    spell-class: ".targeted.TreeSpell"
    tree-type: redwood
Clone this wiki locally