I'm trying to recreate titanium from hypixel skyblock inside of skript, but I have no way of determining whether they broke the block i want instead of a placed polished diorite. Here's my code so far:
options:
block: polished diorite
name: "test"
on break of ancient debris:
chance of 10%:
set event-block to {@block}
on break of {@block}:
broadcast "bruh"
Right now if you break any polished diorite is broadcasts bruh.
options:
block: polished diorite
name: "test"
on break of ancient debris:
chance of 10%:
set event-block to {@block}
on break of {@block}:
broadcast "bruh"
Right now if you break any polished diorite is broadcasts bruh.