Skip to content
JasperLorelai edited this page Oct 29, 2025 · 10 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:

You must specify an armorstand configuration section holding Entity Data, which can include the options below.

Option Description Type Default
gravity 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