#effect bug

1 messages · Page 1 of 1 (latest)

broken saffron
#
    if offhand item is white candle named "&7&lHeaven":
        apply strength 2 to player for 999 hours
        apply speed 2 to player for 999 hours
    if offhand item is not white candle named "&7&lHeaven":
        remove strength from player
        remove speed from player ```
gleaming scarab
#

Because this event is called before the action happens so wait a tick first

#

Or use the event stuff for it