Ok. I have an issue - For halloween, I made it so that when you spawn a pumpkin, it creates a hologram. That is working fine and all, except for 1 thing: When I place it, it spawns a hologram like it should, but it is dark, just as if it is spawned in the block, not above it. When I remove the block, it gets clear again, and bright like normal.
Code:
Thanks guys!
Best of Luck,
- @LoneElf
Code:
code_language.skript:
every 2 seconds:
loop all players:
loop blocks in radius 30 around the loop-player:
if loop-block is pumpkin:
create hologram "{@pumpkintext}" at block 1 meter above loop-block for 2 seconds
Thanks guys!
Best of Luck,
- @LoneElf