Skip to content
JasperLorelai edited this page Jan 10, 2024 · 8 revisions

Source Code

effect: armorstand

Description:

This effect only works on the projectile effect position. The effect spawns an armor stand and teleports along the projectile's path.

Configuration:

Option Description Type Default
armorstand A configuration section holding Entity Data. Section
gravity Boolean false
custom-name Rich Text
custom-name-visible Boolean false
head Magic Item String
mainhand Magic Item String
offhand Magic Item String

Example:

effects:
    eff1:
        position: projectile
        effect: armorstand
        armorstand:
            head: pumpkin
            gravity: false
Clone this wiki locally