Skript Version: 2.2
How can I do, so that when mining, cancel the drops?
Code:
I trying using
How can I do, so that when mining, cancel the drops?
Code:
code_language.skript:
on mine of diamond ore:
clear drops
if player's tool is a pickaxe:
add 1 of diamond to the player
I trying using
code_language.skript:
cancel drops
#and
cancel event