Is there a way to make it so it doesn't announce it for the player that first joins?
It will send a title to EVERYONE in the server. How do i make it so only the people see it, not the player that first joins?
code_language.skript:
on first join:
loop all players:
send loop-player title "&aNew Soul" with subtitle "&fA new soul has summoned!"
play raw sound "random.levelup" at loop-player with pitch 0.5 volume 10
stop
It will send a title to EVERYONE in the server. How do i make it so only the people see it, not the player that first joins?