GC-spigot / AdvancedItems

0 stars 0 forks source link

EFFECT_STATIC BUG #71

Open illudota opened 1 week ago

illudota commented 1 week ago
# 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

illudota commented 1 week ago

same as REPEATING btw https://mcpaste.io/24b6ce1467497970

ALSO this bug is also kinda connected to https://github.com/GC-spigot/AdvancedItems/issues/72

Please fix ASAP!