Hi!
Can I check if item has name?
I have recently found out that Skript doesn't remove named items. It can be very abusable, for example:
If someone would have 9 gold ingot with custom name, it would not remove it.
Can I check if item has name?
I have recently found out that Skript doesn't remove named items. It can be very abusable, for example:
Code:
command /gold:
trigger:
if player has 9 gold ingot:
remove 9 gold ingot from player's inventory
give player 1 gold block named "&6&lGold"