When I first left, he gave me an iron nugget.
then did not
then did not
Code:
command /spk [<player>]:
trigger:
arg 1 is set
give 1 diamond pickaxe named "&bspecial Pickaxe" to arg 1
on break:
if player's tool is diamond pickaxe named "&bspecial Pickaxe":
if event-block is iron ore:
cancel event
set event-block to air
drop 1 iron ingot
add 1 to durability of player's tool
if event-block is gold ore:
cancel event
set event-block to air
drop 1 gold ingot
add 1 to durability of player's tool
Last edited: