#Does anyone have an idea on how to bring back string dupers in 1.21.8 with Skript?

1 messages · Page 1 of 1 (latest)

marble mulch
#

probably

fast glacier
marble mulch
#

should try to break it into steps yourself

hasty crescent
#

this channel is for getting help with code you already have, not for getting ideas.

fast glacier
#

i already haved code

#

it just doesnt work

#
on block break: # String dupers
    if event-block is string:
        if blockstate of event-block is armed:
            if player's tool is shears:
                set blockstate of event-block to disarmed
                cancel event
        else if blockstate of event-block is disarmed:
            if cause is water:
                cancel event
                drop 1 of string at location of event-block

i have 0 idea on how to use blockstates