Bee Aura
{
"auras": [
{
"potionEffect": {
"effect": "minecraft:instant_health",
"strength": 2
},
"modifier": 3,
"calmingDisabled": true,
"aura": "EXPERIENCE",
"damageEffect": {
"source": "minecraft:in_fire",
"hasEntity": false,
"strength": 0
}
}
]
}Customization Options
aura
auraThe Aura Type determines the effect that the aura has on the player. It is a required value for the Aura to load properly.
{
"auras": [
{
"aura": "BURNING"
}
]
}{
"auras": [
{
"aura": "POTION"
}
]
}{
"auras": [
{
"aura": "HEALING"
}
]
}{
"auras": [
{
"aura": "DAMAGING"
}
]
}{
"auras": [
{
"aura": "EXPERIENCE"
}
]
}{
"auras": [
{
"aura": "EXPERIENCE_DRAIN"
}
]
}damageEffect
damageEffectUsed when the aura type is DAMAGING The damage source and strength values are defined in the Damage Effect.
potionEffect
potionEffectUsed when the aura type is POTION The effect and strength values are defined in the Potion Effect.
modifier
modifierThe modifier value is used with the HEALING, EXPERIENCE, and EXPERIENCE_DRAIN aura types.
When used with the HEALING aura type, the value equals the amount healed.
When used with the EXPERIENCE aura type, the value equals the amount of experience received.
When used with the EXPERIENCE_DRAIN aura type, the value equals the amount of experience taken.
calmingDisabled
calmingDisabledThe aura can be disabled by the "calming" status effect when this value is set to true.
Last updated
Was this helpful?