Steed Spell - MomoPewpew/MagicSpells GitHub Wiki
spell-class: ".instant.SteedSpell"
Description:
Instant Spell that summons a rideable entity.
Configuration:
| Option | Description | Default Value |
|---|---|---|
type |
Type of the entity. | horse |
gravity |
Whether gravity should be applied to the entity. | true |
has-chest |
Whether mobs with chests should spawn with them. | false |
jump-strength |
Jump strength for horses. | 1 |
color |
Color of the horse. | "" |
style |
Style of the horse. | "" |
armor |
Armor of the horse. | "" |
str-already-mounted |
Message sent to the caster when he tries to use this spell while riding an entity. | "You are already mounted!" |
Example:
steed1:
spell-class: ".instant.SteedSpell"
gravity: true
type: mule
color: black
style: none
has-chest: true
jump-strength: 0.3