Hello, I am currently trying to make a Skript where you need to buy the permission to mine iron ore:
on break of iron ore:
if player doesn't has permission "mine.iron":
cancel event
send "&bYou can not mine iron! Buy the ability to do so with &e/unlockore %player%"
else:
#what to put here?
but I'm not sure what to put in the 'else' section to make it work with fortune enchant.
Any help is appreciated
on break of iron ore:
if player doesn't has permission "mine.iron":
cancel event
send "&bYou can not mine iron! Buy the ability to do so with &e/unlockore %player%"
else:
#what to put here?
but I'm not sure what to put in the 'else' section to make it work with fortune enchant.
Any help is appreciated