Hello so i am starting a prisons server and i want it so when i break a certain block it gives a certain amount of money
This is what i have:
on block break:
if event-block is stone:
execute server command "eco give %player% 100"
i want it so it doesnt say ``$100 has been added to your account``
This is what i have:
on block break:
if event-block is stone:
execute server command "eco give %player% 100"
i want it so it doesnt say ``$100 has been added to your account``