Hi, I need some help fixing this code:
Everything works but the the glowing doesn't. I'm trying to make when you kill a zombie, it will drop a sunflower with a custom name which looks enchanted.
Can you please help me.
code_language.skript:
on death of zombie:
chance of 50%:
give player 2 sunflower glowing hidden named "&e&lCoin"
stop
else:
give player 3 sunflower glowing hidden named "&e&lCoin"
stop
Everything works but the the glowing doesn't. I'm trying to make when you kill a zombie, it will drop a sunflower with a custom name which looks enchanted.
Can you please help me.