Minecraft 1.12.2
Skript 2.2-dev36
Hey, have anyone used the new "Glowing" effect on (dropped) items?
I've tried several ways to apply glowing but none of them worked.
I wanna have it like that:
Any ideas how i can do that with skript?
Skript 2.2-dev36
Hey, have anyone used the new "Glowing" effect on (dropped) items?
I've tried several ways to apply glowing but none of them worked.
code_language.skript:
on drop:
apply glowing to dropped item for 999 hours
apply glowing to event-item for 999 hours
apply glowing to event-entity for 999 hours
apply glowing to last spawned entity for 999 hours
I wanna have it like that:
Any ideas how i can do that with skript?