Armorstand Effect - TheComputerGeek2/MagicSpells GitHub Wiki

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
disable-slots Since 4.0 Beta 19 Boolean true
head Magic Item String
mainhand Magic Item String
offhand Magic Item String

Example:

effects:
    eff1:
        position: projectile
        effect: armorstand
        armorstand:
            head: pumpkin
            gravity: false