#how to make it so if the player isnt holding the correct tool the block dont break (this what i got)
1 messages · Page 1 of 1 (latest)
indent line 3-9, then indent line 9 one more time
Ty, also how would I make it only work in a certain world or world guard region?
if "%region at player%" is "region name" I believe
not sure if it needs a certain addon
you can google skript docs and search the documentation on there
doesnt work, how would i set it to specific world?
on break:
if player's tool is diamond pickaxe named "&c&lMiners Pick":
if event-block is iron ore:
if "%region at event-block%" is "REGION":
cancel drops
set event-block to bedrock
wait 5 seconds
set event-block to iron ore
else:
cancel event