Join and leave message

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

AngerYT

Member
Jan 18, 2022
12
3
3
23
Hello community i just used this skript:

options:
joinbroadcast: &a[&a&l+&a] %player%
quitbroadcast: &6[&4&l-&6] %player%


on join:
set join message to "{@joinbroadcast}"
wait 1 tick
stop

on quit:
set quit message to "{@quitbroadcast}"

but it doesnt remove the default Minecraft join and leave message what to do?
 
or this (better)

Code:
on join:
    execute player command "/warp SMP"
    if player has played before:
        set join message to "&a&l+ &7%player%"

    else:
        set join message to "&a&l+ &7%player% &b(NEW!)"
on quit:
    set quit message to "&4&l- &7%player%"
 
Status
Not open for further replies.