forked from nisovin/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 69
Passive Listener Buff
JasperLorelai edited this page Jan 24, 2025
·
2 revisions
PassiveSpell
trigger: buff
Property | Value |
---|---|
Cancellable | false |
Has Entity Target | false |
Has Location Target | false |
The listener ensures the buff spells specified in spells
are always active. Since 4.0 Beta 13 non-buff spells listed are also cast on enable.
- Enables spells on:
- MagicSpells reloads.
- Entity caster spawns.
- Chunk where the entity caster is loaded.
- GameMode is switched to
survival
oradventure
. - Player joins.
- Player respawns.
- Player learns this passive spell.
- Disables buffs on:
- Chunk where entity caster is unloaded.
- GameMode of the player caster is switched to
creative
orspectator
. - Player leaves.
- Player dies.
- Caster is forced to forget this passive spell.
String Format Options:
triggers:
- buff
Section Format Options:
(Unsupported for now.)