# Triggers are what activate effects
# Find all triggers here: https://wiki.advancedplugins.net/abilities/triggers
# In this case, when a player or mob attacks another entity, it will activate the effects in this trigger
EFFECT_STATIC:
conditions:
- '%advanceditems helmet type% = paladin1 : %allow%'
- '%advanceditems chestplate type% = paladin2 : %allow%'
- '%advanceditems leggings type% = paladin3 : %allow%'
- '%advanceditems boots type% = paladin4 : %allow%'
# Find all effects here: https://wiki.advancedplugins.net/abilities/effects
effects:
- 'POTION:STRENGTH:0'
I was tryna create an armorset with an effect_static, and it just doesnt work well, other effects are fine and working, just effect_static doesn't.
Gives error when wearing/taking off, and when I take it off, strength potion doesnt go away, here is my whole log:
https://mcpaste.io/2c64ca6224f419d5
I was tryna create an armorset with an effect_static, and it just doesnt work well, other effects are fine and working, just effect_static doesn't. Gives error when wearing/taking off, and when I take it off, strength potion doesnt go away, here is my whole log: https://mcpaste.io/2c64ca6224f419d5