#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)
i asked if someone has an idea if on how to do it if you dont know please do not respond
should try to break it into steps yourself
this channel is for getting help with code you already have, not for getting ideas.
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